From bbb5f8604383836bc4b97ef07a9fc7fc94876e43 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 00:55:12 -0400 Subject: [PATCH 01/74] .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 8f9558080cc1..1c3cdd06c755 100644 --- a/.gitignore +++ b/.gitignore @@ -17,25 +17,45 @@ __pycache__ /manifest/manifest /tezos-node +/octez-node /tezos-tx-rollup-* +/octez-tx-rollup-* /tezos-validator +/octez-validator /tezos-protocol-compiler +/octez-protocol-compiler /tezos-client +/octez-client /tezos-admin-client +/octez-admin-client /tezos-baker-* +/octez-baker-* /tezos-endorser-* +/octez-endorser-* /tezos-accuser-* +/octez-accuser-* /tezos-proxy-server +/octez-proxy-server /tezos-signer +/octez-signer /tezos-sandbox +/octez-sandbox /tezos-codec +/octez-codec /tezos-snoop +/octez-snoop /tezos-tps-evaluation +/octez-tps-evaluation /tezos-tps-evaluation-* +/octez-tps-evaluation-* /tezos-sc-rollup-node-* +/octez-sc-rollup-node-* /tezos-sc-rollup-client-* +/octez-sc-rollup-client-* /tezos-dal-node +/octez-dal-node /tezos-binaries +/octez-binaries /src/proto_*/parameters/*-parameters.json -- GitLab From 847309a2dcf62e902c0316b12e9b18a91a6c834d Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 00:37:45 -0400 Subject: [PATCH 02/74] Manifest: Rename daemons --- Makefile | 6 +++--- manifest/main.ml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bad6c3bddbd6..e8c1f9130e87 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,11 @@ PROFILE?=dev VALID_PROFILES=dev release static TEZOS_BIN=tezos-node tezos-validator tezos-client tezos-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ - $(foreach p, $(active_protocol_versions), tezos-baker-$(p)) \ - $(foreach p, $(active_protocol_versions), tezos-accuser-$(p)) \ + $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ + $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ $(shell if [ -f $(call directory_of_version,$p)/bin_endorser/dune ]; then \ - echo tezos-endorser-$(p); fi)) \ + echo octez-endorser-$(p); fi)) \ $(foreach p, $(tx_rollup_protocol_versions), tezos-tx-rollup-node-$p) \ $(foreach p, $(tx_rollup_protocol_versions), tezos-tx-rollup-client-$p) \ $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-node-$p) \ diff --git a/manifest/main.ml b/manifest/main.ml index 7e4517d197aa..a5e7732615f7 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -4494,7 +4494,7 @@ module Protocol = Protocol let daemon daemon = only_if active @@ fun () -> public_exe - (sf "tezos-%s-%s" daemon name_dash) + (sf "octez-%s-%s" daemon name_dash) ~internal_name:(sf "main_%s_%s" daemon name_underscore) ~path:(path // sf "bin_%s" daemon) ~synopsis:(sf "Tezos/Protocol: %s binary" daemon) -- GitLab From a436d524f83066867174d07ee36107aa99c53746 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 00:46:45 -0400 Subject: [PATCH 03/74] Manifest: Rename tezos-node to octez-node --- Makefile | 2 +- manifest/main.ml | 24 +++++++++---------- src/bin_node/main.ml | 2 +- ...dboxed-node.sh => octez-sandboxed-node.sh} | 0 4 files changed, 14 insertions(+), 14 deletions(-) rename src/bin_node/{tezos-sandboxed-node.sh => octez-sandboxed-node.sh} (100%) diff --git a/Makefile b/Makefile index e8c1f9130e87..e11d83cb06da 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=tezos-node tezos-validator tezos-client tezos-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node tezos-validator tezos-client tezos-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index a5e7732615f7..0afb09e76fc5 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -1707,7 +1707,7 @@ let octez_context = public_lib "tezos-context" ~path:"src/lib_context" - ~synopsis:"Tezos: on-disk context abstraction for `tezos-node`" + ~synopsis:"Tezos: on-disk context abstraction for `octez-node`" ~deps:[octez_context_disk; octez_context_memory] let _octez_context_tests = @@ -1946,7 +1946,7 @@ let octez_shell_context = "tezos-shell-context" ~path:"src/lib_protocol_environment/shell_context" ~synopsis: - "Tezos: economic-protocols environment implementation for `tezos-node`" + "Tezos: economic-protocols environment implementation for `octez-node`" ~deps: [ octez_base |> open_ ~m:"TzPervasives"; @@ -2136,7 +2136,7 @@ let octez_protocol_updater = public_lib "tezos-protocol-updater" ~path:"src/lib_protocol_updater" - ~synopsis:"Tezos: economic-protocol dynamic loading for `tezos-node`" + ~synopsis:"Tezos: economic-protocol dynamic loading for `octez-node`" ~deps: [ octez_base |> open_ ~m:"TzPervasives"; @@ -2267,7 +2267,7 @@ let octez_store = public_lib "tezos-store" ~path:"src/lib_store" - ~synopsis:"Tezos: store for `tezos-node`" + ~synopsis:"Tezos: store for `octez-node`" ~description: {|This library provides abstraction for storing and iterating over blocks. tezos-store is a virtual library that provides two implementations: @@ -2344,7 +2344,7 @@ let octez_shell = "tezos-shell" ~path:"src/lib_shell" ~synopsis: - "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, \ + "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, \ ...)" ~documentation:[Dune.[S "package"; S "tezos-shell"]] ~inline_tests:ppx_expect @@ -3920,16 +3920,16 @@ module Protocol = Protocol | V _ as number when N.(number <= 003) -> sf "Tezos/Protocol: %s (economic-protocol definition, embedded \ - in `tezos-node`)" + in `octez-node`)" (if N.(number == 000) then name_dash else name_underscore) | Other -> sf "Tezos/Protocol: %s (economic-protocol definition, embedded \ - in `tezos-node`)" + in `octez-node`)" name_underscore | Alpha | V _ -> "Tezos/Protocol: economic-protocol definition, embedded in \ - `tezos-node`") + `octez-node`") ~modules:["Registerer"] ~linkall:true ~flags:(Flags.standard ~disable_warnings ()) @@ -5298,10 +5298,10 @@ let _octez_node = List.map deps_for_protocol Protocol.all |> List.flatten in public_exe - "tezos-node" + "octez-node" ~path:"src/bin_node" ~internal_name:"main" - ~synopsis:"Tezos: `tezos-node` binary" + ~synopsis:"Tezos: `octez-node` binary" ~release:true ~deps: ([ @@ -5337,8 +5337,8 @@ let _octez_node = Dune. [ install - [as_ "tezos-sandboxed-node.sh" "tezos-sandboxed-node.sh"] - ~package:"tezos-node" + [as_ "octez-sandboxed-node.sh" "octez-sandboxed-node.sh"] + ~package:"octez-node" ~section:"bin"; ] diff --git a/src/bin_node/main.ml b/src/bin_node/main.ml index ec06ea865dad..8fca68ee5cfb 100644 --- a/src/bin_node/main.ml +++ b/src/bin_node/main.ml @@ -99,7 +99,7 @@ let man = description @ Node_run_command.Manpage.examples let info = let version = Tezos_version.Bin_version.version_string in - Cmdliner.Cmd.info ~doc:"The Tezos node" ~man ~version "tezos-node" + Cmdliner.Cmd.info ~doc:"The Octez node" ~man ~version "octez-node" module Node_metrics_command = struct let dump_metrics () = diff --git a/src/bin_node/tezos-sandboxed-node.sh b/src/bin_node/octez-sandboxed-node.sh similarity index 100% rename from src/bin_node/tezos-sandboxed-node.sh rename to src/bin_node/octez-sandboxed-node.sh -- GitLab From 88e846ee2eb26ecfa886b6acf9529b45679e854d Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 01:05:16 -0400 Subject: [PATCH 04/74] Manifest: Rename tezos-[admin-]client to octez-[admin-]client --- Makefile | 2 +- manifest/main.ml | 12 ++++++------ ...oxed-client.sh => octez-init-sandboxed-client.sh} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename src/bin_client/{tezos-init-sandboxed-client.sh => octez-init-sandboxed-client.sh} (100%) diff --git a/Makefile b/Makefile index e11d83cb06da..2b2f85877ac1 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node tezos-validator tezos-client tezos-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index 0afb09e76fc5..2785dc9147d9 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5367,11 +5367,11 @@ let _octez_client = List.map deps_for_protocol Protocol.all |> List.flatten in public_exes - ["tezos-client"; "tezos-admin-client"] + ["octez-client"; "octez-admin-client"] ~path:"src/bin_client" ~internal_names:["main_client"; "main_admin"] - ~opam:"tezos-client" - ~synopsis:"Tezos: `tezos-client` binary" + ~opam:"octez-client" + ~synopsis:"Tezos: `octez-client` binary" ~release:true ~deps: ([ @@ -5397,10 +5397,10 @@ let _octez_client = install [ as_ - "tezos-init-sandboxed-client.sh" - "tezos-init-sandboxed-client.sh"; + "octez-init-sandboxed-client.sh" + "octez-init-sandboxed-client.sh"; ] - ~package:"tezos-client" + ~package:"octez-client" ~section:"bin"; alias_rule "runtest_compile_protocol" diff --git a/src/bin_client/tezos-init-sandboxed-client.sh b/src/bin_client/octez-init-sandboxed-client.sh similarity index 100% rename from src/bin_client/tezos-init-sandboxed-client.sh rename to src/bin_client/octez-init-sandboxed-client.sh -- GitLab From 8f3a7670ffa50af9e2b8522063a5ddb78a66d26d Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 01:09:14 -0400 Subject: [PATCH 05/74] Manifest: Rename tezos-codec to octez-codec --- Makefile | 2 +- manifest/main.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2b2f85877ac1..7ab936f3d384 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client tezos-signer tezos-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client tezos-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index 2785dc9147d9..2135df925b6d 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5417,10 +5417,10 @@ let _octez_client = let _octez_codec = public_exe - "tezos-codec" + "octez-codec" ~path:"src/bin_codec" ~internal_name:"codec" - ~synopsis:"Tezos: `tezos-codec` binary to encode and decode values" + ~synopsis:"Tezos: `octez-codec` binary to encode and decode values" ~release:true ~deps: ([ -- GitLab From 539985144b9929155d4bdd94fbe8743842a14e11 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 01:13:58 -0400 Subject: [PATCH 06/74] Manifest: Rename tezos-signer to octez-signer --- Makefile | 2 +- manifest/main.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7ab936f3d384..67ce7b44977d 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client tezos-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index 2135df925b6d..d631c8322b1b 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5533,10 +5533,10 @@ let _tztop = let _octez_signer = public_exe - "tezos-signer" + "octez-signer" ~path:"src/bin_signer" ~internal_name:"main_signer" - ~synopsis:"Tezos: `tezos-signer` binary" + ~synopsis:"Tezos: `octez-signer` binary" ~release:true ~deps: [ -- GitLab From 83764e7efbcc0ffd86201cf5a77959e2e4d14fff Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 30 Aug 2022 16:16:50 -0400 Subject: [PATCH 07/74] Manifest: Rename tezos-validator to octez-validator --- Makefile | 2 +- manifest/main.ml | 8 ++++---- src/bin_node/main.ml | 4 ++-- src/lib_shell/block_validator_process.ml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 67ce7b44977d..e9a43243ce61 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node tezos-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index d631c8322b1b..d8ef333ad584 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -2463,10 +2463,10 @@ let _octez_context_merkle_proof_tests = let octez_validator_lib = public_lib - "tezos-validator" + "octez-validator" ~path:"src/bin_validation" ~synopsis: - "Tezos: `tezos-validator` binary for external validation of blocks" + "Tezos: `octez-validator` binary for external validation of blocks" ~deps: [ octez_base |> open_ ~m:"TzPervasives"; @@ -5254,9 +5254,9 @@ let _ppinclude = let _octez_validator_bin = public_exe - "tezos-validator" + "octez-validator" ~path:"src/bin_validation/bin" - ~opam:"tezos-validator" + ~opam:"octez-validator" ~internal_name:"main_validator" ~deps: [ diff --git a/src/bin_node/main.ml b/src/bin_node/main.ml index 8fca68ee5cfb..0e3415965d36 100644 --- a/src/bin_node/main.ml +++ b/src/bin_node/main.ml @@ -74,8 +74,8 @@ let () = Stdlib.exit 1) let () = - if Filename.basename Sys.argv.(0) = "tezos-validator" then - Tezos_validator.Command_line.run () + if Filename.basename Sys.argv.(0) = "octez-validator" then + Octez_validator.Command_line.run () let term = let open Cmdliner.Term in diff --git a/src/lib_shell/block_validator_process.ml b/src/lib_shell/block_validator_process.ml index d82d1b1edfd2..190384bb613c 100644 --- a/src/lib_shell/block_validator_process.ml +++ b/src/lib_shell/block_validator_process.ml @@ -549,7 +549,7 @@ module External_validator_process = struct (* We assume that there is only one validation process per socket *) let socket_dir = get_temporary_socket_dir () in let args = - ["tezos-validator"; "--socket-dir"; socket_dir] + ["octez-validator"; "--socket-dir"; socket_dir] @ match vp.readonly with true -> ["--readonly"] | false -> [] in let process = -- GitLab From 39d3370bf052bf6cf82553e70b6528d98b37aaad Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 12 Jul 2022 11:41:55 -0400 Subject: [PATCH 08/74] Manifest: Rename tezos-snoop to octez-snoop --- Makefile | 2 +- manifest/main.ml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e9a43243ce61..d3115efc9c18 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler tezos-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler octez-snoop tezos-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index d8ef333ad584..7d6846e996ee 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5475,10 +5475,10 @@ let _octez_proxy_server = let _octez_snoop = public_exe - "tezos-snoop" + "octez-snoop" ~path:"src/bin_snoop" ~internal_name:"main_snoop" - ~synopsis:"Tezos: `tezos-snoop` binary" + ~synopsis:"Tezos: `octez-snoop` binary" ~deps: [ octez_base |> open_ ~m:"TzPervasives"; @@ -5500,7 +5500,7 @@ let _octez_snoop = [ S "cram" :: G [S "deps" :: [S "main_snoop.exe"]] - :: [S "package" :: [S "tezos-snoop"]]; + :: [S "package" :: [S "octez-snoop"]]; ] (* We use Dune's select statement and keep uTop optional *) -- GitLab From daccdc5f3140c4617f1c3e56daacf9bbb9c60dab Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 9 Jun 2022 01:26:16 -0400 Subject: [PATCH 09/74] Manifest: Rename tezos-proxy-server to octez-proxy-server --- Makefile | 2 +- manifest/main.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d3115efc9c18..85818613e2d5 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler octez-snoop tezos-proxy-server \ +TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler octez-snoop octez-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index 7d6846e996ee..3fdefbfd5535 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5449,10 +5449,10 @@ let _octez_codec = let _octez_proxy_server = public_exe - "tezos-proxy-server" + "octez-proxy-server" ~path:"src/bin_proxy_server" ~internal_name:"main_proxy_server" - ~synopsis:"Tezos: `tezos-proxy-server` binary" + ~synopsis:"Octez: `octez-proxy-server` binary" ~deps: ([ octez_base |> open_ ~m:"TzPervasives" |> open_; -- GitLab From 3d64de9e2e920e7e0a4bbdf08a6af654f2de2d8f Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 30 Aug 2022 14:33:21 -0400 Subject: [PATCH 10/74] Manifest: Rename tezos-protocol-compiler to octez-protocol-compiler --- Makefile | 2 +- manifest/main.ml | 26 ++++++++++---------- src/bin_node/main.ml | 4 +-- src/lib_protocol_compiler/bin/main_native.ml | 4 +-- src/lib_protocol_updater/updater.ml | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 85818613e2d5..b2983c280190 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec tezos-protocol-compiler octez-snoop octez-proxy-server \ +TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec octez-protocol-compiler octez-snoop octez-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ diff --git a/manifest/main.ml b/manifest/main.ml index 3fdefbfd5535..65bca917d4f1 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -2001,7 +2001,7 @@ let _octez_protocol_shell_context_tests = let octez_protocol_compiler_registerer = public_lib - "tezos-protocol-compiler.registerer" + "octez-protocol-compiler.registerer" ~path:"src/lib_protocol_compiler/registerer" ~internal_name:"tezos_protocol_registerer" ~deps: @@ -2012,13 +2012,13 @@ let _octez_protocol_compiler_cmis_of_cma = private_exe "cmis_of_cma" ~path:"src/lib_protocol_compiler/bin" - ~opam:"tezos-protocol-compiler" + ~opam:"octez-protocol-compiler" ~deps:[compiler_libs_common] ~modules:["cmis_of_cma"] let octez_protocol_compiler_lib = public_lib - "tezos-protocol-compiler" + "octez-protocol-compiler" ~path:"src/lib_protocol_compiler" ~synopsis:"Tezos: economic-protocol compiler" ~ocaml: @@ -2114,7 +2114,7 @@ let octez_protocol_compiler_lib = let octez_protocol_compiler_native = public_lib - "tezos-protocol-compiler.native" + "octez-protocol-compiler.native" ~path:"src/lib_protocol_compiler" ~deps: [ @@ -2128,7 +2128,7 @@ let octez_protocol_compiler_native = [ install [V [S "final_protocol_versions"]] - ~package:"tezos-protocol-compiler" + ~package:"octez-protocol-compiler" ~section:"libexec"; ] @@ -3051,9 +3051,9 @@ let octez_openapi = let _octez_protocol_compiler_bin = public_exe - "tezos-protocol-compiler" + "octez-protocol-compiler" ~path:"src/lib_protocol_compiler/bin" - ~opam:"tezos-protocol-compiler" + ~opam:"octez-protocol-compiler" ~internal_name:"main_native" ~modes:[Native] ~deps:[octez_protocol_compiler_native] @@ -3062,9 +3062,9 @@ let _octez_protocol_compiler_bin = let octez_protocol_compiler_tezos_protocol_packer = public_exe - "tezos-protocol-compiler.tezos-protocol-packer" + "octez-protocol-compiler.tezos-protocol-packer" ~path:"src/lib_protocol_compiler/bin" - ~opam:"tezos-protocol-compiler" + ~opam:"octez-protocol-compiler" ~internal_name:"main_packer" ~deps: [ @@ -3078,7 +3078,7 @@ let _octez_embedded_protocol_packer = public_exe "tezos-embedded-protocol-packer" ~path:"src/lib_protocol_compiler/bin" - ~opam:"tezos-protocol-compiler" + ~opam:"octez-protocol-compiler" ~internal_name:"main_embedded_packer" ~modes:[Native] ~deps: @@ -3840,7 +3840,7 @@ module Protocol = Protocol ~action: [ S "run"; - S "%{bin:tezos-protocol-compiler}"; + S "%{bin:octez-protocol-compiler}"; (if String_set.mem tezos_protocol.Tezos_protocol.hash @@ -3903,7 +3903,7 @@ module Protocol = Protocol [ S "run"; S - "%{bin:tezos-protocol-compiler.tezos-protocol-packer}"; + "%{bin:octez-protocol-compiler.octez-protocol-packer}"; S "%{src_dir}"; ]; ]; @@ -5408,7 +5408,7 @@ let _octez_client = ~action: [ S "run"; - S "%{bin:tezos-protocol-compiler}"; + S "%{bin:octez-protocol-compiler}"; S "-no-hash-check"; H [S "-warn-error"; S "+a"]; S "test/proto_test_injection/"; diff --git a/src/bin_node/main.ml b/src/bin_node/main.ml index 0e3415965d36..0b36e1ffae96 100644 --- a/src/bin_node/main.ml +++ b/src/bin_node/main.ml @@ -66,8 +66,8 @@ let () = let () = if Filename.basename Sys.argv.(0) = Updater.compiler_name then ( try - Tezos_protocol_compiler.Compiler.main - Tezos_protocol_compiler_native.Native.driver ; + Octez_protocol_compiler.Compiler.main + Octez_protocol_compiler_native.Native.driver ; Stdlib.exit 0 with exn -> Format.eprintf "%a\n%!" Opterrors.report_error exn ; diff --git a/src/lib_protocol_compiler/bin/main_native.ml b/src/lib_protocol_compiler/bin/main_native.ml index d61fef748368..1f63464662d6 100644 --- a/src/lib_protocol_compiler/bin/main_native.ml +++ b/src/lib_protocol_compiler/bin/main_native.ml @@ -25,8 +25,8 @@ let () = try - Tezos_protocol_compiler.Compiler.main - Tezos_protocol_compiler_native.Native.driver ; + Octez_protocol_compiler.Compiler.main + Octez_protocol_compiler_native.Native.driver ; Stdlib.exit 0 with exn -> Format.eprintf "%a\n%!" Opterrors.report_error exn ; diff --git a/src/lib_protocol_updater/updater.ml b/src/lib_protocol_updater/updater.ml index ce5a3b1025eb..a5df1be3ff53 100644 --- a/src/lib_protocol_updater/updater.ml +++ b/src/lib_protocol_updater/updater.ml @@ -40,7 +40,7 @@ let get_datadir () = let init dir = datadir := Some dir -let compiler_name = "tezos-protocol-compiler" +let compiler_name = "octez-protocol-compiler" let do_compile hash p = let open Lwt_syntax in -- GitLab From b123969eb343e3f35608533b17559f0ef8459710 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 12 Jul 2022 11:49:05 -0400 Subject: [PATCH 11/74] Manifest: Rename tezos-{tx,sc}-rollup-{client,node} to octez-{tx,sc}-rollup-{client,node} --- manifest/main.ml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest/main.ml b/manifest/main.ml index 65bca917d4f1..1f28b072d80f 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -4576,10 +4576,10 @@ module Protocol = Protocol let _sc_rollup_client = only_if (active && N.(number >= 013)) @@ fun () -> public_exe - (sf "tezos-sc-rollup-client-%s" name_dash) + (sf "octez-sc-rollup-client-%s" name_dash) ~internal_name:(sf "main_sc_rollup_client_%s" name_underscore) ~path:(path // "bin_sc_rollup_client") - ~synopsis:"Tezos/Protocol: `tezos-sc-rollup-client-alpha` client binary" + ~synopsis:"Tezos/Protocol: `octez-sc-rollup-client-alpha` client binary" ~release:true ~deps: [ @@ -4601,7 +4601,7 @@ module Protocol = Protocol let _sc_rollup_node = only_if (active && N.(number >= 013)) @@ fun () -> public_exe - (sf "tezos-sc-rollup-node-%s" name_dash) + (sf "octez-sc-rollup-node-%s" name_dash) ~internal_name:(sf "main_sc_rollup_node_%s" name_underscore) ~path:(path // "bin_sc_rollup_node") ~synopsis:"Tezos/Protocol: Smart Contract Rollup node binary" @@ -4678,10 +4678,10 @@ module Protocol = Protocol let _tx_rollup_client = only_if (active && N.(number >= 013)) @@ fun () -> public_exe - (sf "tezos-tx-rollup-client-%s" name_dash) + (sf "octez-tx-rollup-client-%s" name_dash) ~internal_name:(sf "main_tx_rollup_client_%s" name_underscore) ~path:(path // "bin_tx_rollup_client") - ~synopsis:"Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" + ~synopsis:"Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" ~release:true ~deps: [ @@ -4700,7 +4700,7 @@ module Protocol = Protocol let _tx_rollup_node = only_if (active && N.(number >= 013)) @@ fun () -> public_exe - (sf "tezos-tx-rollup-node-%s" name_dash) + (sf "octez-tx-rollup-node-%s" name_dash) ~internal_name:(sf "main_tx_rollup_node_%s" name_underscore) ~path:(path // "bin_tx_rollup_node") ~synopsis:"Tezos/Protocol: Transaction Rollup node binary" -- GitLab From 22f60a5cc07182b3905ee46ba906c98975510bfa Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 12 Jul 2022 13:26:53 -0400 Subject: [PATCH 12/74] Manifest: Rename tezos-embedded-protocol-packer => octez-embedded-protocol-packer --- manifest/main.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/main.ml b/manifest/main.ml index 1f28b072d80f..862cdd9d8894 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -3076,7 +3076,7 @@ let octez_protocol_compiler_tezos_protocol_packer = let _octez_embedded_protocol_packer = public_exe - "tezos-embedded-protocol-packer" + "octez-embedded-protocol-packer" ~path:"src/lib_protocol_compiler/bin" ~opam:"octez-protocol-compiler" ~internal_name:"main_embedded_packer" @@ -3949,7 +3949,7 @@ module Protocol = Protocol S "%{workspace_root}"; [ S "run"; - S "%{bin:tezos-embedded-protocol-packer}"; + S "%{bin:octez-embedded-protocol-packer}"; S "%{src_dir}"; S name_underscore; ]; -- GitLab From 893b511bf06dd923e6d355f6eceae25e0fddcc29 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 12 Jul 2022 13:28:02 -0400 Subject: [PATCH 13/74] Manifest: Rename tezos-protocol-packer => octez-protocol-packer --- manifest/main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/main.ml b/manifest/main.ml index 862cdd9d8894..b29a261cf3ec 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -3062,7 +3062,7 @@ let _octez_protocol_compiler_bin = let octez_protocol_compiler_tezos_protocol_packer = public_exe - "octez-protocol-compiler.tezos-protocol-packer" + "octez-protocol-compiler.octez-protocol-packer" ~path:"src/lib_protocol_compiler/bin" ~opam:"octez-protocol-compiler" ~internal_name:"main_packer" -- GitLab From 9b28c2dbffd3157998b2a40b9c07c7619b69378a Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Mon, 25 Jul 2022 14:07:49 -0400 Subject: [PATCH 14/74] Manifest: Rename tezos-dal-node => octez-dal-node --- Makefile | 2 +- manifest/main.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b2983c280190..b17f721203ba 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signe $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-node-$p) \ $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-client-$p) -UNRELEASED_TEZOS_BIN=tezos-dal-node +UNRELEASED_TEZOS_BIN=octez-dal-node # See first mention of TEZOS_WITHOUT_OPAM. ifndef TEZOS_WITHOUT_OPAM diff --git a/manifest/main.ml b/manifest/main.ml index b29a261cf3ec..fca599c741aa 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -5629,10 +5629,10 @@ let _octez_dal_node = List.map deps_for_protocol Protocol.all |> List.flatten in public_exe - "tezos-dal-node" + "octez-dal-node" ~path:"src/bin_dal_node" ~internal_name:"main_dal" - ~synopsis:"Tezos: `tezos-dal-node` binary" + ~synopsis:"Tezos: `octez-dal-node` binary" ~deps: ([ octez_base |> open_ ~m:"TzPervasives"; -- GitLab From 3e68cba339baa7d6427bf83780e597cddd6e1ff2 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Mon, 13 Jun 2022 16:51:54 -0400 Subject: [PATCH 15/74] Makefile: Rename TEZOS_BIN => OCTEZ_BIN --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index b17f721203ba..b1c926d500a7 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec octez-protocol-compiler octez-snoop octez-proxy-server \ +OCTEZ_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec octez-protocol-compiler octez-snoop octez-proxy-server \ $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ @@ -45,7 +45,7 @@ TEZOS_BIN=octez-node octez-validator octez-client octez-admin-client octez-signe $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-node-$p) \ $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-client-$p) -UNRELEASED_TEZOS_BIN=octez-dal-node +UNRELEASED_OCTEZ_BIN=octez-dal-node # See first mention of TEZOS_WITHOUT_OPAM. ifndef TEZOS_WITHOUT_OPAM @@ -77,13 +77,13 @@ release: build-parameters: @dune build --profile=$(PROFILE) $(COVERAGE_OPTIONS) @copy-parameters -.PHONY: $(TEZOS_BIN) -$(TEZOS_BIN): +.PHONY: $(OCTEZ_BIN) +$(OCTEZ_BIN): dune build $(COVERAGE_OPTIONS) --profile=$(PROFILE) _build/install/default/bin/$@ cp -f _build/install/default/bin/$@ ./ -.PHONY: $(UNRELEASED_TEZOS_BIN) -$(UNRELEASED_TEZOS_BIN): +.PHONY: $(UNRELEASED_OCTEZ_BIN) +$(UNRELEASED_OCTEZ_BIN): @dune build $(COVERAGE_OPTIONS) --profile=$(PROFILE) _build/install/default/bin/$@ @cp -f _build/install/default/bin/$@ ./ @@ -93,9 +93,9 @@ ifneq (${current_ocaml_version},${ocaml_version}) $(error Unexpected ocaml version (found: ${current_ocaml_version}, expected: ${ocaml_version})) endif @dune build --profile=$(PROFILE) $(COVERAGE_OPTIONS) \ - $(foreach b, $(TEZOS_BIN), _build/install/default/bin/${b}) \ + $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters - @cp -f $(foreach b, $(TEZOS_BIN), _build/install/default/bin/${b}) ./ + @cp -f $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) ./ # List protocols, i.e. directories proto_* in src with a TEZOS_PROTOCOL file. TEZOS_PROTOCOL_FILES=$(wildcard src/proto_*/lib_protocol/TEZOS_PROTOCOL) @@ -336,9 +336,9 @@ ifneq (${current_ocaml_version},${ocaml_version}) $(error Unexpected ocaml version (found: ${current_ocaml_version}, expected: ${ocaml_version})) endif @dune build --profile=$(PROFILE) $(COVERAGE_OPTIONS) \ - $(foreach b, $(TEZOS_BIN) $(UNRELEASED_TEZOS_BIN), _build/install/default/bin/${b}) \ + $(foreach b, $(OCTEZ_BIN) $(UNRELEASED_OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters - @cp -f $(foreach b, $(TEZOS_BIN) $(UNRELEASED_TEZOS_BIN), _build/install/default/bin/${b}) ./ + @cp -f $(foreach b, $(OCTEZ_BIN) $(UNRELEASED_OCTEZ_BIN), _build/install/default/bin/${b}) ./ .PHONY: docker-image-build docker-image-build: @@ -402,7 +402,7 @@ coverage-clean: .PHONY: clean clean: coverage-clean @-dune clean - @-rm -f ${TEZOS_BIN} ${UNRELEASED_TEZOS_BIN} + @-rm -f ${OCTEZ_BIN} ${UNRELEASED_OCTEZ_BIN} @-${MAKE} -C docs clean @-${MAKE} -C tests_python clean @-rm -f docs/api/tezos-{baker,endorser,accuser}-alpha.html docs/api/tezos-{admin-,}client.html docs/api/tezos-signer.html -- GitLab From 33a6dc304c8e7d4ed407e5c2a7ff029cde2c9cd8 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 14 Jun 2022 16:31:38 -0400 Subject: [PATCH 16/74] Makefile: Add backwards compatible symlinks to octez binaries --- Makefile | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index b1c926d500a7..091bbfe201e9 100644 --- a/Makefile +++ b/Makefile @@ -34,16 +34,19 @@ CODE_QUALITY_REPORT := _reports/gl-code-quality-report.json PROFILE?=dev VALID_PROFILES=dev release static -OCTEZ_BIN=octez-node octez-validator octez-client octez-admin-client octez-signer octez-codec octez-protocol-compiler octez-snoop octez-proxy-server \ - $(foreach p, $(active_protocol_versions), octez-baker-$(p)) \ - $(foreach p, $(active_protocol_versions), octez-accuser-$(p)) \ +RAW_BIN=node validator client admin-client signer codec protocol-compiler snoop proxy-server \ + $(foreach p, $(active_protocol_versions), baker-$(p)) \ + $(foreach p, $(active_protocol_versions), accuser-$(p)) \ $(foreach p, $(active_protocol_versions), \ $(shell if [ -f $(call directory_of_version,$p)/bin_endorser/dune ]; then \ - echo octez-endorser-$(p); fi)) \ - $(foreach p, $(tx_rollup_protocol_versions), tezos-tx-rollup-node-$p) \ - $(foreach p, $(tx_rollup_protocol_versions), tezos-tx-rollup-client-$p) \ - $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-node-$p) \ - $(foreach p, $(sc_rollup_protocol_versions), tezos-sc-rollup-client-$p) + echo endorser-$(p); fi)) \ + $(foreach p, $(tx_rollup_protocol_versions), tx-rollup-node-$p) \ + $(foreach p, $(tx_rollup_protocol_versions), tx-rollup-client-$p) \ + $(foreach p, $(sc_rollup_protocol_versions), sc-rollup-node-$p) \ + $(foreach p, $(sc_rollup_protocol_versions), sc-rollup-client-$p) + +OCTEZ_BIN=$(shell echo "$(RAW_BIN)" | sed 's/[^ ]* */octez-&/g') +TEZOS_BIN=$(shell echo "$(RAW_BIN)" | sed 's/[^ ]* */tezos-&/g') UNRELEASED_OCTEZ_BIN=octez-dal-node @@ -96,6 +99,7 @@ endif $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters @cp -f $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) ./ + @$(foreach b, $(RAW_BIN), if [ ! -f ./tezos-${b} ]; then ln -s octez-${b} tezos-${b}; fi;) # List protocols, i.e. directories proto_* in src with a TEZOS_PROTOCOL file. TEZOS_PROTOCOL_FILES=$(wildcard src/proto_*/lib_protocol/TEZOS_PROTOCOL) @@ -402,7 +406,7 @@ coverage-clean: .PHONY: clean clean: coverage-clean @-dune clean - @-rm -f ${OCTEZ_BIN} ${UNRELEASED_OCTEZ_BIN} + @-rm -f ${OCTEZ_BIN} ${TEZOS_BIN} ${UNRELEASED_OCTEZ_BIN} @-${MAKE} -C docs clean @-${MAKE} -C tests_python clean @-rm -f docs/api/tezos-{baker,endorser,accuser}-alpha.html docs/api/tezos-{admin-,}client.html docs/api/tezos-signer.html -- GitLab From 30a977e9fcd59a91527e6db7d9e4fbe95cd7726e Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Wed, 13 Jul 2022 14:31:52 -0400 Subject: [PATCH 17/74] CI: teach ci how to find octez artifacts --- .gitlab/ci/build.yml | 1 + .gitlab/ci/test/templates.yml | 2 +- .gitlab/ci/test/tezt.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index 99c38a9de37e..814491340400 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -20,6 +20,7 @@ artifacts: name: "build-$ARCH-$CI_COMMIT_REF_SLUG" paths: + - octez-* - tezos-* - src/proto_*/parameters/*.json - _build/default/src/lib_protocol_compiler/bin/main_native.exe diff --git a/.gitlab/ci/test/templates.yml b/.gitlab/ci/test/templates.yml index 66b0219baf2b..bb4b90ad671b 100644 --- a/.gitlab/ci/test/templates.yml +++ b/.gitlab/ci/test/templates.yml @@ -28,4 +28,4 @@ # intermediate stages to succeed needs: ["build_x86_64"] before_script: - - if [ ! -f tezos-node ] || [ ! -f tezos-client ] || [ ! -f tezos-codec ]; then make all build-unreleased; fi + - if [ ! -f octez-node ] || [ ! -f octez-client ] || [ ! -f octez-codec ]; then make all build-unreleased; fi diff --git a/.gitlab/ci/test/tezt.yml b/.gitlab/ci/test/tezt.yml index e9bdb49b5f26..8d7550b46b2d 100644 --- a/.gitlab/ci/test/tezt.yml +++ b/.gitlab/ci/test/tezt.yml @@ -93,7 +93,7 @@ tezt:self_tests: # - cat mainnet.roll.* | xz -d -v -T0 > mainnet.rolling # - scripts/prepare_migration_test.sh auto mainnet.rolling "$block_hash" # script: -# - if [ ! -f tezos-node ] || [ ! -f tezos-client ] || [ ! -f tezos-codec ] ; then make; fi +# - if [ ! -f octez-node ] || [ ! -f octez-client ] || [ ! -f octez-codec ] ; then make; fi # - dune exec ./tezt/manual_tests/main.exe -- migration --color --log-buffer-size 5000 --log-file tezt-migration.log # artifacts: # when: always -- GitLab From 50ae25f1e7c805ab5e1938701079ad2d3a0284ce Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 20 Sep 2022 17:49:39 -0400 Subject: [PATCH 18/74] CI: Fix call to make to use the correct target --- .gitlab/ci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/Makefile b/.gitlab/ci/Makefile index 2531817ff252..ae0b2ee8dbc7 100644 --- a/.gitlab/ci/Makefile +++ b/.gitlab/ci/Makefile @@ -81,7 +81,7 @@ integration-test-prepare-migration-test: gitlab-take-ownership .PHONY: integration-test-snapshot-alpha-and-link integration-test-snapshot-alpha-and-link: gitlab-take-ownership cd ${CI_PROJECT_DIR} && \ - $(MAKE) tezos-protocol-compiler && \ + $(MAKE) octez-protocol-compiler && \ ./scripts/snapshot_alpha_and_link.sh "${new_proto_version}" next && \ $(MAKE) && \ dune build src/proto_"${new_proto_version}"_*/ -- GitLab From 21a87d3ba0929c9c40e0b1dd8348b50d4f33ff69 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 20 Sep 2022 17:43:03 -0400 Subject: [PATCH 19/74] Docker: update .dockerignore --- .dockerignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.dockerignore b/.dockerignore index 89ac970188f7..e81fd6d55900 100644 --- a/.dockerignore +++ b/.dockerignore @@ -26,6 +26,19 @@ tezos-proxy-server tezos-signer tezos-sc-rollup-node-* tezos-sc-rollup-client-* +octez-node +octez-tx-rollup-* +octez-validator +octez-protocol-compiler +octez-client +octez-admin-client +octez-baker-* +octez-endorser-* +octez-accuser-* +octez-proxy-server +octez-signer +octez-sc-rollup-node-* +octez-sc-rollup-client-* scripts/opam-test-all.sh.DONE scripts/create_genesis/src -- GitLab From 9057bae340428550a3630d989b6d8f5795eb4896 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 11 Aug 2022 18:20:21 -0400 Subject: [PATCH 20/74] Makefile: Delete tezos-* files before generating links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 091bbfe201e9..8e50889573bc 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ endif $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters @cp -f $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) ./ - @$(foreach b, $(RAW_BIN), if [ ! -f ./tezos-${b} ]; then ln -s octez-${b} tezos-${b}; fi;) + @$(foreach b, $(RAW_BIN), if [ -f ./tezos-${b} ]; then rm -f ./tezos-${b}; ln -s octez-${b} tezos-${b}; fi;) # List protocols, i.e. directories proto_* in src with a TEZOS_PROTOCOL file. TEZOS_PROTOCOL_FILES=$(wildcard src/proto_*/lib_protocol/TEZOS_PROTOCOL) -- GitLab From 8b7d0e9bffb4828dec8f09a299cd70c3df080df7 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Fri, 12 Aug 2022 10:42:15 -0400 Subject: [PATCH 21/74] Scripts: Add warning to docker entrypoint.sh --- scripts/docker/entrypoint.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 887ddada8948..d37ebdd16682 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -31,6 +31,12 @@ export node_data_dir="$node_dir/data" command=${1:-tezos-node} shift 1 +case $command in + tezos-*) + >&2 echo "Warning: The executable with name $command has been renamed to $(echo "$command" | sed 's/^tezos-/octez-/'). The name $command is now deprecated, and it will be removed in a future release. Please update your scripts to use the new name." + ;; +esac + case $command in tezos-node) launch_node "$@" -- GitLab From 32df6c2a803bbd3b7a026ab8e1d8fda6b458d674 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 30 Aug 2022 17:02:13 -0400 Subject: [PATCH 22/74] Dockerfile: Add octez* binaries and create tezos* symlinks --- Dockerfile | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index cff4c70d0e9d..ab2a03a2dff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,16 +9,16 @@ FROM ${BUILD_IMAGE}:${BUILD_IMAGE_VERSION} as builder FROM ${BASE_IMAGE}:${BASE_IMAGE_VERSION} as intermediate # Pull in built binaries -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-baker-* /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-accuser-* /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-client /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-admin-client /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-node /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-proxy-server /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-signer /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-tx-rollup-* /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-sc-rollup-* /home/tezos/bin/ -COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/tezos-codec /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-baker-* /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-accuser-* /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-client /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-admin-client /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-node /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-proxy-server /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-signer /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-tx-rollup-* /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-sc-rollup-* /home/tezos/bin/ +COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/octez-codec /home/tezos/bin/ # Add parameters for active protocols COPY --chown=tezos:nogroup --from=builder /home/tezos/tezos/parameters /home/tezos/scripts/ # Add entrypoint scripts @@ -55,8 +55,10 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] FROM ${BASE_IMAGE}:${BASE_IMAGE_VERSION_NON_MIN} as stripper -COPY --chown=tezos:nogroup --from=intermediate /home/tezos/bin/tezos-* /home/tezos/bin/ -RUN chmod +rw /home/tezos/bin/tezos* && strip /home/tezos/bin/tezos* +COPY --chown=tezos:nogroup --from=intermediate /home/tezos/bin/octez-* /home/tezos/bin/ +RUN chmod +rw /home/tezos/bin/octez* && strip /home/tezos/bin/octez* +# hadolint ignore=DL3003,DL4006,SC2046 +RUN cd /home/tezos/bin && for b in $(ls octez*); do ln -s "$b" $(echo "$b" | sed 's/^octez/tezos/'); done FROM ${BASE_IMAGE}:${BASE_IMAGE_VERSION} as bare -- GitLab From 9cd46ee524c5613c2236d7ae427501aa2a6041e9 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Fri, 12 Aug 2022 18:34:48 -0400 Subject: [PATCH 23/74] Makefile: more symlinks --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e50889573bc..1bbe8a0339a7 100644 --- a/Makefile +++ b/Makefile @@ -84,11 +84,13 @@ build-parameters: $(OCTEZ_BIN): dune build $(COVERAGE_OPTIONS) --profile=$(PROFILE) _build/install/default/bin/$@ cp -f _build/install/default/bin/$@ ./ + name=$$(echo "$@" | sed 's/^octez-//'); rm -f "tezos-$$name"; ln -s octez-$$name tezos-$$name .PHONY: $(UNRELEASED_OCTEZ_BIN) $(UNRELEASED_OCTEZ_BIN): @dune build $(COVERAGE_OPTIONS) --profile=$(PROFILE) _build/install/default/bin/$@ @cp -f _build/install/default/bin/$@ ./ + @name=$$(echo "$@" | sed 's/^octez-//'); rm -f "tezos-$$name"; ln -s octez-$$name tezos-$$name .PHONY: build build: @@ -99,7 +101,7 @@ endif $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters @cp -f $(foreach b, $(OCTEZ_BIN), _build/install/default/bin/${b}) ./ - @$(foreach b, $(RAW_BIN), if [ -f ./tezos-${b} ]; then rm -f ./tezos-${b}; ln -s octez-${b} tezos-${b}; fi;) + @$(foreach b, $(RAW_BIN), rm -f ./tezos-${b}; ln -s octez-${b} tezos-${b};) # List protocols, i.e. directories proto_* in src with a TEZOS_PROTOCOL file. TEZOS_PROTOCOL_FILES=$(wildcard src/proto_*/lib_protocol/TEZOS_PROTOCOL) -- GitLab From befec967c686e93299f923ce785d53435a71fded Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Fri, 26 Aug 2022 16:31:39 -0400 Subject: [PATCH 24/74] Makefile: build-unreleased --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1bbe8a0339a7..23ea7eec3c0c 100644 --- a/Makefile +++ b/Makefile @@ -44,11 +44,12 @@ RAW_BIN=node validator client admin-client signer codec protocol-compiler snoop $(foreach p, $(tx_rollup_protocol_versions), tx-rollup-client-$p) \ $(foreach p, $(sc_rollup_protocol_versions), sc-rollup-node-$p) \ $(foreach p, $(sc_rollup_protocol_versions), sc-rollup-client-$p) - OCTEZ_BIN=$(shell echo "$(RAW_BIN)" | sed 's/[^ ]* */octez-&/g') TEZOS_BIN=$(shell echo "$(RAW_BIN)" | sed 's/[^ ]* */tezos-&/g') -UNRELEASED_OCTEZ_BIN=octez-dal-node +UNRELEASED_RAW_BIN=dal-node +UNRELEASED_OCTEZ_BIN=$(shell echo "$(UNRELEASED_RAW_BIN)" | sed 's/[^ ]* */octez-&/g') +UNRELEASED_TEZOS_BIN=$(shell echo "$(UNRELEASED_RAW_BIN)" | sed 's/[^ ]* */tezos-&/g') # See first mention of TEZOS_WITHOUT_OPAM. ifndef TEZOS_WITHOUT_OPAM @@ -345,6 +346,7 @@ endif $(foreach b, $(OCTEZ_BIN) $(UNRELEASED_OCTEZ_BIN), _build/install/default/bin/${b}) \ @copy-parameters @cp -f $(foreach b, $(OCTEZ_BIN) $(UNRELEASED_OCTEZ_BIN), _build/install/default/bin/${b}) ./ + @$(foreach b, $(RAW_BIN) $(UNRELEASED_RAW_BIN), rm -f ./tezos-${b}; ln -s octez-${b} tezos-${b};) .PHONY: docker-image-build docker-image-build: @@ -408,7 +410,7 @@ coverage-clean: .PHONY: clean clean: coverage-clean @-dune clean - @-rm -f ${OCTEZ_BIN} ${TEZOS_BIN} ${UNRELEASED_OCTEZ_BIN} + @-rm -f ${OCTEZ_BIN} ${TEZOS_BIN} ${UNRELEASED_OCTEZ_BIN} ${UNRELEASED_TEZOS_BIN} @-${MAKE} -C docs clean @-${MAKE} -C tests_python clean @-rm -f docs/api/tezos-{baker,endorser,accuser}-alpha.html docs/api/tezos-{admin-,}client.html docs/api/tezos-signer.html -- GitLab From 3007650cd9b906387f4d3ec035b7e22086e0f37d Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 8 Sep 2022 18:33:51 -0400 Subject: [PATCH 25/74] Docs: fix broken references --- docs/developer/howto-freeze-protocols.rst | 2 +- docs/shell/the_big_picture.rst | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/developer/howto-freeze-protocols.rst b/docs/developer/howto-freeze-protocols.rst index e781ac164561..0f5760b5678e 100644 --- a/docs/developer/howto-freeze-protocols.rst +++ b/docs/developer/howto-freeze-protocols.rst @@ -52,7 +52,7 @@ In particular the file :src:`src/bin_node/node_config_file.ml` should be amended. The protocol plugin registration module should be removed from -:src:`src/bin_node/dune` and :src:`opam/tezos-node.opam`. +:src:`src/bin_node/dune` and :src:`opam/octez-node.opam`. Remove Protocol From Python Tests of Current Protocol ----------------------------------------------------- diff --git a/docs/shell/the_big_picture.rst b/docs/shell/the_big_picture.rst index 20c18ee3d6cb..69320973c1dd 100644 --- a/docs/shell/the_big_picture.rst +++ b/docs/shell/the_big_picture.rst @@ -189,7 +189,7 @@ protocol in an alternative environment possible. are dummy ones which can be used when only the types and noncontextual functions of the protocol are needed. - - :package:`tezos-protocol-compiler` is the compiler for economic + - :package:`octez-protocol-compiler` is the compiler for economic protocols: an alternative driver to the OCaml :opam:`ocaml-compiler-libs` that typechecks within the protocol environment, and performs some more checks on the protocol code. @@ -306,22 +306,22 @@ run them. The Final Executables ~~~~~~~~~~~~~~~~~~~~~ - - :package:`tezos-node` provides the node launcher binary - ``tezos-node``. All the algorithmic being implemented in the + - :package:`octez-node` provides the node launcher binary + ``octez-node``. All the algorithmic being implemented in the shell, this package only implements the node's CLI. It also provides the sandboxed node shell script launcher (see the main readme). - - :package:`tezos-client` provides the ``tezos-client`` and - ``tezos-admin-client`` binaries. The former contains a small + - :package:`octez-client` provides the ``octez-client`` and + ``octez-admin-client`` binaries. The former contains a small command line wallet, the latter an administration tool for the node. It also provides a shell script that configures a shell environment to interact with a sandboxed node. - - :package:`tezos-baker-alpha` provides the ``tezos-baker-alpha`` + - :package:`octez-baker-alpha` provides the ``octez-baker-alpha`` binary. - - :package:`tezos-accuser-alpha` provides the ``tezos-accuser-alpha`` + - :package:`octez-accuser-alpha` provides the ``octez-accuser-alpha`` binary. - - :package:`tezos-protocol-compiler` provides the - ``tezos-protocol-compiler`` binary that is used by the node to + - :package:`octez-protocol-compiler` provides the + ``octez-protocol-compiler`` binary that is used by the node to compile new protocols on the fly, and that can be used for developing new protocols. -- GitLab From 523c913224c775b925c45af7674f909481a7e0c6 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:48 -0400 Subject: [PATCH 26/74] Scripts: Rename octez-sandboxed-node.sh --- scripts/prepare_migration_test.sh | 2 +- scripts/shellcheck_skips | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prepare_migration_test.sh b/scripts/prepare_migration_test.sh index 7105785629cf..6f7cb2671ac8 100755 --- a/scripts/prepare_migration_test.sh +++ b/scripts/prepare_migration_test.sh @@ -301,7 +301,7 @@ The script detected that you will do a migration on the sandbox." echo " Use the following commands to start the sandboxed node: -$ ./src/bin_node/tezos-sandboxed-node.sh 1 --connections 0 & +$ ./src/bin_node/octez-sandboxed-node.sh 1 --connections 0 & $ eval \`./src/bin_client/tezos-init-sandboxed-client.sh 1\` $ tezos-activate-${pred_proto_version}-${pred_short_hash} diff --git a/scripts/shellcheck_skips b/scripts/shellcheck_skips index c59fb0a2afc6..418947a2cf9c 100644 --- a/scripts/shellcheck_skips +++ b/scripts/shellcheck_skips @@ -14,6 +14,6 @@ scripts/update_opam_repo.sh scripts/user_activated_upgrade.sh src/bin_client/bash-completion.sh src/bin_client/tezos-init-sandboxed-client.sh -src/bin_node/tezos-sandboxed-node.sh +src/bin_node/octez-sandboxed-node.sh src/lib_store/unix/test/generate_locator_plot.sh src/lib_webassembly/bin/test/meta/noderun.sh -- GitLab From 927b857afe3af45b78a491e5a9a487e2dcd8dd5a Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:48 -0400 Subject: [PATCH 27/74] Scripts: Rename octez-init-sandboxed-client.sh --- scripts/prepare_migration_test.sh | 2 +- scripts/shellcheck_skips | 2 +- scripts/user_activated_upgrade.sh | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/prepare_migration_test.sh b/scripts/prepare_migration_test.sh index 6f7cb2671ac8..9ade3d15a07f 100755 --- a/scripts/prepare_migration_test.sh +++ b/scripts/prepare_migration_test.sh @@ -302,7 +302,7 @@ The script detected that you will do a migration on the sandbox." echo " Use the following commands to start the sandboxed node: $ ./src/bin_node/octez-sandboxed-node.sh 1 --connections 0 & -$ eval \`./src/bin_client/tezos-init-sandboxed-client.sh 1\` +$ eval \`./src/bin_client/octez-init-sandboxed-client.sh 1\` $ tezos-activate-${pred_proto_version}-${pred_short_hash} Then bake blocks until the chain reaches level $mig_level with: diff --git a/scripts/shellcheck_skips b/scripts/shellcheck_skips index 418947a2cf9c..154caaa73aac 100644 --- a/scripts/shellcheck_skips +++ b/scripts/shellcheck_skips @@ -13,7 +13,7 @@ scripts/update_hashes.sh scripts/update_opam_repo.sh scripts/user_activated_upgrade.sh src/bin_client/bash-completion.sh -src/bin_client/tezos-init-sandboxed-client.sh +src/bin_client/octez-init-sandboxed-client.sh src/bin_node/octez-sandboxed-node.sh src/lib_store/unix/test/generate_locator_plot.sh src/lib_webassembly/bin/test/meta/noderun.sh diff --git a/scripts/user_activated_upgrade.sh b/scripts/user_activated_upgrade.sh index 51d54b58940f..6fbede3d69f7 100755 --- a/scripts/user_activated_upgrade.sh +++ b/scripts/user_activated_upgrade.sh @@ -87,10 +87,10 @@ else { }}' src/bin_node/node_config_file.ml > tmp_file mv tmp_file src/bin_node/node_config_file.ml - sed -i.old "s/\$bin_dir\/..\/proto_alpha\/parameters\/sandbox-parameters.json/\$bin_dir\/..\/proto_${pred}_${pred_short_hash}\/parameters\/sandbox-parameters.json/" src/bin_client/tezos-init-sandboxed-client.sh - sed -i.old "s/activate_alpha()/activate_${pred}_${pred_short_hash}()/" src/bin_client/tezos-init-sandboxed-client.sh - sed -i.old "s/tezos-activate-alpha/tezos-activate-${pred}-${pred_short_hash}/" src/bin_client/tezos-init-sandboxed-client.sh - sed -i.old "s/activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK/activate protocol $pred_full_hash/" src/bin_client/tezos-init-sandboxed-client.sh - rm src/bin_client/tezos-init-sandboxed-client.sh.old + sed -i.old "s/\$bin_dir\/..\/proto_alpha\/parameters\/sandbox-parameters.json/\$bin_dir\/..\/proto_${pred}_${pred_short_hash}\/parameters\/sandbox-parameters.json/" src/bin_client/octez-init-sandboxed-client.sh + sed -i.old "s/activate_alpha()/activate_${pred}_${pred_short_hash}()/" src/bin_client/octez-init-sandboxed-client.sh + sed -i.old "s/tezos-activate-alpha/tezos-activate-${pred}-${pred_short_hash}/" src/bin_client/octez-init-sandboxed-client.sh + sed -i.old "s/activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK/activate protocol $pred_full_hash/" src/bin_client/octez-init-sandboxed-client.sh + rm src/bin_client/octez-init-sandboxed-client.sh.old echo "The sandbox will now switch to $full_hash at level $level." fi -- GitLab From 10aa2093b3b0b48f0b84e364e857e82b663ba03f Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:48 -0400 Subject: [PATCH 28/74] Scripts: Rename tezos-node to octez-node --- scripts/ci/docker_smoke_test.sh | 2 +- scripts/ci/static_smoke_test.sh | 2 +- scripts/docker/docker-compose-generic.yml | 2 +- scripts/docker/entrypoint.sh | 8 ++++---- scripts/prepare_migration_test.sh | 12 ++++++------ scripts/test_release_version.sh | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/ci/docker_smoke_test.sh b/scripts/ci/docker_smoke_test.sh index af4181ff0bda..a1528a2140c9 100755 --- a/scripts/ci/docker_smoke_test.sh +++ b/scripts/ci/docker_smoke_test.sh @@ -27,7 +27,7 @@ test_version() { echo "Testing version of binaries in Docker image" binaries=$(docker run --entrypoint ls "$IMAGE" /usr/local/bin/) - for bin in tezos-client tezos-node; do + for bin in tezos-client octez-node; do if ! echo "$binaries" | grep -q "^${bin}$" ; then echo "Could not find binary $bin in Docker image." exit 1 diff --git a/scripts/ci/static_smoke_test.sh b/scripts/ci/static_smoke_test.sh index cda18b26d688..b060e4ab9953 100755 --- a/scripts/ci/static_smoke_test.sh +++ b/scripts/ci/static_smoke_test.sh @@ -52,7 +52,7 @@ test_node_run() { "$script_dir/install_sapling_parameters.sh" - if ! timeout 20 "$bin_dir/tezos-node" run --expected-pow=-0.0 | grep 'Tezos node is now running'; then + if ! timeout 20 "$bin_dir/octez-node" run --expected-pow=-0.0 | grep 'Tezos node is now running'; then echo "Could not verify that node is running." exit 1 fi diff --git a/scripts/docker/docker-compose-generic.yml b/scripts/docker/docker-compose-generic.yml index 866782970405..f90575c708b1 100644 --- a/scripts/docker/docker-compose-generic.yml +++ b/scripts/docker/docker-compose-generic.yml @@ -4,7 +4,7 @@ services: node: image: tezos/tezos:latest hostname: node - command: tezos-node + command: octez-node ports: - 9732:9732 expose: diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index d37ebdd16682..1dde8e7c98e9 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -13,7 +13,7 @@ bin_dir="$(cd "$(dirname "$0")" && echo "$(pwd -P)/")" : "${PROTOCOL:="unspecified-PROTOCOL-variable"}" # export all these variables to be used in the inc script -export node="$BIN_DIR/tezos-node" +export node="$BIN_DIR/octez-node" export client="$BIN_DIR/tezos-client" export admin_client="$BIN_DIR/tezos-admin-client" export baker="$BIN_DIR/tezos-baker-$PROTOCOL" @@ -28,7 +28,7 @@ export node_data_dir="$node_dir/data" # shellcheck source=./scripts/docker/entrypoint.inc.sh . "$bin_dir/entrypoint.inc.sh" -command=${1:-tezos-node} +command=${1:-octez-node} shift 1 case $command in @@ -38,7 +38,7 @@ case $command in esac case $command in - tezos-node) + octez-node|tezos-node) launch_node "$@" ;; tezos-upgrade-storage) @@ -90,7 +90,7 @@ You can specify the network with argument --network, for instance: (default is mainnet). Daemons: -- tezos-node [args] +- octez-node [args] Initialize a new identity and run the tezos node. - tezos-baker [keys] diff --git a/scripts/prepare_migration_test.sh b/scripts/prepare_migration_test.sh index 9ade3d15a07f..b7825021776a 100755 --- a/scripts/prepare_migration_test.sh +++ b/scripts/prepare_migration_test.sh @@ -55,13 +55,13 @@ The context in ${context_dir} will be used for the test." Importing context from $f_snapshot_path into $context_dir." # $f_snapshot_path might be empty # shellcheck disable=SC2086 - ./tezos-node snapshot import "$f_snapshot_path" --data-dir "$context_dir" $f_blockhash_opt + ./octez-node snapshot import "$f_snapshot_path" --data-dir "$context_dir" $f_blockhash_opt fi } generate_identities (){ f_context_dir="$1" - ./tezos-node identity generate --data-dir "$f_context_dir" + ./octez-node identity generate --data-dir "$f_context_dir" } patch_yes_node () { @@ -253,7 +253,7 @@ $tmp_dir/tezt-XXXXXX, where XXXXXX are six random decimal figures. Use the following commands to start the node in the resulting context after migration, replacing the XXXXXX below with the value that you noted down before: -$ ./tezos-node run --connections 0 --data-dir $tmp_dir/tezt-XXXXXX/tezos-node-test --rpc-addr localhost & +$ ./octez-node run --connections 0 --data-dir $tmp_dir/tezt-XXXXXX/tezos-node-test --rpc-addr localhost & You can then inspect the storage, or bake blocks with the command: $ ./tezos-client -d $tmp_dir/tezt-XXXXXX/yes-wallet bake for foundation1 --minimal-timestamp @@ -329,15 +329,15 @@ commands above (the script needs not to be run again)." No snapshot file provided. Please use the following commands to import a context manually: -$ ./tezos-node snapshot import --data-dir -$ ./tezos-node identity generate --data-dir " +$ ./octez-node snapshot import --data-dir +$ ./octez-node identity generate --data-dir " fi echo " Use the following commands to start the node with the imported context: $ test_directory=\$(mktemp -d -t \"${context_dir##*/}-XXXX\") && cp -r \"$context_dir/.\" \"\$test_directory\" -$ ./tezos-node run --connections 0 --data-dir \"\$test_directory\" --rpc-addr localhost & +$ ./octez-node run --connections 0 --data-dir \"\$test_directory\" --rpc-addr localhost & Then bake blocks until the chain reaches level $mig_level with: $ ./tezos-client -d $yes_wallet bake for foundation1 --minimal-timestamp diff --git a/scripts/test_release_version.sh b/scripts/test_release_version.sh index b889a7913636..9f659c18d1a6 100755 --- a/scripts/test_release_version.sh +++ b/scripts/test_release_version.sh @@ -4,7 +4,7 @@ set -eu # test the version associated to a git tag. Here we use # a random version and we check if it is correctly parsed # The script tezos-version prints the -# same version displayed by tezos-node --version +# same version displayed by octez-node --version VERSION='10.94' RANDOMTAG='testtesttest' -- GitLab From c91854150d5e858e0d3decfe5ba0a3a9f1ce929f Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:48 -0400 Subject: [PATCH 29/74] Scripts: Rename tezos-client to octez-client --- scripts/check-liquidity-baking-scripts.sh | 4 ++-- scripts/ci/docker_smoke_test.sh | 2 +- scripts/ci/static_smoke_test.sh | 2 +- scripts/docker/entrypoint.sh | 6 +++--- scripts/prepare_migration_test.sh | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/check-liquidity-baking-scripts.sh b/scripts/check-liquidity-baking-scripts.sh index 41a7ab67a92a..bd68b08690db 100755 --- a/scripts/check-liquidity-baking-scripts.sh +++ b/scripts/check-liquidity-baking-scripts.sh @@ -36,10 +36,10 @@ TOP_DIR="$SCRIPT_DIR"/.. cd "$TOP_DIR" || exit MOCKUP_DIR=$(mktemp -d) -"$TOP_DIR"/tezos-client --mode mockup --base-dir "$MOCKUP_DIR" create mockup \ +"$TOP_DIR"/octez-client --mode mockup --base-dir "$MOCKUP_DIR" create mockup \ 1> /tmp/create-mockup.log 2>&1 -TEZOS_CLIENT="$TOP_DIR/tezos-client --base-dir $MOCKUP_DIR \ +TEZOS_CLIENT="$TOP_DIR/octez-client --base-dir $MOCKUP_DIR \ --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK \ --mode mockup" diff --git a/scripts/ci/docker_smoke_test.sh b/scripts/ci/docker_smoke_test.sh index a1528a2140c9..21f037c5d5bc 100755 --- a/scripts/ci/docker_smoke_test.sh +++ b/scripts/ci/docker_smoke_test.sh @@ -27,7 +27,7 @@ test_version() { echo "Testing version of binaries in Docker image" binaries=$(docker run --entrypoint ls "$IMAGE" /usr/local/bin/) - for bin in tezos-client octez-node; do + for bin in octez-client octez-node; do if ! echo "$binaries" | grep -q "^${bin}$" ; then echo "Could not find binary $bin in Docker image." exit 1 diff --git a/scripts/ci/static_smoke_test.sh b/scripts/ci/static_smoke_test.sh index b060e4ab9953..285eb88eb470 100755 --- a/scripts/ci/static_smoke_test.sh +++ b/scripts/ci/static_smoke_test.sh @@ -28,7 +28,7 @@ bin_dir="$src_dir/tezos-binaries/$ARCH" test_version() { echo "Testing version of static binaries" - for binary in tezos-client tezos-signer; do + for binary in octez-client tezos-signer; do printf "Checking version of %s..." "$binary" cmd="$bin_dir/$binary --version" diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 1dde8e7c98e9..a0e5b3e3504e 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -14,7 +14,7 @@ bin_dir="$(cd "$(dirname "$0")" && echo "$(pwd -P)/")" # export all these variables to be used in the inc script export node="$BIN_DIR/octez-node" -export client="$BIN_DIR/tezos-client" +export client="$BIN_DIR/octez-client" export admin_client="$BIN_DIR/tezos-admin-client" export baker="$BIN_DIR/tezos-baker-$PROTOCOL" export endorser="$BIN_DIR/tezos-endorser-$PROTOCOL" @@ -65,7 +65,7 @@ case $command in tezos-accuser-test) launch_accuser_test "$@" ;; - tezos-client) + octez-client|tezos-client) configure_client exec "$client" "$@" ;; @@ -99,7 +99,7 @@ Daemons: - tezos-endorser-test [keys] Clients: -- tezos-client [args] +- octez-client [args] - tezos-signer [args] - tezos-admin-client diff --git a/scripts/prepare_migration_test.sh b/scripts/prepare_migration_test.sh index b7825021776a..d6b2a230a458 100755 --- a/scripts/prepare_migration_test.sh +++ b/scripts/prepare_migration_test.sh @@ -256,7 +256,7 @@ migration, replacing the XXXXXX below with the value that you noted down before: $ ./octez-node run --connections 0 --data-dir $tmp_dir/tezt-XXXXXX/tezos-node-test --rpc-addr localhost & You can then inspect the storage, or bake blocks with the command: -$ ./tezos-client -d $tmp_dir/tezt-XXXXXX/yes-wallet bake for foundation1 --minimal-timestamp +$ ./octez-client -d $tmp_dir/tezt-XXXXXX/yes-wallet bake for foundation1 --minimal-timestamp In order to re-run the migration test, kill any node that may be running and use the command for running the test above (the script needs not to be run again). @@ -306,7 +306,7 @@ $ eval \`./src/bin_client/octez-init-sandboxed-client.sh 1\` $ tezos-activate-${pred_proto_version}-${pred_short_hash} Then bake blocks until the chain reaches level $mig_level with: -$ tezos-client bake for bootstrap1 --minimal-timestamp +$ octez-client bake for bootstrap1 --minimal-timestamp In order to re-run the migration test, kill the sandboxed node and run the commands above (the script needs not to be run again)." @@ -340,7 +340,7 @@ $ test_directory=\$(mktemp -d -t \"${context_dir##*/}-XXXX\") && cp -r \"$contex $ ./octez-node run --connections 0 --data-dir \"\$test_directory\" --rpc-addr localhost & Then bake blocks until the chain reaches level $mig_level with: -$ ./tezos-client -d $yes_wallet bake for foundation1 --minimal-timestamp +$ ./octez-client -d $yes_wallet bake for foundation1 --minimal-timestamp In order to re-run the migration test, kill the node and delete spurious fil by using: -- GitLab From cf3177a3b5078bf96bda1a02f49538878cc9ccf0 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:49 -0400 Subject: [PATCH 30/74] Scripts: Rename tezos-admin-client to octez-admin-client --- scripts/docker/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index a0e5b3e3504e..db21fca7a910 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -15,7 +15,7 @@ bin_dir="$(cd "$(dirname "$0")" && echo "$(pwd -P)/")" # export all these variables to be used in the inc script export node="$BIN_DIR/octez-node" export client="$BIN_DIR/octez-client" -export admin_client="$BIN_DIR/tezos-admin-client" +export admin_client="$BIN_DIR/octez-admin-client" export baker="$BIN_DIR/tezos-baker-$PROTOCOL" export endorser="$BIN_DIR/tezos-endorser-$PROTOCOL" export accuser="$BIN_DIR/tezos-accuser-$PROTOCOL" @@ -69,7 +69,7 @@ case $command in configure_client exec "$client" "$@" ;; - tezos-admin-client) + octez-admin-client|tezos-admin-client) configure_client exec "$admin_client" "$@" ;; @@ -101,7 +101,7 @@ Daemons: Clients: - octez-client [args] - tezos-signer [args] -- tezos-admin-client +- octez-admin-client Commands: - tezos-upgrade-storage -- GitLab From 5853a5e888e2042658ac5ed41f6ad88707c93ec4 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:49 -0400 Subject: [PATCH 31/74] Scripts: Rename tezos-signer to octez-signer --- scripts/ci/static_smoke_test.sh | 2 +- scripts/docker/entrypoint.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ci/static_smoke_test.sh b/scripts/ci/static_smoke_test.sh index 285eb88eb470..2d1cc4dfb9c8 100755 --- a/scripts/ci/static_smoke_test.sh +++ b/scripts/ci/static_smoke_test.sh @@ -28,7 +28,7 @@ bin_dir="$src_dir/tezos-binaries/$ARCH" test_version() { echo "Testing version of static binaries" - for binary in octez-client tezos-signer; do + for binary in octez-client octez-signer; do printf "Checking version of %s..." "$binary" cmd="$bin_dir/$binary --version" diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index db21fca7a910..5602dfa32588 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -19,7 +19,7 @@ export admin_client="$BIN_DIR/octez-admin-client" export baker="$BIN_DIR/tezos-baker-$PROTOCOL" export endorser="$BIN_DIR/tezos-endorser-$PROTOCOL" export accuser="$BIN_DIR/tezos-accuser-$PROTOCOL" -export signer="$BIN_DIR/tezos-signer" +export signer="$BIN_DIR/octez-signer" export client_dir="$DATA_DIR/client" export node_dir="$DATA_DIR/node" @@ -73,7 +73,7 @@ case $command in configure_client exec "$admin_client" "$@" ;; - tezos-signer) + octez-signer|tezos-signer) exec "$signer" "$@" ;; *) @@ -100,7 +100,7 @@ Daemons: Clients: - octez-client [args] -- tezos-signer [args] +- octez-signer [args] - octez-admin-client Commands: -- GitLab From cd9395ba976c92d2551c8c3defbd1636101fcaf2 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:49 -0400 Subject: [PATCH 32/74] Scripts: Rename tezos-protocol-compiler to octez-protocol-compiler --- scripts/snapshot_alpha.sh | 2 +- scripts/update_hashes.sh | 4 ++-- scripts/version.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/snapshot_alpha.sh b/scripts/snapshot_alpha.sh index 46df46d39902..0c4e00c267e4 100755 --- a/scripts/snapshot_alpha.sh +++ b/scripts/snapshot_alpha.sh @@ -78,7 +78,7 @@ echo "Setting current version in raw_context and proxy" sed -i.old.old -e 's/let version_value = "alpha_current"/let version_value = "'${current}'"/' \ src/proto_${version}/lib_protocol/raw_context.ml src/proto_${version}/lib_client/proxy.ml -long_hash=$(./tezos-protocol-compiler -hash-only src/proto_${version}/lib_protocol) +long_hash=$(./octez-protocol-compiler -hash-only src/proto_${version}/lib_protocol) short_hash=$(echo $long_hash | head -c 8) if [ -d src/proto_${version}_${short_hash} ] ; then diff --git a/scripts/update_hashes.sh b/scripts/update_hashes.sh index 229155d791c5..3e3057a58d1e 100755 --- a/scripts/update_hashes.sh +++ b/scripts/update_hashes.sh @@ -22,7 +22,7 @@ genesis_tmpdir=`mktemp -d` mkdir $genesis_tmpdir/src cp src/proto_genesis/lib_protocol/src/*.ml src/proto_genesis/lib_protocol/src/*.mli $genesis_tmpdir/src/ grep -v '"hash"' < src/proto_genesis/lib_protocol/src/TEZOS_PROTOCOL > $genesis_tmpdir/src/TEZOS_PROTOCOL -new_hash_genesis=`./tezos-protocol-compiler -hash-only $genesis_tmpdir/tmp $genesis_tmpdir/src` +new_hash_genesis=`./octez-protocol-compiler -hash-only $genesis_tmpdir/tmp $genesis_tmpdir/src` echo "Genesis's new hash: $new_hash_genesis" if [ "$current_hash_genesis" != "$new_hash_genesis" ] then @@ -38,7 +38,7 @@ alpha_tmpdir=`mktemp -d` mkdir $alpha_tmpdir/src cp src/proto_alpha/lib_protocol/src/*.ml src/proto_alpha/lib_protocol/src/*.mli $alpha_tmpdir/src/ grep -v '"hash"' < src/proto_alpha/lib_protocol/src/TEZOS_PROTOCOL > $alpha_tmpdir/src/TEZOS_PROTOCOL -new_hash_alpha=`./tezos-protocol-compiler -hash-only $alpha_tmpdir/tmp $alpha_tmpdir/src` +new_hash_alpha=`./octez-protocol-compiler -hash-only $alpha_tmpdir/tmp $alpha_tmpdir/src` echo "Alpha's new hash: $new_hash_alpha" if [ "$current_hash_alpha" != "$new_hash_alpha" ] then diff --git a/scripts/version.sh b/scripts/version.sh index 63f0db25faf8..eb0879f7dc43 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -8,7 +8,7 @@ ## . "$script_dir"/version.sh ## `ocaml-version` should be in sync with `README.rst` and -## `lib.protocol-compiler/tezos-protocol-compiler.opam` +## `lib.protocol-compiler/octez-protocol-compiler.opam` ## ## This script is also sourced in the Makefile, as such it should be compatible ## with both the make and sh syntax -- GitLab From f59a128c04e72f01f333892a5d968864a3b8651c Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:49 -0400 Subject: [PATCH 33/74] Scripts: Rename tezos-upgrade-storage to octez-upgrade-storage --- scripts/docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 5602dfa32588..13b41f48f676 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -41,7 +41,7 @@ case $command in octez-node|tezos-node) launch_node "$@" ;; - tezos-upgrade-storage) + octez-upgrade-storage|tezos-upgrade-storage) upgrade_node_storage ;; tezos-snapshot-import) @@ -104,7 +104,7 @@ Clients: - octez-admin-client Commands: - - tezos-upgrade-storage + - octez-upgrade-storage - tezos-snapshot-import [args] Import a snapshot. The snapshot must be available in the file /snapshot Using docker run, you can make it available using the command : -- GitLab From 31c4043de542b5debaee4de8e4055bef7ecb1ec7 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 34/74] Scripts: Rename tezos-snapshot-import to octez-snapshot-import --- scripts/docker/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 13b41f48f676..b75328b6e32c 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -44,7 +44,7 @@ case $command in octez-upgrade-storage|tezos-upgrade-storage) upgrade_node_storage ;; - tezos-snapshot-import) + octez-snapshot-import|tezos-snapshot-import) snapshot_import "$@" ;; tezos-baker) @@ -105,10 +105,10 @@ Clients: Commands: - octez-upgrade-storage - - tezos-snapshot-import [args] + - octez-snapshot-import [args] Import a snapshot. The snapshot must be available in the file /snapshot Using docker run, you can make it available using the command : - docker run -v :/snapshot tezos/tezos tezos-snapshot-import + docker run -v :/snapshot tezos/tezos octez-snapshot-import must be an absolute path. EOF ;; -- GitLab From 4ad6080c36d272b82cde2be72508f41d23626f54 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 35/74] Scripts: Rename tezos-baker-test to octez-baker-test --- scripts/docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index b75328b6e32c..a91b4ced6c7b 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -50,7 +50,7 @@ case $command in tezos-baker) launch_baker "$@" ;; - tezos-baker-test) + octez-baker-test|tezos-baker-test) launch_baker_test "$@" ;; tezos-endorser) @@ -94,7 +94,7 @@ Daemons: Initialize a new identity and run the tezos node. - tezos-baker [keys] -- tezos-baker-test [keys] +- octez-baker-test [keys] - tezos-endorser [keys] - tezos-endorser-test [keys] -- GitLab From b56d6b8b2ef07895147408296424e6e1e337a796 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 36/74] Scripts: Rename tezos-baker to octez-baker --- scripts/docker/docker-compose-generic.yml | 2 +- scripts/docker/entrypoint.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/docker/docker-compose-generic.yml b/scripts/docker/docker-compose-generic.yml index f90575c708b1..b72d86a968a4 100644 --- a/scripts/docker/docker-compose-generic.yml +++ b/scripts/docker/docker-compose-generic.yml @@ -21,7 +21,7 @@ services: hostname: baker-alpha environment: - PROTOCOL=alpha - command: tezos-baker + command: octez-baker links: - node volumes: diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index a91b4ced6c7b..6c013494af20 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -16,7 +16,7 @@ bin_dir="$(cd "$(dirname "$0")" && echo "$(pwd -P)/")" export node="$BIN_DIR/octez-node" export client="$BIN_DIR/octez-client" export admin_client="$BIN_DIR/octez-admin-client" -export baker="$BIN_DIR/tezos-baker-$PROTOCOL" +export baker="$BIN_DIR/octez-baker-$PROTOCOL" export endorser="$BIN_DIR/tezos-endorser-$PROTOCOL" export accuser="$BIN_DIR/tezos-accuser-$PROTOCOL" export signer="$BIN_DIR/octez-signer" @@ -47,7 +47,7 @@ case $command in octez-snapshot-import|tezos-snapshot-import) snapshot_import "$@" ;; - tezos-baker) + octez-baker|tezos-baker) launch_baker "$@" ;; octez-baker-test|tezos-baker-test) @@ -93,7 +93,7 @@ Daemons: - octez-node [args] Initialize a new identity and run the tezos node. -- tezos-baker [keys] +- octez-baker [keys] - octez-baker-test [keys] - tezos-endorser [keys] - tezos-endorser-test [keys] -- GitLab From e3c82d016f075d591996df06017cb077982cfd3b Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 37/74] Scripts: Rename tezos-endorser-test to octez-endorser-test --- scripts/docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 6c013494af20..0c5bd3e992f1 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -56,7 +56,7 @@ case $command in tezos-endorser) launch_endorser "$@" ;; - tezos-endorser-test) + octez-endorser-test|tezos-endorser-test) launch_endorser_test "$@" ;; tezos-accuser) @@ -96,7 +96,7 @@ Daemons: - octez-baker [keys] - octez-baker-test [keys] - tezos-endorser [keys] -- tezos-endorser-test [keys] +- octez-endorser-test [keys] Clients: - octez-client [args] -- GitLab From 0eb76b993e882d777aefefb480e7596eee8b6939 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 38/74] Scripts: Rename tezos-endorser to octez-endorser --- scripts/docker/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 0c5bd3e992f1..7b0ec68b9b6a 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -17,7 +17,7 @@ export node="$BIN_DIR/octez-node" export client="$BIN_DIR/octez-client" export admin_client="$BIN_DIR/octez-admin-client" export baker="$BIN_DIR/octez-baker-$PROTOCOL" -export endorser="$BIN_DIR/tezos-endorser-$PROTOCOL" +export endorser="$BIN_DIR/octez-endorser-$PROTOCOL" export accuser="$BIN_DIR/tezos-accuser-$PROTOCOL" export signer="$BIN_DIR/octez-signer" @@ -53,7 +53,7 @@ case $command in octez-baker-test|tezos-baker-test) launch_baker_test "$@" ;; - tezos-endorser) + octez-endorser|tezos-endorser) launch_endorser "$@" ;; octez-endorser-test|tezos-endorser-test) @@ -95,7 +95,7 @@ Daemons: - octez-baker [keys] - octez-baker-test [keys] -- tezos-endorser [keys] +- octez-endorser [keys] - octez-endorser-test [keys] Clients: -- GitLab From 2edd0d488b24c343e345f9a5e1a011580c234d58 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 39/74] Scripts: Rename tezos-accuser-test to octez-accuser-test --- scripts/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 7b0ec68b9b6a..402b074eb615 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -62,7 +62,7 @@ case $command in tezos-accuser) launch_accuser "$@" ;; - tezos-accuser-test) + octez-accuser-test|tezos-accuser-test) launch_accuser_test "$@" ;; octez-client|tezos-client) -- GitLab From c47617d4dc72568250c3fd82abac26852502a99c Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 40/74] Scripts: Rename tezos-accuser to octez-accuser --- scripts/docker/docker-compose-generic.yml | 2 +- scripts/docker/entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docker/docker-compose-generic.yml b/scripts/docker/docker-compose-generic.yml index b72d86a968a4..12273c03e7e8 100644 --- a/scripts/docker/docker-compose-generic.yml +++ b/scripts/docker/docker-compose-generic.yml @@ -33,7 +33,7 @@ services: hostname: accuser-alpha environment: - PROTOCOL=alpha - command: tezos-accuser + command: octez-accuser links: - node volumes: diff --git a/scripts/docker/entrypoint.sh b/scripts/docker/entrypoint.sh index 402b074eb615..03d1feec77a0 100755 --- a/scripts/docker/entrypoint.sh +++ b/scripts/docker/entrypoint.sh @@ -18,7 +18,7 @@ export client="$BIN_DIR/octez-client" export admin_client="$BIN_DIR/octez-admin-client" export baker="$BIN_DIR/octez-baker-$PROTOCOL" export endorser="$BIN_DIR/octez-endorser-$PROTOCOL" -export accuser="$BIN_DIR/tezos-accuser-$PROTOCOL" +export accuser="$BIN_DIR/octez-accuser-$PROTOCOL" export signer="$BIN_DIR/octez-signer" export client_dir="$DATA_DIR/client" @@ -59,7 +59,7 @@ case $command in octez-endorser-test|tezos-endorser-test) launch_endorser_test "$@" ;; - tezos-accuser) + octez-accuser|tezos-accuser) launch_accuser "$@" ;; octez-accuser-test|tezos-accuser-test) -- GitLab From 2c98feb6905c54eeaf931717def779f9ec2357c8 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:50 -0400 Subject: [PATCH 41/74] Tests: Fix dune alias @runtest_rejections --- src/lib_protocol_compiler/test/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_protocol_compiler/test/dune b/src/lib_protocol_compiler/test/dune index ec904c13a873..c33eb3e2a4a6 100644 --- a/src/lib_protocol_compiler/test/dune +++ b/src/lib_protocol_compiler/test/dune @@ -5,7 +5,7 @@ (run bash %{dep:rejections.sh} - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} %{lib:tezos-protocol-demo-noops:raw/TEZOS_PROTOCOL} ))) -- GitLab From ead2a68e33b6c6b38b876c60ff7c95ef17b84bc7 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:51 -0400 Subject: [PATCH 42/74] Rename tezos-client (but not .tezos-client) in all .ml and .mli files except for proto_*/lib_protocol except for proto_alpha --- src/bin_proxy_server/main_proxy_server.ml | 2 +- src/bin_tps_evaluation/benchmark_tps_command.ml | 2 +- src/lib_client_base_unix/client_config.ml | 6 +++--- src/lib_proxy/proxy.ml | 6 +++--- src/lib_proxy/proxy_services.ml | 2 +- src/lib_proxy/proxy_services.mli | 8 ++++---- src/lib_proxy/registration.mli | 2 +- src/lib_proxy/rpc/RPC_client.mli | 2 +- src/lib_proxy_server_config/proxy_server_config.mli | 2 +- src/lib_shell_services/block_services.ml | 2 +- .../test_helpers/shell_services_test_helpers.ml | 2 +- src/lib_signer_backends/unix/ledger.available.ml | 4 ++-- src/lib_test/qcheck2_helpers.mli | 2 +- src/lib_test/qcheck_helpers.mli | 2 +- src/proto_005_PsBabyM1/lib_client/injection.ml | 4 ++-- src/proto_006_PsCARTHA/lib_client/injection.ml | 4 ++-- src/proto_008_PtEdo2Zk/lib_client/injection.ml | 4 ++-- src/proto_009_PsFLoren/lib_client/injection.ml | 4 ++-- src/proto_010_PtGRANAD/lib_client/injection.ml | 4 ++-- src/proto_011_PtHangz2/lib_client/injection.ml | 4 ++-- src/proto_012_Psithaca/lib_client/injection.ml | 4 ++-- .../lib_client_commands/client_proto_context_commands.ml | 2 +- src/proto_012_Psithaca/lib_delegate/baking_events.ml | 2 +- src/proto_012_Psithaca/lib_delegate/delegate_events.ml | 2 +- src/proto_013_PtJakart/lib_client/injection.ml | 4 ++-- .../lib_client_commands/client_proto_context_commands.ml | 2 +- src/proto_013_PtJakart/lib_delegate/baking_events.ml | 2 +- src/proto_013_PtJakart/lib_delegate/delegate_events.ml | 2 +- src/proto_014_PtKathma/lib_client/injection.ml | 4 ++-- .../lib_client_commands/client_proto_context_commands.ml | 2 +- src/proto_014_PtKathma/lib_delegate/baking_events.ml | 2 +- src/proto_015_PtLimaPt/lib_client/injection.ml | 4 ++-- .../lib_client_commands/client_proto_context_commands.ml | 2 +- src/proto_015_PtLimaPt/lib_delegate/baking_events.ml | 2 +- src/proto_alpha/lib_client/injection.ml | 4 ++-- .../lib_client_commands/client_proto_context_commands.ml | 2 +- src/proto_alpha/lib_delegate/baking_events.ml | 2 +- src/proto_alpha/lib_protocol/legacy_script_patches.ml | 2 +- .../lib_protocol/liquidity_baking_migration.ml | 2 +- .../lib_protocol/test/unit/test_destination_repr.ml | 4 ++-- 40 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/bin_proxy_server/main_proxy_server.ml b/src/bin_proxy_server/main_proxy_server.ml index 19af67794f21..1f305ee692e7 100644 --- a/src/bin_proxy_server/main_proxy_server.ml +++ b/src/bin_proxy_server/main_proxy_server.ml @@ -199,7 +199,7 @@ let main_promise (config_file : string option) (* Now we build the function that the proxy server can use to build a proxy delegate later, using [Tezos_shell_context.Proxy_delegate_maker.*] functions. This lets it not depend directly on [Tezos_shell_context]: if it did, it - would break compilation of tezos-client to JavaScript. *) + would break compilation of octez-client to JavaScript. *) let on_disk_proxy_builder = Option.map (fun index ctx_hash -> diff --git a/src/bin_tps_evaluation/benchmark_tps_command.ml b/src/bin_tps_evaluation/benchmark_tps_command.ml index 0110e0b0748f..6963f81c1eaf 100644 --- a/src/bin_tps_evaluation/benchmark_tps_command.ml +++ b/src/bin_tps_evaluation/benchmark_tps_command.ml @@ -83,7 +83,7 @@ let get_total_injected_transactions () = Format.kasprintf Stdlib.failwith "The injected operations json file was not found. It should have been \ - generated by the tezos-client stresstest command@." + generated by the octez-client stresstest command@." | Some f -> let block_transactions = JSON.as_list (JSON.parse_file f) in diff --git a/src/lib_client_base_unix/client_config.ml b/src/lib_client_base_unix/client_config.ml index 626141dd15ab..9f808ce55511 100644 --- a/src/lib_client_base_unix/client_config.ml +++ b/src/lib_client_base_unix/client_config.ml @@ -465,7 +465,7 @@ let block_arg () = ~doc: "block on which to apply contextual commands (commands dependent on the \ context associated with the specified block). Possible tags include \ - 'head' and 'genesis' +/- an optional offset (e.g. \"tezos-client -b \ + 'head' and 'genesis' +/- an optional offset (e.g. \"octez-client -b \ head-1 get timestamp\"). Note that block queried must exist in node's \ storage." ~default:(Block_services.to_string default_cli_args.block) @@ -642,7 +642,7 @@ let fail_on_non_mockup_dir (cctxt : #Client_context.full) = failwith "base directory at %s should be a mockup directory for this operation \ to be allowed (it may contain sensitive data otherwise). What you \ - likely want is calling `tezos-client --mode mockup --base-dir \ + likely want is calling `octez-client --mode mockup --base-dir \ /some/dir create mockup` where `/some/dir` is **fresh** and **empty** \ and redo this operation, specifying `--base-dir /some/dir` this time." base_dir @@ -937,7 +937,7 @@ let check_base_dir_for_mode (ctx : #Client_context.full) client_mode base_dir = let show_cmd ppf () = Format.fprintf ppf - "./tezos-client --mode mockup --base-dir %s create mockup" + "./octez-client --mode mockup --base-dir %s create mockup" base_dir in match base_dir_class with diff --git a/src/lib_proxy/proxy.ml b/src/lib_proxy/proxy.ml index aa2ca6f66ead..1fb338a60abe 100644 --- a/src/lib_proxy/proxy.ml +++ b/src/lib_proxy/proxy.ml @@ -32,9 +32,9 @@ module Local = Local_context -(** Whether [tezos-client] or [tezos-proxy-server] is running. *) +(** Whether [octez-client] or [tezos-proxy-server] is running. *) type mode = - | Client (** Mode when [tezos-client] executes *) + | Client (** Mode when [octez-client] executes *) | Server (** Mode when [tezos-proxy-server] executes *) (** A dumb container, used to perform RPC calls concerning a specific @@ -43,7 +43,7 @@ type mode = received the value of the corresponding field of this record. *) type proxy_getter_input = { rpc_context : RPC_context.simple; (** How to perform RPC calls *) - mode : mode; (** Whether [tezos-client] or [tezos-proxy-server] is running *) + mode : mode; (** Whether [octez-client] or [tezos-proxy-server] is running *) chain : Tezos_shell_services.Block_services.chain; (** The chain involved in the RPC call *) block : Tezos_shell_services.Block_services.block; diff --git a/src/lib_proxy/proxy_services.ml b/src/lib_proxy/proxy_services.ml index da5915f4a192..bc6859f92af0 100644 --- a/src/lib_proxy/proxy_services.ml +++ b/src/lib_proxy/proxy_services.ml @@ -178,7 +178,7 @@ let schedule_clearing (printer : Tezos_client_base.Client_context.printer) let open Lwt_syntax in match (mode, raw_hash_of_block block) with | Light_client _, _ | Proxy_client, _ | _, Some _ -> - (* - If tezos-client executes: don't clear anything, because the client + (* - If octez-client executes: don't clear anything, because the client is short-lived and should not observe chain reorganization - If raw_hash_of_blocks returns [Some]: don't clear anything, because block is identified by its hash, hence it doesn't deprecate. diff --git a/src/lib_proxy/proxy_services.mli b/src/lib_proxy/proxy_services.mli index 6b98a4c455a0..ea7d04caf51a 100644 --- a/src/lib_proxy/proxy_services.mli +++ b/src/lib_proxy/proxy_services.mli @@ -34,10 +34,10 @@ exception Rpc_dir_creation_failure of tztrace (** Whether using the light mode or the proxy mode (remember that the light mode is a different instance of the proxy mode (see srcs/lib_proxy/README_LIGHT.md for documentation) - and whether [tezos-client] or [tezos-proxy-server] is running. *) + and whether [octez-client] or [tezos-proxy-server] is running. *) type mode = - | Light_client of Light.sources (** [tezos-client --mode light] is running *) - | Proxy_client (** [tezos-client --mode proxy] is running *) + | Light_client of Light.sources (** [octez-client --mode light] is running *) + | Proxy_client (** [octez-client --mode proxy] is running *) | Proxy_server of { sleep : float -> unit Lwt.t; sym_block_caching_time : Ptime.span option; @@ -61,7 +61,7 @@ type mode = - [printer] is used for logging. - [rpc_context] is used to perform RPCs to distant endpoints. - - [mode] specifies whether [tezos-client] (light or proxy mode) + - [mode] specifies whether [octez-client] (light or proxy mode) or [tezos-proxy-server] is running. - [env] is a protocol-specific module used to create the context passed when executing a RPC. *) val build_directory : diff --git a/src/lib_proxy/registration.mli b/src/lib_proxy/registration.mli index ff3136bd6edb..b2b5e6da7d91 100644 --- a/src/lib_proxy/registration.mli +++ b/src/lib_proxy/registration.mli @@ -46,7 +46,7 @@ module type Proxy_sig = sig - A printer (for logging) - An instance of [RPC_context.generic], to perform RPCs - - Whether [tezos-client] or [tezos-proxy-server] is running + - Whether [octez-client] or [tezos-proxy-server] is running - The chain for which the context is required - The block for which the context is required *) diff --git a/src/lib_proxy/rpc/RPC_client.mli b/src/lib_proxy/rpc/RPC_client.mli index 49ff2b631134..2f190e6dcbb2 100644 --- a/src/lib_proxy/rpc/RPC_client.mli +++ b/src/lib_proxy/rpc/RPC_client.mli @@ -26,7 +26,7 @@ some RPCs locally and delegates others over http. Arguments are: - an instance of [RPC_context.generic] to perform RPC calls (for delegation - over http), and whether [tezos-proxy-server] or [tezos-client] is running + over http), and whether [tezos-proxy-server] or [octez-client] is running - the protocol-dependent implementation of the proxy (the proxy mode obtains data from endpoints with protocol-dependent RPCs). *) class http_local_ctxt : diff --git a/src/lib_proxy_server_config/proxy_server_config.mli b/src/lib_proxy_server_config/proxy_server_config.mli index ca2bc73c3d71..ea3b6563f2c0 100644 --- a/src/lib_proxy_server_config/proxy_server_config.mli +++ b/src/lib_proxy_server_config/proxy_server_config.mli @@ -30,7 +30,7 @@ type t = private { endpoint : Uri.t option; (** The node to delegate RPCs to. Name was chosen - to be the same as in [tezos-client] *) + to be the same as in [octez-client] *) rpc_addr : Uri.t option; (** The address that the proxy server serves. Name was chosen to be the same as in [tezos-node run] *) diff --git a/src/lib_shell_services/block_services.ml b/src/lib_shell_services/block_services.ml index 2b654292c541..6d5f34a416b5 100644 --- a/src/lib_shell_services/block_services.ml +++ b/src/lib_shell_services/block_services.ml @@ -1325,7 +1325,7 @@ module Make (Proto : PROTO) (Next_proto : PROTO) = struct let set_filter path = RPC_service.post_service ~description: - {|Set the configuration of the mempool filter. **If any of the fields is absent from the input JSON, then it is set to the default value for this field (i.e. its value in the default configuration), even if it previously had a different value.** If the input JSON does not describe a valid configuration, then the configuration is left unchanged. Also return the new configuration (which may differ from the input if it had omitted fields or was invalid). You may call [./tezos-client rpc get '/chains/main/mempool/filter?include_default=true'] to see an example of JSON describing a valid configuration.|} + {|Set the configuration of the mempool filter. **If any of the fields is absent from the input JSON, then it is set to the default value for this field (i.e. its value in the default configuration), even if it previously had a different value.** If the input JSON does not describe a valid configuration, then the configuration is left unchanged. Also return the new configuration (which may differ from the input if it had omitted fields or was invalid). You may call [./octez-client rpc get '/chains/main/mempool/filter?include_default=true'] to see an example of JSON describing a valid configuration.|} ~query:RPC_query.empty ~input:json ~output:json diff --git a/src/lib_shell_services/test_helpers/shell_services_test_helpers.ml b/src/lib_shell_services/test_helpers/shell_services_test_helpers.ml index dac7b920499d..965219136921 100644 --- a/src/lib_shell_services/test_helpers/shell_services_test_helpers.ml +++ b/src/lib_shell_services/test_helpers/shell_services_test_helpers.ml @@ -53,7 +53,7 @@ let print_raw_context = Format.asprintf "%a" Proof.pp_raw_context (** Strings that are valid Irmin hashes. Taken from the output of: - [tezos-client rpc get /chains/main/blocks/head/context/merkle_tree/active_delegates_with_rolls] + [octez-client rpc get /chains/main/blocks/head/context/merkle_tree/active_delegates_with_rolls] *) let irmin_hashes = [ diff --git a/src/lib_signer_backends/unix/ledger.available.ml b/src/lib_signer_backends/unix/ledger.available.ml index b184e15ecc88..cbf5945dd3e4 100644 --- a/src/lib_signer_backends/unix/ledger.available.ml +++ b/src/lib_signer_backends/unix/ledger.available.ml @@ -763,7 +763,7 @@ module Signer_implementation : Client_keys.SIGNER = struct where:\n\ \ - is the identifier of the ledger of the form \ 'crouching-tiger-hidden-dragon' and can be obtained with the command \ - `tezos-client list connected ledgers` (which also provides full \ + `octez-client list connected ledgers` (which also provides full \ examples).\n\ - is the signing curve, e.g. `ed1551`\n\ - is a BIP32 path anchored at m/%s. The ledger does not yet \ @@ -906,7 +906,7 @@ let generic_commands group = (fun curve -> fprintf ppf - " tezos-client import secret key ledger_%s \ + " octez-client import secret key ledger_%s \ \"ledger://%a/%a/0h/0h\"" (Sys.getenv_opt "USER" |> Option.value ~default:"user") diff --git a/src/lib_test/qcheck2_helpers.mli b/src/lib_test/qcheck2_helpers.mli index 353ff36fad73..0827637f6774 100644 --- a/src/lib_test/qcheck2_helpers.mli +++ b/src/lib_test/qcheck2_helpers.mli @@ -168,7 +168,7 @@ val bytes_gen : bytes QCheck2.Gen.t val bytes_fixed_gen : int -> bytes QCheck2.Gen.t (** [endpoint_gen] is a [QCheck2.Gen.t] for endpoints (such as - [tezos-client]'s [--endpoint] flag). It returns URLs of the form: + [octez-client]'s [--endpoint] flag). It returns URLs of the form: [(http|https)://(string\.)+(:port)?]. It is by no means the most general [Uri.t] generator. Generalize it if needed. *) val endpoint_gen : Uri.t QCheck2.Gen.t diff --git a/src/lib_test/qcheck_helpers.mli b/src/lib_test/qcheck_helpers.mli index 2dd5b44eb1a7..acc0b7ef38b7 100644 --- a/src/lib_test/qcheck_helpers.mli +++ b/src/lib_test/qcheck_helpers.mli @@ -148,7 +148,7 @@ val of_option_shrink : 'a QCheck.Shrink.t option -> 'a QCheck.Shrink.t val bytes_arb : bytes QCheck.arbitrary (** [endpoint_arb] is a [QCheck.arbitrary] for endpoints (such as - [tezos-client]'s [--endpoint] flag). It returns URLs of the form: + [octez-client]'s [--endpoint] flag). It returns URLs of the form: [(http|https)://(string\.)+(:port)?]. It is by no means the most general [Uri.t] generator. Generalize it if needed. *) val endpoint_arb : Uri.t QCheck.arbitrary diff --git a/src/proto_005_PsBabyM1/lib_client/injection.ml b/src/proto_005_PsBabyM1/lib_client/injection.ml index 3e41519e1812..6e933e99874e 100644 --- a/src/proto_005_PsBabyM1/lib_client/injection.ml +++ b/src/proto_005_PsBabyM1/lib_client/injection.ml @@ -670,7 +670,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -729,7 +729,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_006_PsCARTHA/lib_client/injection.ml b/src/proto_006_PsCARTHA/lib_client/injection.ml index 3e41519e1812..6e933e99874e 100644 --- a/src/proto_006_PsCARTHA/lib_client/injection.ml +++ b/src/proto_006_PsCARTHA/lib_client/injection.ml @@ -670,7 +670,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -729,7 +729,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_008_PtEdo2Zk/lib_client/injection.ml b/src/proto_008_PtEdo2Zk/lib_client/injection.ml index 3aa7e8714999..8e63c3396d1b 100644 --- a/src/proto_008_PtEdo2Zk/lib_client/injection.ml +++ b/src/proto_008_PtEdo2Zk/lib_client/injection.ml @@ -731,7 +731,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -790,7 +790,7 @@ let inject_operation (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_009_PsFLoren/lib_client/injection.ml b/src/proto_009_PsFLoren/lib_client/injection.ml index 1cc866e20f1c..1888b99591f6 100644 --- a/src/proto_009_PsFLoren/lib_client/injection.ml +++ b/src/proto_009_PsFLoren/lib_client/injection.ml @@ -733,7 +733,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -792,7 +792,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations 30 \ + \ octez-client wait for %a to be included --confirmations 30 \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_010_PtGRANAD/lib_client/injection.ml b/src/proto_010_PtGRANAD/lib_client/injection.ml index 44b91240dc37..624303e83466 100644 --- a/src/proto_010_PtGRANAD/lib_client/injection.ml +++ b/src/proto_010_PtGRANAD/lib_client/injection.ml @@ -822,7 +822,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -882,7 +882,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_011_PtHangz2/lib_client/injection.ml b/src/proto_011_PtHangz2/lib_client/injection.ml index f71f5a3b2728..cf6875da6c07 100644 --- a/src/proto_011_PtHangz2/lib_client/injection.ml +++ b/src/proto_011_PtHangz2/lib_client/injection.ml @@ -834,7 +834,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -895,7 +895,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_012_Psithaca/lib_client/injection.ml b/src/proto_012_Psithaca/lib_client/injection.ml index f0ff3cb77c9d..cb918fe1112c 100644 --- a/src/proto_012_Psithaca/lib_client/injection.ml +++ b/src/proto_012_Psithaca/lib_client/injection.ml @@ -874,7 +874,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -935,7 +935,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_012_Psithaca/lib_client_commands/client_proto_context_commands.ml b/src/proto_012_Psithaca/lib_client_commands/client_proto_context_commands.ml index 4297a9b56eb2..fbd387f0e77a 100644 --- a/src/proto_012_Psithaca/lib_client_commands/client_proto_context_commands.ml +++ b/src/proto_012_Psithaca/lib_client_commands/client_proto_context_commands.ml @@ -562,7 +562,7 @@ let commands_ro () = read-write (or RW for short) the commands that are removed. There are some exceptions to this rule however, for example the command - "tezos-client wait for to be included" is classified as RW despite having + "octez-client wait for to be included" is classified as RW despite having no effect on the context because it has no use case once all RW commands are removed. diff --git a/src/proto_012_Psithaca/lib_delegate/baking_events.ml b/src/proto_012_Psithaca/lib_delegate/baking_events.ml index 7a08036089b8..8ed73cd0eb3b 100644 --- a/src/proto_012_Psithaca/lib_delegate/baking_events.ml +++ b/src/proto_012_Psithaca/lib_delegate/baking_events.ml @@ -752,7 +752,7 @@ module Nonces = struct "too many nonces associated with blocks unknown by node in \ '$TEZOS_CLIENT/{filename}'. After checking that these blocks were \ never included in the chain (e.g., via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them." + using `octez-client filter orphan nonces` to clear them." ("filename", Data_encoding.string) let registering_nonce = diff --git a/src/proto_012_Psithaca/lib_delegate/delegate_events.ml b/src/proto_012_Psithaca/lib_delegate/delegate_events.ml index 64d9446399c1..022682623325 100644 --- a/src/proto_012_Psithaca/lib_delegate/delegate_events.ml +++ b/src/proto_012_Psithaca/lib_delegate/delegate_events.ml @@ -90,7 +90,7 @@ module Nonces = struct "found too many nonces associated to blocks unknown by the node in \ '$TEZOS_CLIENT/{filename}'; after checking that these blocks were \ never included in the chain (e.g. via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them" + using `octez-client filter orphan nonces` to clear them" ("filename", Data_encoding.string) let found_nonce = diff --git a/src/proto_013_PtJakart/lib_client/injection.ml b/src/proto_013_PtJakart/lib_client/injection.ml index 9920a9a4ddd0..ceb9b29ff246 100644 --- a/src/proto_013_PtJakart/lib_client/injection.ml +++ b/src/proto_013_PtJakart/lib_client/injection.ml @@ -986,7 +986,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -1050,7 +1050,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_013_PtJakart/lib_client_commands/client_proto_context_commands.ml b/src/proto_013_PtJakart/lib_client_commands/client_proto_context_commands.ml index 9d9498e12c24..9ec7b6acd83e 100644 --- a/src/proto_013_PtJakart/lib_client_commands/client_proto_context_commands.ml +++ b/src/proto_013_PtJakart/lib_client_commands/client_proto_context_commands.ml @@ -657,7 +657,7 @@ let commands_ro () = read-write (or RW for short) the commands that are removed. There are some exceptions to this rule however, for example the command - "tezos-client wait for to be included" is classified as RW despite having + "octez-client wait for to be included" is classified as RW despite having no effect on the context because it has no use case once all RW commands are removed. diff --git a/src/proto_013_PtJakart/lib_delegate/baking_events.ml b/src/proto_013_PtJakart/lib_delegate/baking_events.ml index 5eb5b00d4b60..8a148aefb8e7 100644 --- a/src/proto_013_PtJakart/lib_delegate/baking_events.ml +++ b/src/proto_013_PtJakart/lib_delegate/baking_events.ml @@ -762,7 +762,7 @@ module Nonces = struct "too many nonces associated with blocks unknown by node in \ '$TEZOS_CLIENT/{filename}'. After checking that these blocks were \ never included in the chain (e.g., via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them." + using `octez-client filter orphan nonces` to clear them." ("filename", Data_encoding.string) let registering_nonce = diff --git a/src/proto_013_PtJakart/lib_delegate/delegate_events.ml b/src/proto_013_PtJakart/lib_delegate/delegate_events.ml index efbbc68be74a..7e8988d6e3c2 100644 --- a/src/proto_013_PtJakart/lib_delegate/delegate_events.ml +++ b/src/proto_013_PtJakart/lib_delegate/delegate_events.ml @@ -90,7 +90,7 @@ module Nonces = struct "found too many nonces associated to blocks unknown by the node in \ '$TEZOS_CLIENT/{filename}'; after checking that these blocks were \ never included in the chain (e.g. via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them" + using `octez-client filter orphan nonces` to clear them" ("filename", Data_encoding.string) let found_nonce = diff --git a/src/proto_014_PtKathma/lib_client/injection.ml b/src/proto_014_PtKathma/lib_client/injection.ml index 99b610f2faee..3f258effcde8 100644 --- a/src/proto_014_PtKathma/lib_client/injection.ml +++ b/src/proto_014_PtKathma/lib_client/injection.ml @@ -1058,7 +1058,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -1122,7 +1122,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_014_PtKathma/lib_client_commands/client_proto_context_commands.ml b/src/proto_014_PtKathma/lib_client_commands/client_proto_context_commands.ml index 1bff311d30a0..227ae1bcb7f5 100644 --- a/src/proto_014_PtKathma/lib_client_commands/client_proto_context_commands.ml +++ b/src/proto_014_PtKathma/lib_client_commands/client_proto_context_commands.ml @@ -596,7 +596,7 @@ let commands_ro () = read-write (or RW for short) the commands that are removed. There are some exceptions to this rule however, for example the command - "tezos-client wait for to be included" is classified as RW despite having + "octez-client wait for to be included" is classified as RW despite having no effect on the context because it has no use case once all RW commands are removed. diff --git a/src/proto_014_PtKathma/lib_delegate/baking_events.ml b/src/proto_014_PtKathma/lib_delegate/baking_events.ml index 0cc63aaa9428..92f553a366dd 100644 --- a/src/proto_014_PtKathma/lib_delegate/baking_events.ml +++ b/src/proto_014_PtKathma/lib_delegate/baking_events.ml @@ -816,7 +816,7 @@ module Nonces = struct "too many nonces associated with blocks unknown by node in \ '$TEZOS_CLIENT/{filename}'. After checking that these blocks were \ never included in the chain (e.g., via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them." + using `octez-client filter orphan nonces` to clear them." ("filename", Data_encoding.string) let registering_nonce = diff --git a/src/proto_015_PtLimaPt/lib_client/injection.ml b/src/proto_015_PtLimaPt/lib_client/injection.ml index b771c51f1e41..bec0a6116392 100644 --- a/src/proto_015_PtLimaPt/lib_client/injection.ml +++ b/src/proto_015_PtLimaPt/lib_client/injection.ml @@ -1073,7 +1073,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -1137,7 +1137,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_015_PtLimaPt/lib_client_commands/client_proto_context_commands.ml b/src/proto_015_PtLimaPt/lib_client_commands/client_proto_context_commands.ml index 5a0ef98b7f91..8ad1a7e444a6 100644 --- a/src/proto_015_PtLimaPt/lib_client_commands/client_proto_context_commands.ml +++ b/src/proto_015_PtLimaPt/lib_client_commands/client_proto_context_commands.ml @@ -730,7 +730,7 @@ let commands_ro () = read-write (or RW for short) the commands that are removed. There are some exceptions to this rule however, for example the command - "tezos-client wait for to be included" is classified as RW despite having + "octez-client wait for to be included" is classified as RW despite having no effect on the context because it has no use case once all RW commands are removed. diff --git a/src/proto_015_PtLimaPt/lib_delegate/baking_events.ml b/src/proto_015_PtLimaPt/lib_delegate/baking_events.ml index 1719f257ab28..0dd45ce85c65 100644 --- a/src/proto_015_PtLimaPt/lib_delegate/baking_events.ml +++ b/src/proto_015_PtLimaPt/lib_delegate/baking_events.ml @@ -812,7 +812,7 @@ module Nonces = struct "too many nonces associated with blocks unknown by node in \ '$TEZOS_CLIENT/{filename}'. After checking that these blocks were \ never included in the chain (e.g., via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them." + using `octez-client filter orphan nonces` to clear them." ("filename", Data_encoding.string) let registering_nonce = diff --git a/src/proto_alpha/lib_client/injection.ml b/src/proto_alpha/lib_client/injection.ml index b771c51f1e41..bec0a6116392 100644 --- a/src/proto_alpha/lib_client/injection.ml +++ b/src/proto_alpha/lib_client/injection.ml @@ -1073,7 +1073,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations cctxt#message "@[NOT waiting for the operation to be included.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer to make sure that it has been \ included.@]" @@ -1137,7 +1137,7 @@ let inject_operation_internal (type kind) cctxt ~chain ~block ?confirmations "@[The operation has only been included %d blocks ago.@,\ We recommend to wait more.@,\ Use command@,\ - \ tezos-client wait for %a to be included --confirmations %d \ + \ octez-client wait for %a to be included --confirmations %d \ --branch %a@,\ and/or an external block explorer.@]" number diff --git a/src/proto_alpha/lib_client_commands/client_proto_context_commands.ml b/src/proto_alpha/lib_client_commands/client_proto_context_commands.ml index 5a0ef98b7f91..8ad1a7e444a6 100644 --- a/src/proto_alpha/lib_client_commands/client_proto_context_commands.ml +++ b/src/proto_alpha/lib_client_commands/client_proto_context_commands.ml @@ -730,7 +730,7 @@ let commands_ro () = read-write (or RW for short) the commands that are removed. There are some exceptions to this rule however, for example the command - "tezos-client wait for to be included" is classified as RW despite having + "octez-client wait for to be included" is classified as RW despite having no effect on the context because it has no use case once all RW commands are removed. diff --git a/src/proto_alpha/lib_delegate/baking_events.ml b/src/proto_alpha/lib_delegate/baking_events.ml index 1719f257ab28..0dd45ce85c65 100644 --- a/src/proto_alpha/lib_delegate/baking_events.ml +++ b/src/proto_alpha/lib_delegate/baking_events.ml @@ -812,7 +812,7 @@ module Nonces = struct "too many nonces associated with blocks unknown by node in \ '$TEZOS_CLIENT/{filename}'. After checking that these blocks were \ never included in the chain (e.g., via a block explorer), consider \ - using `tezos-client filter orphan nonces` to clear them." + using `octez-client filter orphan nonces` to clear them." ("filename", Data_encoding.string) let registering_nonce = diff --git a/src/proto_alpha/lib_protocol/legacy_script_patches.ml b/src/proto_alpha/lib_protocol/legacy_script_patches.ml index 8047b97548e7..c233788a1593 100644 --- a/src/proto_alpha/lib_protocol/legacy_script_patches.ml +++ b/src/proto_alpha/lib_protocol/legacy_script_patches.ml @@ -53,7 +53,7 @@ let patches = patched_code = (* This patched code was obtained by manually editing the Michelson code of the smart contract and then converting the modified code to binary - representation using tezos-client convert script command. *) + representation using octez-client convert script command. *) bin_expr_exn "02000019c70500046c00000005256d61696e050108650861036e036a0000000b3a6465706f7369746f72730765046e00000006256f776e65720765046a0000000c256d696e5f6465706f736974076504620000000d2577697468647261775f666565076504620000000d25636f6c6c61745f636f6566660765046a0000000a256465706f73697465640765046a0000000925626f72726f7765640765046200000010256465706f7369746f72735f73697a65045d000000092564656c6567617465000000083a73746f72616765050202000018f80321051f02000000160417000000104073746f726167655f736c6173685f3104160000000a405f5f736c6173685f32084303620080897a0000000a406f6e655f70726563360931000000cf07650765036a03620362036a02000000be045800000021405f616d6f756e745f636f6566665f5f6f6e655f70726563365f736c6173685f380321041700000012406f6e655f70726563365f736c6173685f33051f02000000020321034c031604170000000640636f656666071f00020200000002032105700002031604160000000740616d6f756e74033a0322072f020000002b0743036801000000204469766973696f6e206572726f7220696e20606170706c795f636f656666602e032702000000020316051f020000000203200000000004420000000c406170706c795f636f6566660448000000074073656e64657204130000000740616d6f756e7404150000001140636f6e74726163745f62616c616e6365071f0005020000000e0421000000084073746f72616765057000050421000000024073020000000e0317041600000006256f776e6572071f0004020000000d0421000000074073656e646572057000040319033c0743036a0080897a071f0004020000000d04210000000740616d6f756e74057000040319032a0314072c02000004c90421000000024073020000002303170317041600000019406d696e5f6465706f73697420256d696e5f6465706f736974071f0003020000000d04210000000740616d6f756e740570000303190337072c020000002907430368010000001e4465706f736974656420616d6f756e7420697320746f6f20736d616c6c2e03270200000002034f0320042100000002407304160000000b256465706f7369746f7273071f0004020000000d0421000000074073656e646572057000040329072f02000001b90421000000024073032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c0317032104160000000a256465706f7369746564034c0317032104160000000925626f72726f776564034c03170417000000092564656c6567617465074303620001071f0009020000000804210000000240730570000902000000240317031703170317031703170317041600000010256465706f7369746f72735f73697a65031204420000001a256465706f7369746f72735f73697a65202564656c6567617465034c04420000000925626f72726f776564034c04420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000b256465706f7369746f7273071f0003020000000d04210000000740616d6f756e74057000030342020000004f051f02000000080421000000024073034c071f0004020000000d04210000000740616d6f756e7405700004071f00020200000008042100000002406205700002071f00030200000002032003120342045800000010405f757365725f62616c616e63655f730321041700000002407304210000000240730317051f02000000080421000000024073034c04160000000b256465706f7369746f7273071f0003020000000203210570000304160000000d40757365725f62616c616e6365071f0008020000000d0421000000074073656e64657205700008051f02000000020346035004420000000e407320256465706f7369746f72730421000000024073032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c03170317071f000b020000000d04210000000740616d6f756e740570000b071f00070200000008042100000002407305700007071f0008020000000405200003020000001a0317031703170317031704160000000a256465706f7369746564031204420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000e407320256465706f7369746f7273053d036d0342020000123b0421000000024073020000000e0317041600000006256f776e6572071f0004020000000d0421000000074073656e646572057000040319033c0743036a0080897a071f0004020000000d04210000000740616d6f756e7405700004031903320314072c02000006f7042100000002407304160000000b256465706f7369746f7273071f0004020000000d0421000000074073656e646572057000040329072f020000002807430368010000001d4f6e6c79206465706f7369746f72732063616e2077697468647261772e0327020000000004580000000d40757365725f62616c616e6365071f0002020000001704210000001140636f6e74726163745f62616c616e636505700002051f020000001304210000000d40757365725f62616c616e6365034c0319032a072c0200000041074303680100000036576974686472617720616d6f756e742067726561746572207468616e2063757272656e7420636f6e74726163742062616c616e63652e03270200000002034f0320051f02000000080421000000024073034c032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c03170317071f0006020000001304210000000d40757365725f62616c616e636505700006071f00080200000008042100000002407305700008020000001a0317031703170317031704160000000a256465706f73697465640393072f0200000004034f0327020000000004420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000e407320256465706f7369746f727304210000000240730317051f02000000080421000000024073034c04160000000b256465706f7369746f7273053e036a071f0008020000000d0421000000074073656e64657205700008035004420000000e407320256465706f7369746f72730421000000024073032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c0317032104160000000a256465706f7369746564034c0317032104160000000925626f72726f776564034c03170417000000092564656c6567617465074303620001071f0009020000000804210000000240730570000902000000240317031703170317031703170317041600000010256465706f7369746f72735f73697a65034b03210311034c0328072c0200000000020000002507430368010000001a4465706f7369746f727320636f756e74696e67206572726f722e032704420000001a256465706f7369746f72735f73697a65202564656c6567617465034c04420000000925626f72726f776564034c04420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000e407320256465706f7369746f7273071f0008020000001204210000000c406170706c795f636f65666605700008051f02000000080421000000024073034c020000001903170317031704160000000d2577697468647261775f666565071f0005020000001304210000000d40757365725f62616c616e6365057000050342051f020000000803210316034c0317034204260000000b406665655f616d6f756e74051f02000000080421000000024073034c053d036d071f000a020000000d0421000000074073656e6465720570000a0555036c072f020000003907430368010000002e4e6f20656e747279706f696e742064656661756c74207769746820706172616d65746572207479706520756e697403270200000000071f000a020000000d04210000000740616d6f756e740570000a071f0004020000001104210000000b406665655f616d6f756e7405700004071f0009020000001304210000000d40757365725f62616c616e6365057000090393072f0200000004034f032702000000000412000000104077697468647261775f616d6f756e74034f044d0000000c406f705f7769746864726177031b071f00030200000008042100000002407305700003020000000e0317041600000006256f776e65720555036c072f020000003907430368010000002e4e6f20656e747279706f696e742064656661756c74207769746820706172616d65746572207479706520756e697403270200000000071f0003020000001104210000000b406665655f616d6f756e7405700003071f0004020000000405200005034f044d00000007406f705f666565031b03420200000ad70421000000024073020000000e0317041600000006256f776e6572071f0004020000000d0421000000074073656e64657205700004031903250743036a0000071f0004020000000d04210000000740616d6f756e7405700004031903250314072c020000067d084303620080897a0000000a406f6e655f70726563360931000000c0076503620362036202000000b304580000001a40636f6566665f5f6f6e655f70726563365f736c6173685f3134032104160000000f40636f6566665f736c6173685f3135051f02000000020321034c041700000012406f6e655f70726563365f736c6173685f33034b03210311034c0328072c0200000000020000003a07430368010000002f496e76616c696420636f656666696369656e742076616c756520696e20606765745f636f6566665f636f6d706c602e0327051f0200000002032000000000044200000010406765745f636f6566665f636f6d706c071f0005020000001204210000000c406170706c795f636f656666057000050342051f02000000080421000000024073034c020000001b031703170317031704160000000d25636f6c6c61745f636f656666071f00020200000008042100000002407305700002020000001a0317031703170317031704160000000a256465706f7369746564034203420321020000001d0317041600000015406170706c795f636f6566665f736c6173685f3133051f02000000020321034c02000000210317041700000019406765745f636f6566665f636f6d706c5f736c6173685f3138071f00020200000002032105700002031604170000000d40636f6c6c61745f636f656666051f020000000803210316034c031703420326071f00020200000002032105700002031604160000000a406465706f73697465640342051f020000000803210316034c0317071f00030200000002032003420326051f02000000080421000000024073034c020000001b03170317031703170317031704160000000925626f72726f776564051f020000001404210000000e406d61785f626f72726f77696e67034c03190337072c020000004a07430368010000003f4e6f20617661696c61626c652066756e647320746f20626f72726f773a20636f6e747261637420697320756e6465722d636f6c6c61746572616c697a65642e03270200000002034f0320071f0002020000001704210000001140636f6e74726163745f62616c616e636505700002071f00020200000008042100000002407305700002020000001b03170317031703170317031704160000000925626f72726f776564071f0002020000001404210000000e406d61785f626f72726f77696e67057000020393072f0200000004034f03270200000000034203210416000000024061051f02000000020321034c04170000000240620421000000024062071f000202000000080421000000024061057000020319032a072c020000000804210000000240620200000011051f02000000080421000000024061034c051f0200000004052000030743036a0000051f020000001004210000000a40626f72726f77696e67034c03190325072c020000002807430368010000001d4e6f20617661696c61626c652066756e647320746f20626f72726f772e03270200000002034f0320071f00020200000008042100000002407305700002032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c0317032104160000000a256465706f7369746564034c03170317071f0007020000001004210000000a40626f72726f77696e6705700007071f000a020000000804210000000240730570000a020000001b03170317031703170317031704160000000925626f72726f776564031204420000000925626f72726f776564034c04420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000e407320256465706f7369746f72730421000000024073053d036d071f00020200000008042100000002407305700002020000000e0317041600000006256f776e65720555036c072f020000003907430368010000002e4e6f20656e747279706f696e742064656661756c74207769746820706172616d65746572207479706520756e697403270200000000071f0004020000001004210000000a40626f72726f77696e6705700004071f0004020000000405200003034f044d00000003406f70031b034202000003ef0421000000024073020000000e0317041600000006256f776e6572071f0004020000000d0421000000074073656e64657205700004031903250743036a00a0a233071f0004020000000d04210000000740616d6f756e7405700004031903250314072c02000000ec0421000000024073053d036d071f00020200000008042100000002407305700002020000001d03170317031703170317031703170417000000092564656c65676174650346044e00000010406f705f7365745f64656c6567617465031b071f00020200000008042100000002407305700002020000000e0317041600000006256f776e65720555036c072f020000003907430368010000002e4e6f20656e747279706f696e742064656661756c74207769746820706172616d65746572207479706520756e6974032702000000000743036a00a0a233034f044d0000000a406f705f726566756e64031b034202000002960421000000024073020000000e0317041600000006256f776e6572071f0004020000000d0421000000074073656e64657205700004031903250743036a0000071f0004020000000d04210000000740616d6f756e74057000040319032a0314072c020000020a0421000000024073020000002503170317031703170317031704160000001340626f72726f7765642025626f72726f776564071f0003020000000d04210000000740616d6f756e74057000030319032a072c020000002d07430368010000002243616e2774206f7665722d636f6c6c61746572616c697a6520636f6e74726163742e03270200000002034f03200421000000024073032104160000000b256465706f7369746f7273034c03170321041600000006256f776e6572034c0317032104160000000c256d696e5f6465706f736974034c0317032104160000000d2577697468647261775f666565034c0317032104160000000d25636f6c6c61745f636f656666034c0317032104160000000a256465706f7369746564034c03170317071f0009020000000d04210000000740616d6f756e7405700009071f00080200000008042100000002407305700008020000001b03170317031703170317031704160000000925626f72726f7765640393072f0200000004034f0327020000000004420000000925626f72726f776564034c04420000000a256465706f7369746564034c04420000000d25636f6c6c61745f636f656666034c04420000000d2577697468647261775f666565034c04420000000c256d696e5f6465706f736974034c044200000006256f776e6572034c04420000000e407320256465706f7369746f7273053d036d03420200000021074303680100000016596f752073686f756c646e277420626520686572652e0327051f020000000405200007"; }; diff --git a/src/proto_alpha/lib_protocol/liquidity_baking_migration.ml b/src/proto_alpha/lib_protocol/liquidity_baking_migration.ml index 4f4d13dfa38e..59a8eb2c6549 100644 --- a/src/proto_alpha/lib_protocol/liquidity_baking_migration.ml +++ b/src/proto_alpha/lib_protocol/liquidity_baking_migration.ml @@ -43,7 +43,7 @@ All contracts were generated from Ligo at revision 4d10d07ca05abe0f8a5fb97d15267bf5d339d9f4 and converted to OCaml using - `tezos-client convert`. + `octez-client convert`. *) open Michelson_v1_primitives diff --git a/src/proto_alpha/lib_protocol/test/unit/test_destination_repr.ml b/src/proto_alpha/lib_protocol/test/unit/test_destination_repr.ml index 830251241aec..b340aa92ee9f 100644 --- a/src/proto_alpha/lib_protocol/test/unit/test_destination_repr.ml +++ b/src/proto_alpha/lib_protocol/test/unit/test_destination_repr.ml @@ -76,8 +76,8 @@ let tx_rollup_address = "txr1YNMEtkj5Vkqsbdmt7xaxBTMRZjzS96UAi" (* The following address has been extracted like this: - turn [sc_rollup_enable] to [true] in [src/proto_alpha/parameters/test-parameters.json] - - [./tezos-client -M mockup create mockup --protocol-constants src/proto_alpha/parameters/test-parameters.json] - - [./tezos-client -M mockup originate sc rollup from bootstrap1 of kind arith booting with '' --burn-cap 2] + - [./octez-client -M mockup create mockup --protocol-constants src/proto_alpha/parameters/test-parameters.json] + - [./octez-client -M mockup originate sc rollup from bootstrap1 of kind arith booting with '' --burn-cap 2] *) let sc_rollup_address = "scr1HLXM32GacPNDrhHDLAssZG88eWqCUbyLF" -- GitLab From cf97fe72cc448d6cb4f4a8027805ac0aab79b711 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:51 -0400 Subject: [PATCH 43/74] Rename some values in /src/bin_client/octez-init-sandboxed-client.sh --- src/bin_client/octez-init-sandboxed-client.sh | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/bin_client/octez-init-sandboxed-client.sh b/src/bin_client/octez-init-sandboxed-client.sh index 5dcbf95195f7..bc1001dc3b85 100755 --- a/src/bin_client/octez-init-sandboxed-client.sh +++ b/src/bin_client/octez-init-sandboxed-client.sh @@ -133,10 +133,10 @@ main () { else # we assume a clean install with tezos-(admin-)client in the path - local_client="${local_client:-$(which tezos-client)}" - local_admin_client="${local_admin_client:-$(which tezos-admin-client)}" - local_signer="${local_signer:-$(which tezos-signer)}" - local_compiler="${local_compiler:-$(which tezos-protocol-compiler)}" + local_client="${local_client:-$(which octez-client)}" + local_admin_client="${local_admin_client:-$(which octez-admin-client)}" + local_signer="${local_signer:-$(which octez-signer)}" + local_compiler="${local_compiler:-$(which octez-protocol-compiler)}" fi if [ $# -lt 1 ] || [ "$1" -le 0 ] || [ 10 -le "$1" ]; then @@ -150,13 +150,13 @@ main () { mkdir -p $client_dir/bin - echo '#!/bin/sh' > $client_dir/bin/tezos-client - echo "exec $client \"\$@\"" >> $client_dir/bin/tezos-client - chmod +x $client_dir/bin/tezos-client + echo '#!/bin/sh' > $client_dir/bin/octez-client + echo "exec $client \"\$@\"" >> $client_dir/bin/octez-client + chmod +x $client_dir/bin/octez-client - echo '#!/bin/sh' > $client_dir/bin/tezos-admin-client - echo "exec $admin_client \"\$@\"" >> $client_dir/bin/tezos-admin-client - chmod +x $client_dir/bin/tezos-admin-client + echo '#!/bin/sh' > $client_dir/bin/octez-admin-client + echo "exec $admin_client \"\$@\"" >> $client_dir/bin/octez-admin-client + chmod +x $client_dir/bin/octez-admin-client for protocol in $(cat $bin_dir/../../script-inputs/active_protocol_versions); do protocol_underscore=$(echo $protocol | tr -- - _) @@ -187,27 +187,27 @@ main () { chmod +x $client_dir/bin/tezos-accuser-$protocol done - echo '#!/bin/sh' > $client_dir/bin/tezos-signer - echo "exec $signer \"\$@\"" >> $client_dir/bin/tezos-signer - chmod +x $client_dir/bin/tezos-signer + echo '#!/bin/sh' > $client_dir/bin/octez-signer + echo "exec $signer \"\$@\"" >> $client_dir/bin/octez-signer + chmod +x $client_dir/bin/octez-signer cat </dev/null 2>&1 ; then tezos-client-reset; fi ; +if type octez-client-reset >/dev/null 2>&1 ; then octez-client-reset; fi ; PATH="$client_dir/bin:\$PATH" ; export PATH ; alias tezos-activate-alpha="$client -block genesis activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK with fitness 1 and key activator and parameters $parameters_file" ; -alias tezos-client-reset="rm -rf \"$client_dir\"; unalias tezos-activate-alpha tezos-client-reset" ; +alias octez-client-reset="rm -rf \"$client_dir\"; unalias tezos-activate-alpha octez-client-reset" ; alias tezos-autocomplete="if [ \$ZSH_NAME ] ; then autoload bashcompinit ; bashcompinit ; fi ; source \"$bin_dir/bash-completion.sh\"" ; -trap tezos-client-reset EXIT ; +trap octez-client-reset EXIT ; EOF (cat | sed -e 's/^/## /') 1>&2 < Date: Tue, 27 Sep 2022 17:29:51 -0400 Subject: [PATCH 44/74] Python tests: Rename tezos-node to octez-node --- tests_python/daemons/node.py | 16 ++++++++-------- tests_python/launchers/sandbox.py | 6 +++--- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- tests_python/tools/utils.py | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests_python/daemons/node.py b/tests_python/daemons/node.py index 37996eaed1cb..ced1ff8eb9a6 100644 --- a/tests_python/daemons/node.py +++ b/tests_python/daemons/node.py @@ -28,16 +28,16 @@ def _run_and_print(cmd): class Node: - """Wrapper for the tezos-node command. + """Wrapper for the octez-node command. - This class manages the persistent state of a tezos-node + This class manages the persistent state of a octez-node (the node directory) and provides an API which wraps the node commands. Most commands are intended to be used synchronously, for instance: - - tezos-node identity generate - - tezos-node upgrade storage + - octez-node identity generate + - octez-node upgrade storage - tezos-node run is intended to be used asynchronously and forks a + octez-node run is intended to be used asynchronously and forks a subprocess. Typical use. @@ -53,7 +53,7 @@ class Node: node.snapshot_import(snapshot) # optional, use a snapshot node.init_id() # generate node id node.init_config() # generate config file based on parameters - node.run() # run tezos-node process + node.run() # run octez-node process node.terminate() # terminate process node.run() # re-run using same process node.terminate() # or node.kill() @@ -77,7 +77,7 @@ class Node: env: Dict[str, str] = None, ): - """Creates a new Popen instance for a tezos-node, and manages context. + """Creates a new Popen instance for a octez-node, and manages context. args: use_tls (tuple): None if no tls, else couple of strings @@ -101,7 +101,7 @@ class Node: self.log_file = log_file self._temp_dir = node_dir is None if node_dir is None: - node_dir = tempfile.mkdtemp(prefix='tezos-node.') + node_dir = tempfile.mkdtemp(prefix='octez-node.') self.node_dir = node_dir self.p2p_port = p2p_port self.rpc_port = rpc_port diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index 33e1cc08ac8f..c3f5043ad2ad 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -8,7 +8,7 @@ from daemons.endorser import Endorser from daemons.accuser import Accuser from daemons.node import Node -NODE = 'tezos-node' +NODE = 'octez-node' CLIENT = 'tezos-client' CLIENT_ADMIN = 'tezos-admin-client' BAKER = 'tezos-baker' @@ -120,7 +120,7 @@ class Sandbox: This node isn't run yet, but is "prepared" with the following parameters. - tezos-node run + octez-node run --data-dir TMP_DIR --no-bootstrap-peers --peer TRUSTED_PEER_1 ... --peer TRUSTED_PEER_n # @@ -337,7 +337,7 @@ class Sandbox: This registers a node and a client for the given id. It initializes both the client and the node, and run the node. - tezos-node run + octez-node run --data-dir TMP_DIR --no-bootstrap-peers --peer TRUSTED_PEER_1 ... --peer TRUSTED_PEER_n # diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index 63cb9934746d..028ee2851926 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -20,7 +20,7 @@ BINARIES = [ "tezos-client", "tezos-admin-client", "tezos-protocol-compiler", - "tezos-node", + "octez-node", "tezos-snoop", "tezos-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index 63cb9934746d..028ee2851926 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -20,7 +20,7 @@ BINARIES = [ "tezos-client", "tezos-admin-client", "tezos-protocol-compiler", - "tezos-node", + "octez-node", "tezos-snoop", "tezos-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index 63cb9934746d..028ee2851926 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -20,7 +20,7 @@ BINARIES = [ "tezos-client", "tezos-admin-client", "tezos-protocol-compiler", - "tezos-node", + "octez-node", "tezos-snoop", "tezos-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index 63cb9934746d..028ee2851926 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -20,7 +20,7 @@ BINARIES = [ "tezos-client", "tezos-admin-client", "tezos-protocol-compiler", - "tezos-node", + "octez-node", "tezos-snoop", "tezos-validator", ] + PROTO_BINARIES diff --git a/tests_python/tools/utils.py b/tests_python/tools/utils.py index 813b1ddf1b1c..afafa8f117aa 100644 --- a/tests_python/tools/utils.py +++ b/tests_python/tools/utils.py @@ -576,7 +576,7 @@ def check_static_binary(execname: str): ['file', execname], stdout=subprocess.PIPE, stderr=subprocess.PIPE ) # Example of line returned by "file": - # tezos-node: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), + # octez-node: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), # statically linked, no section header return "statically linked" in str(ret.communicate()[0]) -- GitLab From 38ec42b4d6b7e2081f70429237bbe5426faf52b4 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:52 -0400 Subject: [PATCH 45/74] Python tests: Rename tezos-client to octez-client --- tests_python/client/client.py | 8 ++-- tests_python/client/client_output.py | 2 +- tests_python/conftest.py | 2 +- tests_python/launchers/sandbox.py | 2 +- ...::test_self_address_originate_receiver.out | 2 +- ...er::test_self_address_originate_sender.out | 2 +- ...ddressTransfer::test_send_self_address.out | 2 +- ...tion::test_big_map_origination_literal.out | 2 +- ...s.TestContractOnchainLevel::test_level.out | 6 +-- ...ontractOnchainOpcodes::test_init_proxy.out | 2 +- ...tractOnchainOpcodes::test_set_delegate.out | 6 +-- ...TestContractOnchainOpcodes::test_slice.out | 2 +- ...ef0e55c43a9a857214d8761e67b.7da5c9014e.out | 2 +- ...estContractOnchainOpcodes::test_source.out | 6 +-- ...ntractOnchainOpcodes::test_split_bytes.out | 6 +-- ...tractOnchainOpcodes::test_split_string.out | 6 +-- ...ntractOnchainOpcodes::test_store_input.out | 10 ++--- ...trace_origination[compare_big_type.tz].out | 2 +- ...race_origination[compare_big_type2.tz].out | 2 +- ...ctOnchainOpcodes::test_transfer_amount.out | 4 +- ...ctOnchainOpcodes::test_transfer_tokens.out | 10 ++--- ...roveTransferRemove::test_add_liquidity.out | 2 +- ...ddApproveTransferRemove::test_approval.out | 2 +- ...TransferRemove::test_approved_transfer.out | 2 +- ...roveTransferRemove::test_call_approve1.out | 2 +- ...roveTransferRemove::test_call_approve2.out | 2 +- ...roveTransferRemove::test_call_approve3.out | 2 +- ...TransferRemove::test_call_mint_or_burn.out | 2 +- ...eTransferRemove::test_remove_liquidity.out | 2 +- ..._baking.TestTrades::test_add_liquidity.out | 2 +- ...uidity_baking.TestTrades::test_buy_tok.out | 2 +- ..._baking.TestTrades::test_call_approve1.out | 2 +- ..._baking.TestTrades::test_call_approve2.out | 2 +- ..._baking.TestTrades::test_call_approve3.out | 2 +- ...ing.TestTrades::test_call_mint_or_burn.out | 2 +- ...idity_baking.TestTrades::test_sell_tok.out | 2 +- ...idity_baking.TestTrades::test_transfer.out | 2 +- tests_python/tests_013/conftest.py | 2 +- tests_python/tests_013/test_binaries.py | 2 +- .../tests_013/test_client_without_node.py | 26 ++++++------ tests_python/tests_013/test_contract.py | 4 +- tests_python/tests_013/test_contract_baker.py | 2 +- .../tests_013/test_contract_opcodes.py | 4 +- tests_python/tests_013/test_fa12.py | 2 +- tests_python/tests_013/test_mockup.py | 30 +++++++------- .../tests_013/test_multiple_transfers.py | 2 +- tests_python/tests_013/test_multisig.py | 2 +- ...::test_self_address_originate_receiver.out | 2 +- ...er::test_self_address_originate_sender.out | 2 +- ...ddressTransfer::test_send_self_address.out | 2 +- ...tion::test_big_map_origination_literal.out | 2 +- ...s.TestContractOnchainLevel::test_level.out | 6 +-- ...ontractOnchainOpcodes::test_init_proxy.out | 2 +- ...tractOnchainOpcodes::test_set_delegate.out | 6 +-- ...TestContractOnchainOpcodes::test_slice.out | 2 +- ...ef0e55c43a9a857214d8761e67b.7da5c9014e.out | 2 +- ...estContractOnchainOpcodes::test_source.out | 6 +-- ...ntractOnchainOpcodes::test_split_bytes.out | 6 +-- ...tractOnchainOpcodes::test_split_string.out | 6 +-- ...ntractOnchainOpcodes::test_store_input.out | 10 ++--- ...trace_origination[compare_big_type.tz].out | 2 +- ...race_origination[compare_big_type2.tz].out | 2 +- ...ctOnchainOpcodes::test_transfer_amount.out | 4 +- ...ctOnchainOpcodes::test_transfer_tokens.out | 10 ++--- ...roveTransferRemove::test_add_liquidity.out | 2 +- ...ddApproveTransferRemove::test_approval.out | 2 +- ...TransferRemove::test_approved_transfer.out | 2 +- ...roveTransferRemove::test_call_approve1.out | 2 +- ...roveTransferRemove::test_call_approve2.out | 2 +- ...roveTransferRemove::test_call_approve3.out | 2 +- ...TransferRemove::test_call_mint_or_burn.out | 2 +- ...eTransferRemove::test_remove_liquidity.out | 2 +- ..._baking.TestTrades::test_add_liquidity.out | 2 +- ...uidity_baking.TestTrades::test_buy_tok.out | 2 +- ..._baking.TestTrades::test_call_approve1.out | 2 +- ..._baking.TestTrades::test_call_approve2.out | 2 +- ..._baking.TestTrades::test_call_approve3.out | 2 +- ...ing.TestTrades::test_call_mint_or_burn.out | 2 +- ...idity_baking.TestTrades::test_sell_tok.out | 2 +- ...idity_baking.TestTrades::test_transfer.out | 2 +- tests_python/tests_014/conftest.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- .../tests_014/test_client_without_node.py | 26 ++++++------ tests_python/tests_014/test_contract.py | 4 +- tests_python/tests_014/test_contract_baker.py | 2 +- .../tests_014/test_contract_opcodes.py | 4 +- tests_python/tests_014/test_fa12.py | 2 +- tests_python/tests_014/test_mockup.py | 30 +++++++------- .../tests_014/test_multiple_transfers.py | 2 +- tests_python/tests_014/test_multisig.py | 2 +- ...t_add_clear_tickets_add_first_transfer.out | 2 +- ..._add_clear_tickets_add_second_transfer.out | 2 +- ...t_add_clear_tickets_add_third_transfer.out | 2 +- ...:test_add_clear_tickets_clear_transfer.out | 2 +- ...ts::test_add_clear_tickets_origination.out | 2 +- ...ate_contract_from_contract_origination.out | 2 +- ...ginate_contract_from_contract_transfer.out | 2 +- ...::test_self_address_originate_receiver.out | 2 +- ...er::test_self_address_originate_sender.out | 2 +- ...ddressTransfer::test_send_self_address.out | 2 +- ...t_receive_tickets_in_big_map_originate.out | 2 +- ...InBigMap::test_send_tickets_in_big_map.out | 2 +- ...test_send_tickets_in_big_map_originate.out | 2 +- ...tion::test_big_map_origination_literal.out | 2 +- ...s.TestContractOnchainLevel::test_level.out | 6 +-- ...ontractOnchainOpcodes::test_init_proxy.out | 2 +- ...tractOnchainOpcodes::test_set_delegate.out | 6 +-- ...TestContractOnchainOpcodes::test_slice.out | 2 +- ...ef0e55c43a9a857214d8761e67b.7da5c9014e.out | 2 +- ...estContractOnchainOpcodes::test_source.out | 6 +-- ...ntractOnchainOpcodes::test_split_bytes.out | 6 +-- ...tractOnchainOpcodes::test_split_string.out | 6 +-- ...ntractOnchainOpcodes::test_store_input.out | 10 ++--- ...trace_origination[compare_big_type.tz].out | 2 +- ...race_origination[compare_big_type2.tz].out | 2 +- ...ctOnchainOpcodes::test_transfer_amount.out | 4 +- ...ctOnchainOpcodes::test_transfer_tokens.out | 10 ++--- ...roveTransferRemove::test_add_liquidity.out | 2 +- ...ddApproveTransferRemove::test_approval.out | 2 +- ...TransferRemove::test_approved_transfer.out | 2 +- ...roveTransferRemove::test_call_approve1.out | 2 +- ...roveTransferRemove::test_call_approve2.out | 2 +- ...roveTransferRemove::test_call_approve3.out | 2 +- ...TransferRemove::test_call_mint_or_burn.out | 2 +- ...eTransferRemove::test_remove_liquidity.out | 2 +- ..._baking.TestTrades::test_add_liquidity.out | 2 +- ...uidity_baking.TestTrades::test_buy_tok.out | 2 +- ..._baking.TestTrades::test_call_approve1.out | 2 +- ..._baking.TestTrades::test_call_approve2.out | 2 +- ..._baking.TestTrades::test_call_approve3.out | 2 +- ...ing.TestTrades::test_call_mint_or_burn.out | 2 +- ...idity_baking.TestTrades::test_sell_tok.out | 2 +- ...idity_baking.TestTrades::test_transfer.out | 2 +- tests_python/tests_015/conftest.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- .../tests_015/test_client_without_node.py | 26 ++++++------ tests_python/tests_015/test_contract.py | 4 +- tests_python/tests_015/test_contract_baker.py | 2 +- .../tests_015/test_contract_opcodes.py | 4 +- tests_python/tests_015/test_fa12.py | 2 +- tests_python/tests_015/test_mockup.py | 40 +++++++++---------- .../tests_015/test_multiple_transfers.py | 2 +- tests_python/tests_015/test_multisig.py | 2 +- ...ate_contract_from_contract_origination.out | 2 +- ...ginate_contract_from_contract_transfer.out | 2 +- ...::test_self_address_originate_receiver.out | 2 +- ...er::test_self_address_originate_sender.out | 2 +- ...ddressTransfer::test_send_self_address.out | 2 +- ...tion::test_big_map_origination_literal.out | 2 +- ...s.TestContractOnchainLevel::test_level.out | 6 +-- ...ontractOnchainOpcodes::test_init_proxy.out | 2 +- ...tractOnchainOpcodes::test_set_delegate.out | 6 +-- ...TestContractOnchainOpcodes::test_slice.out | 2 +- ...ef0e55c43a9a857214d8761e67b.7da5c9014e.out | 2 +- ...estContractOnchainOpcodes::test_source.out | 6 +-- ...ntractOnchainOpcodes::test_split_bytes.out | 6 +-- ...tractOnchainOpcodes::test_split_string.out | 6 +-- ...ntractOnchainOpcodes::test_store_input.out | 10 ++--- ...trace_origination[compare_big_type.tz].out | 2 +- ...race_origination[compare_big_type2.tz].out | 2 +- ...ctOnchainOpcodes::test_transfer_amount.out | 4 +- ...ctOnchainOpcodes::test_transfer_tokens.out | 10 ++--- ...roveTransferRemove::test_add_liquidity.out | 2 +- ...ddApproveTransferRemove::test_approval.out | 2 +- ...TransferRemove::test_approved_transfer.out | 2 +- ...roveTransferRemove::test_call_approve1.out | 2 +- ...roveTransferRemove::test_call_approve2.out | 2 +- ...roveTransferRemove::test_call_approve3.out | 2 +- ...TransferRemove::test_call_mint_or_burn.out | 2 +- ...eTransferRemove::test_remove_liquidity.out | 2 +- ..._baking.TestTrades::test_add_liquidity.out | 2 +- ...uidity_baking.TestTrades::test_buy_tok.out | 2 +- ..._baking.TestTrades::test_call_approve1.out | 2 +- ..._baking.TestTrades::test_call_approve2.out | 2 +- ..._baking.TestTrades::test_call_approve3.out | 2 +- ...ing.TestTrades::test_call_mint_or_burn.out | 2 +- ...idity_baking.TestTrades::test_sell_tok.out | 2 +- ...idity_baking.TestTrades::test_transfer.out | 2 +- tests_python/tests_alpha/conftest.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- .../tests_alpha/test_client_without_node.py | 26 ++++++------ tests_python/tests_alpha/test_contract.py | 4 +- .../tests_alpha/test_contract_baker.py | 2 +- .../tests_alpha/test_contract_opcodes.py | 4 +- tests_python/tests_alpha/test_fa12.py | 2 +- tests_python/tests_alpha/test_mockup.py | 30 +++++++------- .../tests_alpha/test_multiple_transfers.py | 2 +- tests_python/tests_alpha/test_multisig.py | 2 +- 188 files changed, 384 insertions(+), 384 deletions(-) diff --git a/tests_python/client/client.py b/tests_python/client/client.py index fda7fc283fce..589f8e456a8c 100644 --- a/tests_python/client/client.py +++ b/tests_python/client/client.py @@ -20,7 +20,7 @@ class Client: """Client to a Tezos node. Manage the persistent client state and provides methods to call - tezos-client/tezos-admin-client commands, and return structured + octez-client/tezos-admin-client commands, and return structured representation of the client output. The most generic method to call the client is `run`. It calls the client @@ -79,7 +79,7 @@ class Client: self._is_tmp_dir = base_dir is None if base_dir is None: - base_dir = tempfile.mkdtemp(prefix='tezos-client.') + base_dir = tempfile.mkdtemp(prefix='octez-client.') assert base_dir self.base_dir = base_dir @@ -135,8 +135,8 @@ class Client: """Run an arbitrary command Args: - params (list): list of parameters given to the tezos-client, - admin (bool): False to call tezos-client, True to call + params (list): list of parameters given to the octez-client, + admin (bool): False to call octez-client, True to call tezos-admin-client check (bool): raises an exception if client call fails trace (bool): use '-l' option to trace RPCs diff --git a/tests_python/client/client_output.py b/tests_python/client/client_output.py index 87d38554d3c1..15a2d33f3e78 100644 --- a/tests_python/client/client_output.py +++ b/tests_python/client/client_output.py @@ -473,7 +473,7 @@ class ListMockupProtocols: @unique class CreateMockupResult(Enum): """ - Possible behaviors of `tezos-client create mockup` + Possible behaviors of `octez-client create mockup` """ ALREADY_INITIALIZED = auto() diff --git a/tests_python/conftest.py b/tests_python/conftest.py index debcf925f042..a930e0271bc5 100644 --- a/tests_python/conftest.py +++ b/tests_python/conftest.py @@ -154,7 +154,7 @@ def _wrap_path(binary: str) -> str: return res -CLIENT = 'tezos-client' +CLIENT = 'octez-client' CLIENT_ADMIN = 'tezos-admin-client' diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index c3f5043ad2ad..26cda74a2795 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -9,7 +9,7 @@ from daemons.accuser import Accuser from daemons.node import Node NODE = 'octez-node' -CLIENT = 'tezos-client' +CLIENT = 'octez-client' CLIENT_ADMIN = 'tezos-admin-client' BAKER = 'tezos-baker' ENDORSER = 'tezos-endorser' diff --git a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out index e9e2db04ca34..1cf13cce0e8b 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out index 14325c1f4996..a61a7b260a77 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out index e7f57757a74c..0c6df6cce2d5 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out index b7b783aef21f..5a96803e0e85 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out index 6500132ba53c..ef14416858dd 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -95,7 +95,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out index a4d3b01c62cd..1b7f88ecdc07 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out index c88ce8d3dd5a..02189d848299 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -91,7 +91,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out index c0df81de44c3..67a9a2f230db 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out index 77635c563f2a..3b070ef50ac7 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out index 8fc28f344216..72e0979d4cb3 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out index e9a1e546f741..0567ce455602 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out index 55d333f2797b..f883a9b2446d 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out index 588866aa3ed5..2719d6144771 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -39,7 +39,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -73,7 +73,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -118,7 +118,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out index 5841830253e4..9a36e14e7cd9 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out index e8608b3263c9..fdb2d8592410 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out index 23d5ca60d56c..95f22c5f5b46 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out index 2c15421cdf2a..97d4dc4b2f6f 100644 --- a/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out +++ b/tests_python/tests_013/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -50,7 +50,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out index 425808e878b0..1c6784b1bfcd 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out index 79a36d8a288e..53dadf4f54d7 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out index c6f8897569b2..2636441ef2a2 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out index 0a610d5cd90b..0a4dc1d4a6cd 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out index 536ba8bc4606..a5957a280fbc 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out index d8cb4ddcd752..91ff2e91877d 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out index 5033e15715ee..51efcb70ae6f 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out index 961754770ab3..9abf93c484bb 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out index fc5ad93756f1..b9b23336fc1f 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out index bfcc90ed436f..d7b7683b5045 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out index df1a40756985..a0216f5ee354 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out index 8ecc989ff3e3..6eff6a282ef9 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out index d6aac0310602..ff07878a0bf2 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out index da1aed85eb19..cd4914673d1b 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out index d238f9b6cb62..88b4a420cef7 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out index 2bcbc3c599b9..f956b8cc6c69 100644 --- a/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out +++ b/tests_python/tests_013/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_013/conftest.py b/tests_python/tests_013/conftest.py index 79c0d45effbc..43f047cebb1a 100644 --- a/tests_python/tests_013/conftest.py +++ b/tests_python/tests_013/conftest.py @@ -112,7 +112,7 @@ def mockup_client(sandbox: Sandbox) -> Iterator[Client]: a mockup using custom arguments; you MUST do the same as this method. """ - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( protocol=protocol.HASH diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index 028ee2851926..a996e60fa6b1 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -17,7 +17,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", - "tezos-client", + "octez-client", "tezos-admin-client", "tezos-protocol-compiler", "octez-node", diff --git a/tests_python/tests_013/test_client_without_node.py b/tests_python/tests_013/test_client_without_node.py index 14b781801870..f07d0da3cc67 100644 --- a/tests_python/tests_013/test_client_without_node.py +++ b/tests_python/tests_013/test_client_without_node.py @@ -197,11 +197,11 @@ class TestConfigInit: works and yields valid json. """ try: - out_file = tempfile.mktemp(prefix='tezos-client.config_file') + out_file = tempfile.mktemp(prefix='octez-client.config_file') in_file = None if config_dict is not None: - in_file = tempfile.mktemp(prefix='tezos-client.config_file') + in_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file, config_dict) cmd = _with_config_file_cmd( @@ -220,8 +220,8 @@ class TestConfigInit: self, nodeless_client: Client, config_dict: Optional[dict] ): """Tests that calling `config init -o tmp_file` and - feeding its result to `tezos-client --config-file` works - and yields the same result (i.e. calling `tezos-client + feeding its result to `octez-client --config-file` works + and yields the same result (i.e. calling `octez-client --config-file tmp_file config init -o tmp_file2 yields a `tmp_file2` that is similar to `tmp_file`). @@ -232,7 +232,7 @@ class TestConfigInit: if config_dict is None: # Take initial json from default output of `config init` - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') cmd = ["config", "init", "-o", tmp_file1] nodeless_client.run(cmd) with open(tmp_file1) as handle: @@ -248,13 +248,13 @@ class TestConfigInit: # Take initial json from config_dict # Write config_dict to a file - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') json1 = _write_config_file( nodeless_client, tmp_file1, config_dict ) # Execute `config init -o` - tmp_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file2 = tempfile.mktemp(prefix='octez-client.config_file') cmd = _with_config_file_cmd( tmp_file1, ["config", "init", "-o", tmp_file2] ) @@ -287,7 +287,7 @@ def _cmd_line_flag_to_json_field(cmd_line_flag: str): @pytest.mark.client @pytest.mark.parametrize('config_dict', _INPUT_CONFIG_FILES) class TestConfigShow: - """Tests of `tezos-client config show`""" + """Tests of `octez-client config show`""" def test_config_show( self, nodeless_client: Client, config_dict: Optional[dict] @@ -299,7 +299,7 @@ class TestConfigShow: try: tmp_file = None if config_dict is not None: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) @@ -331,7 +331,7 @@ class TestConfigShow: in_file1 = None in_file2 = None if config_dict is not None: - in_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file1 = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file1, config_dict) cmd = [] @@ -356,7 +356,7 @@ class TestConfigShow: f" config show yielded {output_value}" ) assert output_value == input_value, err_msg - in_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file2 = tempfile.mktemp(prefix='octez-client.config_file') # Write output of first call to `config show` to disk, # to pass it to second call below with open(in_file2, 'w') as handle: @@ -380,7 +380,7 @@ class TestConfigShow: @pytest.mark.client class TestConfigValid: - """Tests of validity of tezos-client config""" + """Tests of validity of octez-client config""" def test_config_node_port(self, nodeless_client: Client): """ @@ -424,7 +424,7 @@ class TestConfigValid: self, nodeless_client: Client, config_dict: dict ): try: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) diff --git a/tests_python/tests_013/test_contract.py b/tests_python/tests_013/test_contract.py index 0ef0903196ff..4dfaa18fddf9 100644 --- a/tests_python/tests_013/test_contract.py +++ b/tests_python/tests_013/test_contract.py @@ -1830,7 +1830,7 @@ class TestBadAnnotation: name = 'bad_annot.tz' contract = session[name] - # This was produced by running "tezos-client hash data '{ UNIT + # This was produced by running "octez-client hash data '{ UNIT # ; PAIR ; CAR %faa }' of type 'lambda unit unit'" and # replacing the two last bytes (that correspond to the two # 'a's at the end of the annotation) by the 0xff byte which is @@ -1910,7 +1910,7 @@ class TestScriptHashOrigination: @pytest.mark.contract class TestScriptHashMultiple: - """Test tezos-client hash script with diffent number and type of + """Test octez-client hash script with diffent number and type of arguments""" def test_contract_hashes_empty(self, client: Client): diff --git a/tests_python/tests_013/test_contract_baker.py b/tests_python/tests_013/test_contract_baker.py index 73dfd0cd43a5..013ca9e138c4 100644 --- a/tests_python/tests_013/test_contract_baker.py +++ b/tests_python/tests_013/test_contract_baker.py @@ -25,7 +25,7 @@ class TestOriginationCall: # Unsolved mystery: # client.wait_for_inclusion(origination.operation_hash) - # fails sometimes with tezos-client crashing. Maybe caused with + # fails sometimes with octez-client crashing. Maybe caused with # subprocess captured of forked process output? # # Safer to poll with `check_block_contain_operations` diff --git a/tests_python/tests_013/test_contract_opcodes.py b/tests_python/tests_013/test_contract_opcodes.py index 11dfb9167d3f..0d9dff600d4c 100644 --- a/tests_python/tests_013/test_contract_opcodes.py +++ b/tests_python/tests_013/test_contract_opcodes.py @@ -1480,7 +1480,7 @@ class TestContractOpcodes: assert run_script_res.storage == str(int(1000000 * balance)) def test_now(self, client_regtest: ClientRegression): - """Test that the --now flag of 'tezos-client run script' affects the + """Test that the --now flag of 'octez-client run script' affects the value returned by the NOW instruction. See also test_contract_onchain_opcodes.py for a complementary test of the NOW instruction.""" @@ -1499,7 +1499,7 @@ class TestContractOpcodes: assert run_script_res.storage == f'"{now}"' def test_level(self, client_regtest: ClientRegression): - """Test that the --level flag of 'tezos-client run script' affects the + """Test that the --level flag of 'octez-client run script' affects the value returned by the LEVEL instruction. See also test_contract_onchain_opcodes.py for a complementary test of the LEVEL instuction.""" diff --git a/tests_python/tests_013/test_fa12.py b/tests_python/tests_013/test_fa12.py index ce94cc066e46..c2dc1f68a9f3 100644 --- a/tests_python/tests_013/test_fa12.py +++ b/tests_python/tests_013/test_fa12.py @@ -1,4 +1,4 @@ -"""This file tests the tezos-client commands offering support for the +"""This file tests the octez-client commands offering support for the FA1.2 standard. Several implementations of the standard are tested.""" import json diff --git a/tests_python/tests_013/test_mockup.py b/tests_python/tests_013/test_mockup.py index 61f10925244d..0bb2b13c90b8 100644 --- a/tests_python/tests_013/test_mockup.py +++ b/tests_python/tests_013/test_mockup.py @@ -1,4 +1,4 @@ -""" This file tests the mockup mode (tezos-client --mode mockup). +""" This file tests the mockup mode (octez-client --mode mockup). In this mode the client does not need a node running. Make sure to either use the fixture mockup_client or @@ -44,7 +44,7 @@ _PC_FLAG = "protocol-constants" def test_create_mockup_custom_constants( sandbox: Sandbox, chain_id: str, initial_timestamp: str ): - """Tests `tezos-client create mockup` --protocols-constants argument + """Tests `octez-client create mockup` --protocols-constants argument The call must succeed. Args: @@ -54,7 +54,7 @@ def test_create_mockup_custom_constants( """ # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-custom-constants', mode='w+t' ) as json_file: @@ -106,14 +106,14 @@ def _create_accounts_list(): @pytest.mark.client def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): - """Tests `tezos-client create mockup` --bootstrap-accounts argument + """Tests `octez-client create mockup` --bootstrap-accounts argument The call must succeed. """ accounts_list = _create_accounts_list() # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as json_file: @@ -134,7 +134,7 @@ def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): @pytest.mark.client def test_transfer_bad_base_dir(sandbox: Sandbox): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir looks like a dubious base directory. Checks that a warning is printed. """ @@ -172,7 +172,7 @@ def test_transfer_bad_base_dir(sandbox: Sandbox): @pytest.mark.client def test_config_show_mockup(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` in + """Executes `octez-client --mode mockup config show` in a state where it should succeed. """ mockup_client.run_generic(["--protocol", protocol.HASH, "config", "show"]) @@ -180,7 +180,7 @@ def test_config_show_mockup(mockup_client: Client): @pytest.mark.client def test_config_show_mockup_fail(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` when + """Executes `octez-client --mode mockup config show` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -198,7 +198,7 @@ def test_config_show_mockup_fail(mockup_client: Client): @pytest.mark.client def test_config_init_mockup(mockup_client: Client): - """Executes `tezos-client config init mockup` in + """Executes `octez-client config init mockup` in a state where it should succeed. """ # We cannot use NamedTemporaryFile because `config init mockup` @@ -233,7 +233,7 @@ def test_config_init_mockup(mockup_client: Client): @pytest.mark.client def test_config_init_mockup_fail(mockup_client: Client): - """Executes `tezos-client config init mockup` when + """Executes `octez-client config init mockup` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -426,7 +426,7 @@ def _test_create_mockup_init_show_roundtrip( with open(ba_file, 'w') as handle: handle.write(bootstrap_json) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -470,19 +470,19 @@ def _test_create_mockup_init_show_roundtrip( # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as ba_json_file, tempfile.NamedTemporaryFile( prefix='tezos-proto-consts', mode='w+t' ) as pc_json_file, tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir: write_file(ba_json_file, ba_str) write_file(pc_json_file, pc_str) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -694,7 +694,7 @@ def test_proto_mix( """ proto1 = protos[0] proto2 = protos[1] - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup(protocol=proto1) diff --git a/tests_python/tests_013/test_multiple_transfers.py b/tests_python/tests_013/test_multiple_transfers.py index 39c1fad2b2e6..9ab33ce4a9fe 100644 --- a/tests_python/tests_013/test_multiple_transfers.py +++ b/tests_python/tests_013/test_multiple_transfers.py @@ -1,4 +1,4 @@ -"""Test the multiple transfer feature of tezos-client""" +"""Test the multiple transfer feature of octez-client""" import os import json import pytest diff --git a/tests_python/tests_013/test_multisig.py b/tests_python/tests_013/test_multisig.py index 06108327a82c..625085301b3a 100644 --- a/tests_python/tests_013/test_multisig.py +++ b/tests_python/tests_013/test_multisig.py @@ -1,4 +1,4 @@ -# tezos-client has builtin support for multisig smart contracts. See +# octez-client has builtin support for multisig smart contracts. See # docs/user/multisig.rst for more details about it. # This file tests the client multisig support; more precisely it tests diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out index 25d8018780e8..2467946dbf7f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out index a4d91ee32e88..4921955219d9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out index ac590c15af00..4c77eb979924 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out index 9d588bf8708c..c9298ca1c168 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out index b575b2e40dc5..d3cfa3d5ff30 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -95,7 +95,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out index 213a330f6835..9dad8c79c55e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out index d7ac39d418f6..aca052ad2b58 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -91,7 +91,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out index 0b4a416a3450..bbce24a10496 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out index 7fe832e2ee4e..c333e048bc4c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out index c8179fb69a5d..f5902a65da24 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out index 5e02990a9714..189cd0e9e948 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out index 2353b0132ff9..941d40e367ac 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out index 8c0f368172c5..8a6620e5b72b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -39,7 +39,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -73,7 +73,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -118,7 +118,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out index bf11b2d25a76..685749b14589 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out index 7de32d103a89..a781d425f0e8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out index 474d493aba8e..742e502b7aab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out index 1d63c912fe63..ba54b32352d7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out +++ b/tests_python/tests_014/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -50,7 +50,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out index ef5cd004e03e..66ee097f7177 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out index 0aaf01b3f670..10f3f882031a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out index 5a81ef1fc5f9..4fc071724e50 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out index 8a108482bedb..1ea67f1d08c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out index d0c17638bf00..c721e8b0d4a1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out index f503ab36c005..ee4881bd282b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out index 67c5a397b930..e40a4eafbbb3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out index 9c0a397399d9..e14d7c27f94c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out index d78de21ec0cb..4c3cbcc82e60 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out index 827ead6f8e12..fb44b40e4c22 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out index cb3bbb2394ef..5f68f73653f2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out index 1b748fc3c915..e509f9ff0a7c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out index dfc2e84fa957..cfcc5e71ac29 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out index d85da3bf08ff..6076857ab64d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out index edbde65f8c11..4a28e1eb2470 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out index 1fa3a579e801..11cda60a27a2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out +++ b/tests_python/tests_014/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_014/conftest.py b/tests_python/tests_014/conftest.py index a298fe921f43..23817b3a1900 100644 --- a/tests_python/tests_014/conftest.py +++ b/tests_python/tests_014/conftest.py @@ -112,7 +112,7 @@ def mockup_client(sandbox: Sandbox) -> Iterator[Client]: a mockup using custom arguments; you MUST do the same as this method. """ - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( protocol=protocol.HASH diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index 028ee2851926..a996e60fa6b1 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -17,7 +17,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", - "tezos-client", + "octez-client", "tezos-admin-client", "tezos-protocol-compiler", "octez-node", diff --git a/tests_python/tests_014/test_client_without_node.py b/tests_python/tests_014/test_client_without_node.py index 14b781801870..f07d0da3cc67 100644 --- a/tests_python/tests_014/test_client_without_node.py +++ b/tests_python/tests_014/test_client_without_node.py @@ -197,11 +197,11 @@ class TestConfigInit: works and yields valid json. """ try: - out_file = tempfile.mktemp(prefix='tezos-client.config_file') + out_file = tempfile.mktemp(prefix='octez-client.config_file') in_file = None if config_dict is not None: - in_file = tempfile.mktemp(prefix='tezos-client.config_file') + in_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file, config_dict) cmd = _with_config_file_cmd( @@ -220,8 +220,8 @@ class TestConfigInit: self, nodeless_client: Client, config_dict: Optional[dict] ): """Tests that calling `config init -o tmp_file` and - feeding its result to `tezos-client --config-file` works - and yields the same result (i.e. calling `tezos-client + feeding its result to `octez-client --config-file` works + and yields the same result (i.e. calling `octez-client --config-file tmp_file config init -o tmp_file2 yields a `tmp_file2` that is similar to `tmp_file`). @@ -232,7 +232,7 @@ class TestConfigInit: if config_dict is None: # Take initial json from default output of `config init` - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') cmd = ["config", "init", "-o", tmp_file1] nodeless_client.run(cmd) with open(tmp_file1) as handle: @@ -248,13 +248,13 @@ class TestConfigInit: # Take initial json from config_dict # Write config_dict to a file - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') json1 = _write_config_file( nodeless_client, tmp_file1, config_dict ) # Execute `config init -o` - tmp_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file2 = tempfile.mktemp(prefix='octez-client.config_file') cmd = _with_config_file_cmd( tmp_file1, ["config", "init", "-o", tmp_file2] ) @@ -287,7 +287,7 @@ def _cmd_line_flag_to_json_field(cmd_line_flag: str): @pytest.mark.client @pytest.mark.parametrize('config_dict', _INPUT_CONFIG_FILES) class TestConfigShow: - """Tests of `tezos-client config show`""" + """Tests of `octez-client config show`""" def test_config_show( self, nodeless_client: Client, config_dict: Optional[dict] @@ -299,7 +299,7 @@ class TestConfigShow: try: tmp_file = None if config_dict is not None: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) @@ -331,7 +331,7 @@ class TestConfigShow: in_file1 = None in_file2 = None if config_dict is not None: - in_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file1 = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file1, config_dict) cmd = [] @@ -356,7 +356,7 @@ class TestConfigShow: f" config show yielded {output_value}" ) assert output_value == input_value, err_msg - in_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file2 = tempfile.mktemp(prefix='octez-client.config_file') # Write output of first call to `config show` to disk, # to pass it to second call below with open(in_file2, 'w') as handle: @@ -380,7 +380,7 @@ class TestConfigShow: @pytest.mark.client class TestConfigValid: - """Tests of validity of tezos-client config""" + """Tests of validity of octez-client config""" def test_config_node_port(self, nodeless_client: Client): """ @@ -424,7 +424,7 @@ class TestConfigValid: self, nodeless_client: Client, config_dict: dict ): try: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) diff --git a/tests_python/tests_014/test_contract.py b/tests_python/tests_014/test_contract.py index ca5e7937a8a5..305d62c0dad8 100644 --- a/tests_python/tests_014/test_contract.py +++ b/tests_python/tests_014/test_contract.py @@ -1825,7 +1825,7 @@ class TestBadAnnotation: name = 'bad_annot.tz' contract = session[name] - # This was produced by running "tezos-client hash data '{ UNIT + # This was produced by running "octez-client hash data '{ UNIT # ; PAIR ; CAR %faa }' of type 'lambda unit unit'" and # replacing the two last bytes (that correspond to the two # 'a's at the end of the annotation) by the 0xff byte which is @@ -1905,7 +1905,7 @@ class TestScriptHashOrigination: @pytest.mark.contract class TestScriptHashMultiple: - """Test tezos-client hash script with diffent number and type of + """Test octez-client hash script with diffent number and type of arguments""" def test_contract_hashes_empty(self, client: Client): diff --git a/tests_python/tests_014/test_contract_baker.py b/tests_python/tests_014/test_contract_baker.py index 73dfd0cd43a5..013ca9e138c4 100644 --- a/tests_python/tests_014/test_contract_baker.py +++ b/tests_python/tests_014/test_contract_baker.py @@ -25,7 +25,7 @@ class TestOriginationCall: # Unsolved mystery: # client.wait_for_inclusion(origination.operation_hash) - # fails sometimes with tezos-client crashing. Maybe caused with + # fails sometimes with octez-client crashing. Maybe caused with # subprocess captured of forked process output? # # Safer to poll with `check_block_contain_operations` diff --git a/tests_python/tests_014/test_contract_opcodes.py b/tests_python/tests_014/test_contract_opcodes.py index fb1254e60712..7b35f161b042 100644 --- a/tests_python/tests_014/test_contract_opcodes.py +++ b/tests_python/tests_014/test_contract_opcodes.py @@ -1481,7 +1481,7 @@ class TestContractOpcodes: assert run_script_res.storage == str(int(1000000 * balance)) def test_now(self, client_regtest: ClientRegression): - """Test that the --now flag of 'tezos-client run script' affects the + """Test that the --now flag of 'octez-client run script' affects the value returned by the NOW instruction. See also test_contract_onchain_opcodes.py for a complementary test of the NOW instruction.""" @@ -1500,7 +1500,7 @@ class TestContractOpcodes: assert run_script_res.storage == f'"{now}"' def test_level(self, client_regtest: ClientRegression): - """Test that the --level flag of 'tezos-client run script' affects the + """Test that the --level flag of 'octez-client run script' affects the value returned by the LEVEL instruction. See also test_contract_onchain_opcodes.py for a complementary test of the LEVEL instuction.""" diff --git a/tests_python/tests_014/test_fa12.py b/tests_python/tests_014/test_fa12.py index ce94cc066e46..c2dc1f68a9f3 100644 --- a/tests_python/tests_014/test_fa12.py +++ b/tests_python/tests_014/test_fa12.py @@ -1,4 +1,4 @@ -"""This file tests the tezos-client commands offering support for the +"""This file tests the octez-client commands offering support for the FA1.2 standard. Several implementations of the standard are tested.""" import json diff --git a/tests_python/tests_014/test_mockup.py b/tests_python/tests_014/test_mockup.py index 1000e5fd48cf..174bee269ed0 100644 --- a/tests_python/tests_014/test_mockup.py +++ b/tests_python/tests_014/test_mockup.py @@ -1,4 +1,4 @@ -""" This file tests the mockup mode (tezos-client --mode mockup). +""" This file tests the mockup mode (octez-client --mode mockup). In this mode the client does not need a node running. Make sure to either use the fixture mockup_client or @@ -44,7 +44,7 @@ _PC_FLAG = "protocol-constants" def test_create_mockup_custom_constants( sandbox: Sandbox, chain_id: str, initial_timestamp: str ): - """Tests `tezos-client create mockup` --protocols-constants argument + """Tests `octez-client create mockup` --protocols-constants argument The call must succeed. Args: @@ -54,7 +54,7 @@ def test_create_mockup_custom_constants( """ # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-custom-constants', mode='w+t' ) as json_file: @@ -106,14 +106,14 @@ def _create_accounts_list(): @pytest.mark.client def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): - """Tests `tezos-client create mockup` --bootstrap-accounts argument + """Tests `octez-client create mockup` --bootstrap-accounts argument The call must succeed. """ accounts_list = _create_accounts_list() # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as json_file: @@ -134,7 +134,7 @@ def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): @pytest.mark.client def test_transfer_bad_base_dir(sandbox: Sandbox): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir looks like a dubious base directory. Checks that a warning is printed. """ @@ -172,7 +172,7 @@ def test_transfer_bad_base_dir(sandbox: Sandbox): @pytest.mark.client def test_config_show_mockup(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` in + """Executes `octez-client --mode mockup config show` in a state where it should succeed. """ mockup_client.run_generic(["--protocol", protocol.HASH, "config", "show"]) @@ -180,7 +180,7 @@ def test_config_show_mockup(mockup_client: Client): @pytest.mark.client def test_config_show_mockup_fail(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` when + """Executes `octez-client --mode mockup config show` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -198,7 +198,7 @@ def test_config_show_mockup_fail(mockup_client: Client): @pytest.mark.client def test_config_init_mockup(mockup_client: Client): - """Executes `tezos-client config init mockup` in + """Executes `octez-client config init mockup` in a state where it should succeed. """ # We cannot use NamedTemporaryFile because `config init mockup` @@ -233,7 +233,7 @@ def test_config_init_mockup(mockup_client: Client): @pytest.mark.client def test_config_init_mockup_fail(mockup_client: Client): - """Executes `tezos-client config init mockup` when + """Executes `octez-client config init mockup` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -426,7 +426,7 @@ def _test_create_mockup_init_show_roundtrip( with open(ba_file, 'w') as handle: handle.write(bootstrap_json) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -470,19 +470,19 @@ def _test_create_mockup_init_show_roundtrip( # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as ba_json_file, tempfile.NamedTemporaryFile( prefix='tezos-proto-consts', mode='w+t' ) as pc_json_file, tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir: write_file(ba_json_file, ba_str) write_file(pc_json_file, pc_str) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -709,7 +709,7 @@ def test_proto_mix( """ proto1 = protos[0] proto2 = protos[1] - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup(protocol=proto1) diff --git a/tests_python/tests_014/test_multiple_transfers.py b/tests_python/tests_014/test_multiple_transfers.py index 3044fcb3d333..cb56ff9945e5 100644 --- a/tests_python/tests_014/test_multiple_transfers.py +++ b/tests_python/tests_014/test_multiple_transfers.py @@ -1,4 +1,4 @@ -"""Test the multiple transfer feature of tezos-client""" +"""Test the multiple transfer feature of octez-client""" import os import json import pytest diff --git a/tests_python/tests_014/test_multisig.py b/tests_python/tests_014/test_multisig.py index 06108327a82c..625085301b3a 100644 --- a/tests_python/tests_014/test_multisig.py +++ b/tests_python/tests_014/test_multisig.py @@ -1,4 +1,4 @@ -# tezos-client has builtin support for multisig smart contracts. See +# octez-client has builtin support for multisig smart contracts. See # docs/user/multisig.rst for more details about it. # This file tests the client multisig support; more precisely it tests diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_first_transfer.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_first_transfer.out index 7f9c922aa7a2..929e0fa3b6e1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_first_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_first_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_second_transfer.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_second_transfer.out index 4a883328331f..03154de622ae 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_second_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_second_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_third_transfer.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_third_transfer.out index c458a2d893da..fd79c132dbb8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_third_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_add_third_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_clear_transfer.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_clear_transfer.out index 2a702a2e72bb..1b6e0e92ad75 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_clear_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_clear_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_origination.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_origination.out index edac7a21c45f..4c091ef8aa5a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_origination.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestCreateRemoveTickets::test_add_clear_tickets_origination.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out index f67b863c070f..dd54c2cb6985 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out index 43868e725090..165834806ae9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out index 9255ae326f87..e94f85dd7b13 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out index 39f342947113..59ab6167309b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out index 43568f78265c..44dfae670902 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_receive_tickets_in_big_map_originate.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_receive_tickets_in_big_map_originate.out index 69aebf52663d..184a260ed971 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_receive_tickets_in_big_map_originate.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_receive_tickets_in_big_map_originate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map.out index ccad6f531a17..517a81a34975 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map_originate.out b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map_originate.out index 862a7913a98a..3dd3e89806bb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map_originate.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract.TestSendTicketsInBigMap::test_send_tickets_in_big_map_originate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out index ff53747a8019..a99b6e051696 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out index 8f9e4e1f2928..e7134e182917 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -95,7 +95,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out index cb698056359a..c44559638f85 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out index 68421c431d9a..620d1765ace0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -91,7 +91,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out index 1905adf6e0dc..847a66ace44e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out index 4f802cd6ad13..710a2f354123 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out index 87f1057f8836..0df3983a9093 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out index d6f26a35847b..3c557b8475f5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out index 2396920a2097..1a134fbb6d8f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out index 2b9d50b3de46..0c8aa30186f0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -39,7 +39,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -73,7 +73,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -118,7 +118,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out index 60baeabda7a9..623f1bddf1c6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out index 017cd34d92b8..d1828b5244a7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out index 8107852d8fe4..3062f6f75122 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out index e9d7ebe56bba..9ae7a4b394ba 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out +++ b/tests_python/tests_015/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -50,7 +50,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out index 5c1151481267..ca4dd4a576c1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out index 663d72d7e86d..d40629bea472 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out index 1fe91c93a031..57f8b5947364 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out index 6999960a919e..b39f2312dcc1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out index d5505f3eeb71..ca2f852ee507 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out index c40c5b25e5cb..e8cd2f229a39 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out index 8cef83bd0648..71c0734d96ff 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out index a710653ab279..37712ba2c2c1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out index c54b65be8d01..c28d9e987d23 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out index 60e56b304d47..703dea4c6d31 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out index bb80c7d10bfd..502276ae4976 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out index d4c62d0827fe..9b5f50ebeb77 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out index 06de0a69bec7..7577baa96879 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out index 7ef588b2865a..050d3447fc32 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out index c624bc70141a..db2a437693d4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out index 4bbf2997bcf9..66605a7cab89 100644 --- a/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out +++ b/tests_python/tests_015/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_015/conftest.py b/tests_python/tests_015/conftest.py index a3beb1263f54..a1e49641cd6b 100644 --- a/tests_python/tests_015/conftest.py +++ b/tests_python/tests_015/conftest.py @@ -112,7 +112,7 @@ def mockup_client(sandbox: Sandbox) -> Iterator[Client]: a mockup using custom arguments; you MUST do the same as this method. """ - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( protocol=protocol.HASH diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index 028ee2851926..a996e60fa6b1 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -17,7 +17,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", - "tezos-client", + "octez-client", "tezos-admin-client", "tezos-protocol-compiler", "octez-node", diff --git a/tests_python/tests_015/test_client_without_node.py b/tests_python/tests_015/test_client_without_node.py index 14b781801870..f07d0da3cc67 100644 --- a/tests_python/tests_015/test_client_without_node.py +++ b/tests_python/tests_015/test_client_without_node.py @@ -197,11 +197,11 @@ class TestConfigInit: works and yields valid json. """ try: - out_file = tempfile.mktemp(prefix='tezos-client.config_file') + out_file = tempfile.mktemp(prefix='octez-client.config_file') in_file = None if config_dict is not None: - in_file = tempfile.mktemp(prefix='tezos-client.config_file') + in_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file, config_dict) cmd = _with_config_file_cmd( @@ -220,8 +220,8 @@ class TestConfigInit: self, nodeless_client: Client, config_dict: Optional[dict] ): """Tests that calling `config init -o tmp_file` and - feeding its result to `tezos-client --config-file` works - and yields the same result (i.e. calling `tezos-client + feeding its result to `octez-client --config-file` works + and yields the same result (i.e. calling `octez-client --config-file tmp_file config init -o tmp_file2 yields a `tmp_file2` that is similar to `tmp_file`). @@ -232,7 +232,7 @@ class TestConfigInit: if config_dict is None: # Take initial json from default output of `config init` - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') cmd = ["config", "init", "-o", tmp_file1] nodeless_client.run(cmd) with open(tmp_file1) as handle: @@ -248,13 +248,13 @@ class TestConfigInit: # Take initial json from config_dict # Write config_dict to a file - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') json1 = _write_config_file( nodeless_client, tmp_file1, config_dict ) # Execute `config init -o` - tmp_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file2 = tempfile.mktemp(prefix='octez-client.config_file') cmd = _with_config_file_cmd( tmp_file1, ["config", "init", "-o", tmp_file2] ) @@ -287,7 +287,7 @@ def _cmd_line_flag_to_json_field(cmd_line_flag: str): @pytest.mark.client @pytest.mark.parametrize('config_dict', _INPUT_CONFIG_FILES) class TestConfigShow: - """Tests of `tezos-client config show`""" + """Tests of `octez-client config show`""" def test_config_show( self, nodeless_client: Client, config_dict: Optional[dict] @@ -299,7 +299,7 @@ class TestConfigShow: try: tmp_file = None if config_dict is not None: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) @@ -331,7 +331,7 @@ class TestConfigShow: in_file1 = None in_file2 = None if config_dict is not None: - in_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file1 = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file1, config_dict) cmd = [] @@ -356,7 +356,7 @@ class TestConfigShow: f" config show yielded {output_value}" ) assert output_value == input_value, err_msg - in_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file2 = tempfile.mktemp(prefix='octez-client.config_file') # Write output of first call to `config show` to disk, # to pass it to second call below with open(in_file2, 'w') as handle: @@ -380,7 +380,7 @@ class TestConfigShow: @pytest.mark.client class TestConfigValid: - """Tests of validity of tezos-client config""" + """Tests of validity of octez-client config""" def test_config_node_port(self, nodeless_client: Client): """ @@ -424,7 +424,7 @@ class TestConfigValid: self, nodeless_client: Client, config_dict: dict ): try: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) diff --git a/tests_python/tests_015/test_contract.py b/tests_python/tests_015/test_contract.py index 99f39557a1a4..0c596355288e 100644 --- a/tests_python/tests_015/test_contract.py +++ b/tests_python/tests_015/test_contract.py @@ -1825,7 +1825,7 @@ class TestBadAnnotation: name = 'bad_annot.tz' contract = session[name] - # This was produced by running "tezos-client hash data '{ UNIT + # This was produced by running "octez-client hash data '{ UNIT # ; PAIR ; CAR %faa }' of type 'lambda unit unit'" and # replacing the two last bytes (that correspond to the two # 'a's at the end of the annotation) by the 0xff byte which is @@ -1940,7 +1940,7 @@ class TestScriptHashOrigination: @pytest.mark.contract class TestScriptHashMultiple: - """Test tezos-client hash script with diffent number and type of + """Test octez-client hash script with diffent number and type of arguments""" def test_contract_hashes_empty(self, client: Client): diff --git a/tests_python/tests_015/test_contract_baker.py b/tests_python/tests_015/test_contract_baker.py index 73dfd0cd43a5..013ca9e138c4 100644 --- a/tests_python/tests_015/test_contract_baker.py +++ b/tests_python/tests_015/test_contract_baker.py @@ -25,7 +25,7 @@ class TestOriginationCall: # Unsolved mystery: # client.wait_for_inclusion(origination.operation_hash) - # fails sometimes with tezos-client crashing. Maybe caused with + # fails sometimes with octez-client crashing. Maybe caused with # subprocess captured of forked process output? # # Safer to poll with `check_block_contain_operations` diff --git a/tests_python/tests_015/test_contract_opcodes.py b/tests_python/tests_015/test_contract_opcodes.py index fb1254e60712..7b35f161b042 100644 --- a/tests_python/tests_015/test_contract_opcodes.py +++ b/tests_python/tests_015/test_contract_opcodes.py @@ -1481,7 +1481,7 @@ class TestContractOpcodes: assert run_script_res.storage == str(int(1000000 * balance)) def test_now(self, client_regtest: ClientRegression): - """Test that the --now flag of 'tezos-client run script' affects the + """Test that the --now flag of 'octez-client run script' affects the value returned by the NOW instruction. See also test_contract_onchain_opcodes.py for a complementary test of the NOW instruction.""" @@ -1500,7 +1500,7 @@ class TestContractOpcodes: assert run_script_res.storage == f'"{now}"' def test_level(self, client_regtest: ClientRegression): - """Test that the --level flag of 'tezos-client run script' affects the + """Test that the --level flag of 'octez-client run script' affects the value returned by the LEVEL instruction. See also test_contract_onchain_opcodes.py for a complementary test of the LEVEL instuction.""" diff --git a/tests_python/tests_015/test_fa12.py b/tests_python/tests_015/test_fa12.py index ce94cc066e46..c2dc1f68a9f3 100644 --- a/tests_python/tests_015/test_fa12.py +++ b/tests_python/tests_015/test_fa12.py @@ -1,4 +1,4 @@ -"""This file tests the tezos-client commands offering support for the +"""This file tests the octez-client commands offering support for the FA1.2 standard. Several implementations of the standard are tested.""" import json diff --git a/tests_python/tests_015/test_mockup.py b/tests_python/tests_015/test_mockup.py index 984f68e48c5b..c0dd5e5a94ba 100644 --- a/tests_python/tests_015/test_mockup.py +++ b/tests_python/tests_015/test_mockup.py @@ -1,4 +1,4 @@ -""" This file tests the mockup mode (tezos-client --mode mockup). +""" This file tests the mockup mode (octez-client --mode mockup). In this mode the client does not need a node running. Make sure to either use the fixture mockup_client or @@ -29,7 +29,7 @@ _PC_FLAG = "protocol-constants" @pytest.mark.client def test_list_mockup_protocols(sandbox: Sandbox): - """Executes `tezos-client list mockup protocols` + """Executes `octez-client list mockup protocols` The call must succeed and return a non empty list. """ try: @@ -42,11 +42,11 @@ def test_list_mockup_protocols(sandbox: Sandbox): @pytest.mark.client def test_create_mockup_dir_exists_nonempty(sandbox: Sandbox): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir is a non empty directory which is NOT a mockup directory. The call must fail. """ - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Make the directory not empty with open(os.path.join(base_dir, "whatever"), "w") as handle: handle.write("") @@ -74,7 +74,7 @@ def test_retrieve_addresses(mockup_client: Client): @pytest.mark.client def test_create_mockup_already_initialized(mockup_client: Client): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir is not fresh. The call must fail. """ @@ -88,7 +88,7 @@ def test_create_mockup_already_initialized(mockup_client: Client): @pytest.mark.client def test_transfer(mockup_client: Client): - """Executes `tezos-client --base-dir /tmp/mdir -M mockup + """Executes `octez-client --base-dir /tmp/mdir -M mockup transfer 1 from bootstrap1 to bootstrap2` in a valid mockup environment. The call must succeed and the balances must be updated correctly. @@ -126,7 +126,7 @@ def test_transfer(mockup_client: Client): def test_create_mockup_custom_constants( sandbox: Sandbox, chain_id: str, initial_timestamp: str ): - """Tests `tezos-client create mockup` --protocols-constants argument + """Tests `octez-client create mockup` --protocols-constants argument The call must succeed. Args: @@ -136,7 +136,7 @@ def test_create_mockup_custom_constants( """ # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-custom-constants', mode='w+t' ) as json_file: @@ -188,14 +188,14 @@ def _create_accounts_list(): @pytest.mark.client def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): - """Tests `tezos-client create mockup` --bootstrap-accounts argument + """Tests `octez-client create mockup` --bootstrap-accounts argument The call must succeed. """ accounts_list = _create_accounts_list() # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as json_file: @@ -216,7 +216,7 @@ def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): @pytest.mark.client def test_transfer_bad_base_dir(sandbox: Sandbox): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir looks like a dubious base directory. Checks that a warning is printed. """ @@ -254,7 +254,7 @@ def test_transfer_bad_base_dir(sandbox: Sandbox): @pytest.mark.client def test_config_show_mockup(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` in + """Executes `octez-client --mode mockup config show` in a state where it should succeed. """ mockup_client.run_generic(["--protocol", protocol.HASH, "config", "show"]) @@ -262,7 +262,7 @@ def test_config_show_mockup(mockup_client: Client): @pytest.mark.client def test_config_show_mockup_fail(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` when + """Executes `octez-client --mode mockup config show` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -280,7 +280,7 @@ def test_config_show_mockup_fail(mockup_client: Client): @pytest.mark.client def test_config_init_mockup(mockup_client: Client): - """Executes `tezos-client config init mockup` in + """Executes `octez-client config init mockup` in a state where it should succeed. """ # We cannot use NamedTemporaryFile because `config init mockup` @@ -315,7 +315,7 @@ def test_config_init_mockup(mockup_client: Client): @pytest.mark.client def test_config_init_mockup_fail(mockup_client: Client): - """Executes `tezos-client config init mockup` when + """Executes `octez-client config init mockup` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -508,7 +508,7 @@ def _test_create_mockup_init_show_roundtrip( with open(ba_file, 'w') as handle: handle.write(bootstrap_json) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -561,19 +561,19 @@ def _test_create_mockup_init_show_roundtrip( # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as ba_json_file, tempfile.NamedTemporaryFile( prefix='tezos-proto-consts', mode='w+t' ) as pc_json_file, tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir: write_file(ba_json_file, ba_str) write_file(pc_json_file, pc_str) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -861,7 +861,7 @@ def test_proto_mix( """ proto1 = protos[0] proto2 = protos[1] - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup(protocol=proto1) diff --git a/tests_python/tests_015/test_multiple_transfers.py b/tests_python/tests_015/test_multiple_transfers.py index 3044fcb3d333..cb56ff9945e5 100644 --- a/tests_python/tests_015/test_multiple_transfers.py +++ b/tests_python/tests_015/test_multiple_transfers.py @@ -1,4 +1,4 @@ -"""Test the multiple transfer feature of tezos-client""" +"""Test the multiple transfer feature of octez-client""" import os import json import pytest diff --git a/tests_python/tests_015/test_multisig.py b/tests_python/tests_015/test_multisig.py index 06108327a82c..625085301b3a 100644 --- a/tests_python/tests_015/test_multisig.py +++ b/tests_python/tests_015/test_multisig.py @@ -1,4 +1,4 @@ -# tezos-client has builtin support for multisig smart contracts. See +# octez-client has builtin support for multisig smart contracts. See # docs/user/multisig.rst for more details about it. # This file tests the client multisig support; more precisely it tests diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out index afbd9beee2b9..cd9e90251b0f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_origination.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out index 989846230cf7..6352e5b20330 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestOriginateContractFromContract::test_originate_contract_from_contract_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out index f4f873f2cd36..100b53281218 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_receiver.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out index 4b2fc0a3f183..df604253e770 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_self_address_originate_sender.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out index 9274725b9fc3..88435a2915ae 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestSelfAddressTransfer::test_send_self_address.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out index 29a77c3a2bdc..d256b4e4d48f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractBigMapOrigination::test_big_map_origination_literal.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out index 3fb605b5c82b..69d6bbb732d5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainLevel::test_level.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -95,7 +95,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out index b2c7c9f43da0..d2cfed9adff6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_init_proxy.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out index e5b89b30a9a9..5f24d1b3e9fa 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_set_delegate.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -91,7 +91,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out index 4c00f7d08acc..2d063a4781f0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out index af30b44cdf85..de3da38e0b2d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_slice_success[(Pair 0xe009ab79e8b84ef0e55c43a9a857214d8761e67b.7da5c9014e.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out index 6f6c41fbcf84..d41451550e3a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_source.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out index 7e550ab329b0..dc3e91341197 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_bytes.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out index 91b26c5d34e4..0e2d2bdcb881 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_split_string.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -74,7 +74,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out index 5361f54eed8c..d70bef25a5ec 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_store_input.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -39,7 +39,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -73,7 +73,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -118,7 +118,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out index 74e221aece32..9cb43b5a69c8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out index 2e099e0fbd8b..09283d70668b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_trace_origination[compare_big_type2.tz].out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out index 6164b83dda2d..67b3d0875a80 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_amount.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -52,7 +52,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out index de9b508e33e7..3eeebf047ef2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_contract_onchain_opcodes.TestContractOnchainOpcodes::test_transfer_tokens.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -50,7 +50,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out index 40c0c63653be..7f3c747ed8d6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out index 3fbee3571326..423b2a3f4493 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approval.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out index 679edca8056c..5dbe4cb73767 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_approved_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out index 80142791abe1..df4ddf64a681 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out index dcd38cad4d96..b0667422606e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out index 2c7c4340f94a..84c73b1370e1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out index 8065b09ed872..3cd071192da3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out index 54d451da4bd0..f99ab4e6780f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestAddApproveTransferRemove::test_remove_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out index cf16489bb7e8..8e094a4aa335 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_add_liquidity.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out index b123ee7fd4c8..f148e9b9c862 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_buy_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out index 128239aa7daf..395d953b04f6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve1.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out index e84e0dc488a6..011f150a5174 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve2.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out index 30d0edff5af7..8792872f8b92 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_approve3.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out index 701e5e00f755..ce4a662da1e0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_call_mint_or_burn.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out index 0529fe3bcf1a..576432b656bf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_sell_tok.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out index 8b7de858f13a..f88bf06ad21f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out +++ b/tests_python/tests_alpha/_regtest_outputs/test_liquidity_baking.TestTrades::test_transfer.out @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[BLOCK_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [BLOCK_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tests_python/tests_alpha/conftest.py b/tests_python/tests_alpha/conftest.py index bd7ea62b7033..60b6a82a7291 100644 --- a/tests_python/tests_alpha/conftest.py +++ b/tests_python/tests_alpha/conftest.py @@ -112,7 +112,7 @@ def mockup_client(sandbox: Sandbox) -> Iterator[Client]: a mockup using custom arguments; you MUST do the same as this method. """ - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( protocol=protocol.HASH diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index 028ee2851926..a996e60fa6b1 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -17,7 +17,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", - "tezos-client", + "octez-client", "tezos-admin-client", "tezos-protocol-compiler", "octez-node", diff --git a/tests_python/tests_alpha/test_client_without_node.py b/tests_python/tests_alpha/test_client_without_node.py index 14b781801870..f07d0da3cc67 100644 --- a/tests_python/tests_alpha/test_client_without_node.py +++ b/tests_python/tests_alpha/test_client_without_node.py @@ -197,11 +197,11 @@ class TestConfigInit: works and yields valid json. """ try: - out_file = tempfile.mktemp(prefix='tezos-client.config_file') + out_file = tempfile.mktemp(prefix='octez-client.config_file') in_file = None if config_dict is not None: - in_file = tempfile.mktemp(prefix='tezos-client.config_file') + in_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file, config_dict) cmd = _with_config_file_cmd( @@ -220,8 +220,8 @@ class TestConfigInit: self, nodeless_client: Client, config_dict: Optional[dict] ): """Tests that calling `config init -o tmp_file` and - feeding its result to `tezos-client --config-file` works - and yields the same result (i.e. calling `tezos-client + feeding its result to `octez-client --config-file` works + and yields the same result (i.e. calling `octez-client --config-file tmp_file config init -o tmp_file2 yields a `tmp_file2` that is similar to `tmp_file`). @@ -232,7 +232,7 @@ class TestConfigInit: if config_dict is None: # Take initial json from default output of `config init` - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') cmd = ["config", "init", "-o", tmp_file1] nodeless_client.run(cmd) with open(tmp_file1) as handle: @@ -248,13 +248,13 @@ class TestConfigInit: # Take initial json from config_dict # Write config_dict to a file - tmp_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file1 = tempfile.mktemp(prefix='octez-client.config_file') json1 = _write_config_file( nodeless_client, tmp_file1, config_dict ) # Execute `config init -o` - tmp_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file2 = tempfile.mktemp(prefix='octez-client.config_file') cmd = _with_config_file_cmd( tmp_file1, ["config", "init", "-o", tmp_file2] ) @@ -287,7 +287,7 @@ def _cmd_line_flag_to_json_field(cmd_line_flag: str): @pytest.mark.client @pytest.mark.parametrize('config_dict', _INPUT_CONFIG_FILES) class TestConfigShow: - """Tests of `tezos-client config show`""" + """Tests of `octez-client config show`""" def test_config_show( self, nodeless_client: Client, config_dict: Optional[dict] @@ -299,7 +299,7 @@ class TestConfigShow: try: tmp_file = None if config_dict is not None: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) @@ -331,7 +331,7 @@ class TestConfigShow: in_file1 = None in_file2 = None if config_dict is not None: - in_file1 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file1 = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, in_file1, config_dict) cmd = [] @@ -356,7 +356,7 @@ class TestConfigShow: f" config show yielded {output_value}" ) assert output_value == input_value, err_msg - in_file2 = tempfile.mktemp(prefix='tezos-client.config_file') + in_file2 = tempfile.mktemp(prefix='octez-client.config_file') # Write output of first call to `config show` to disk, # to pass it to second call below with open(in_file2, 'w') as handle: @@ -380,7 +380,7 @@ class TestConfigShow: @pytest.mark.client class TestConfigValid: - """Tests of validity of tezos-client config""" + """Tests of validity of octez-client config""" def test_config_node_port(self, nodeless_client: Client): """ @@ -424,7 +424,7 @@ class TestConfigValid: self, nodeless_client: Client, config_dict: dict ): try: - tmp_file = tempfile.mktemp(prefix='tezos-client.config_file') + tmp_file = tempfile.mktemp(prefix='octez-client.config_file') _write_config_file(nodeless_client, tmp_file, config_dict) cmd = _with_config_file_cmd(tmp_file, ["config", "show"]) diff --git a/tests_python/tests_alpha/test_contract.py b/tests_python/tests_alpha/test_contract.py index ca5e7937a8a5..305d62c0dad8 100644 --- a/tests_python/tests_alpha/test_contract.py +++ b/tests_python/tests_alpha/test_contract.py @@ -1825,7 +1825,7 @@ class TestBadAnnotation: name = 'bad_annot.tz' contract = session[name] - # This was produced by running "tezos-client hash data '{ UNIT + # This was produced by running "octez-client hash data '{ UNIT # ; PAIR ; CAR %faa }' of type 'lambda unit unit'" and # replacing the two last bytes (that correspond to the two # 'a's at the end of the annotation) by the 0xff byte which is @@ -1905,7 +1905,7 @@ class TestScriptHashOrigination: @pytest.mark.contract class TestScriptHashMultiple: - """Test tezos-client hash script with diffent number and type of + """Test octez-client hash script with diffent number and type of arguments""" def test_contract_hashes_empty(self, client: Client): diff --git a/tests_python/tests_alpha/test_contract_baker.py b/tests_python/tests_alpha/test_contract_baker.py index 73dfd0cd43a5..013ca9e138c4 100644 --- a/tests_python/tests_alpha/test_contract_baker.py +++ b/tests_python/tests_alpha/test_contract_baker.py @@ -25,7 +25,7 @@ class TestOriginationCall: # Unsolved mystery: # client.wait_for_inclusion(origination.operation_hash) - # fails sometimes with tezos-client crashing. Maybe caused with + # fails sometimes with octez-client crashing. Maybe caused with # subprocess captured of forked process output? # # Safer to poll with `check_block_contain_operations` diff --git a/tests_python/tests_alpha/test_contract_opcodes.py b/tests_python/tests_alpha/test_contract_opcodes.py index fb1254e60712..7b35f161b042 100644 --- a/tests_python/tests_alpha/test_contract_opcodes.py +++ b/tests_python/tests_alpha/test_contract_opcodes.py @@ -1481,7 +1481,7 @@ class TestContractOpcodes: assert run_script_res.storage == str(int(1000000 * balance)) def test_now(self, client_regtest: ClientRegression): - """Test that the --now flag of 'tezos-client run script' affects the + """Test that the --now flag of 'octez-client run script' affects the value returned by the NOW instruction. See also test_contract_onchain_opcodes.py for a complementary test of the NOW instruction.""" @@ -1500,7 +1500,7 @@ class TestContractOpcodes: assert run_script_res.storage == f'"{now}"' def test_level(self, client_regtest: ClientRegression): - """Test that the --level flag of 'tezos-client run script' affects the + """Test that the --level flag of 'octez-client run script' affects the value returned by the LEVEL instruction. See also test_contract_onchain_opcodes.py for a complementary test of the LEVEL instuction.""" diff --git a/tests_python/tests_alpha/test_fa12.py b/tests_python/tests_alpha/test_fa12.py index ce94cc066e46..c2dc1f68a9f3 100644 --- a/tests_python/tests_alpha/test_fa12.py +++ b/tests_python/tests_alpha/test_fa12.py @@ -1,4 +1,4 @@ -"""This file tests the tezos-client commands offering support for the +"""This file tests the octez-client commands offering support for the FA1.2 standard. Several implementations of the standard are tested.""" import json diff --git a/tests_python/tests_alpha/test_mockup.py b/tests_python/tests_alpha/test_mockup.py index 0a9e2610068b..258e9061a781 100644 --- a/tests_python/tests_alpha/test_mockup.py +++ b/tests_python/tests_alpha/test_mockup.py @@ -1,4 +1,4 @@ -""" This file tests the mockup mode (tezos-client --mode mockup). +""" This file tests the mockup mode (octez-client --mode mockup). In this mode the client does not need a node running. Make sure to either use the fixture mockup_client or @@ -46,7 +46,7 @@ _PC_FLAG = "protocol-constants" def test_create_mockup_custom_constants( sandbox: Sandbox, chain_id: str, initial_timestamp: str ): - """Tests `tezos-client create mockup` --protocols-constants argument + """Tests `octez-client create mockup` --protocols-constants argument The call must succeed. Args: @@ -56,7 +56,7 @@ def test_create_mockup_custom_constants( """ # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-custom-constants', mode='w+t' ) as json_file: @@ -108,14 +108,14 @@ def _create_accounts_list(): @pytest.mark.client def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): - """Tests `tezos-client create mockup` --bootstrap-accounts argument + """Tests `octez-client create mockup` --bootstrap-accounts argument The call must succeed. """ accounts_list = _create_accounts_list() # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as json_file: @@ -136,7 +136,7 @@ def test_create_mockup_custom_bootstrap_accounts(sandbox: Sandbox): @pytest.mark.client def test_transfer_bad_base_dir(sandbox: Sandbox): - """Executes `tezos-client --base-dir /tmp/mdir create mockup` + """Executes `octez-client --base-dir /tmp/mdir create mockup` when /tmp/mdir looks like a dubious base directory. Checks that a warning is printed. """ @@ -174,7 +174,7 @@ def test_transfer_bad_base_dir(sandbox: Sandbox): @pytest.mark.client def test_config_show_mockup(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` in + """Executes `octez-client --mode mockup config show` in a state where it should succeed. """ mockup_client.run_generic(["--protocol", protocol.HASH, "config", "show"]) @@ -182,7 +182,7 @@ def test_config_show_mockup(mockup_client: Client): @pytest.mark.client def test_config_show_mockup_fail(mockup_client: Client): - """Executes `tezos-client --mode mockup config show` when + """Executes `octez-client --mode mockup config show` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -200,7 +200,7 @@ def test_config_show_mockup_fail(mockup_client: Client): @pytest.mark.client def test_config_init_mockup(mockup_client: Client): - """Executes `tezos-client config init mockup` in + """Executes `octez-client config init mockup` in a state where it should succeed. """ # We cannot use NamedTemporaryFile because `config init mockup` @@ -235,7 +235,7 @@ def test_config_init_mockup(mockup_client: Client): @pytest.mark.client def test_config_init_mockup_fail(mockup_client: Client): - """Executes `tezos-client config init mockup` when + """Executes `octez-client config init mockup` when base dir is NOT a mockup. It should fail as this is dangerous (the default base directory could contain sensitive data, such as private keys) @@ -428,7 +428,7 @@ def _test_create_mockup_init_show_roundtrip( with open(ba_file, 'w') as handle: handle.write(bootstrap_json) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -481,19 +481,19 @@ def _test_create_mockup_init_show_roundtrip( # Use another directory so that the constants change takes effect with tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir, tempfile.NamedTemporaryFile( prefix='tezos-bootstrap-accounts', mode='w+t' ) as ba_json_file, tempfile.NamedTemporaryFile( prefix='tezos-proto-consts', mode='w+t' ) as pc_json_file, tempfile.TemporaryDirectory( - prefix='tezos-client.' + prefix='octez-client.' ) as base_dir: write_file(ba_json_file, ba_str) write_file(pc_json_file, pc_str) - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup( @@ -781,7 +781,7 @@ def test_proto_mix( """ proto1 = protos[0] proto2 = protos[1] - with tempfile.TemporaryDirectory(prefix='tezos-client.') as base_dir: + with tempfile.TemporaryDirectory(prefix='octez-client.') as base_dir: # Follow pattern of mockup_client fixture: unmanaged_client = sandbox.create_client(base_dir=base_dir) res = unmanaged_client.create_mockup(protocol=proto1) diff --git a/tests_python/tests_alpha/test_multiple_transfers.py b/tests_python/tests_alpha/test_multiple_transfers.py index 3044fcb3d333..cb56ff9945e5 100644 --- a/tests_python/tests_alpha/test_multiple_transfers.py +++ b/tests_python/tests_alpha/test_multiple_transfers.py @@ -1,4 +1,4 @@ -"""Test the multiple transfer feature of tezos-client""" +"""Test the multiple transfer feature of octez-client""" import os import json import pytest diff --git a/tests_python/tests_alpha/test_multisig.py b/tests_python/tests_alpha/test_multisig.py index 06108327a82c..625085301b3a 100644 --- a/tests_python/tests_alpha/test_multisig.py +++ b/tests_python/tests_alpha/test_multisig.py @@ -1,4 +1,4 @@ -# tezos-client has builtin support for multisig smart contracts. See +# octez-client has builtin support for multisig smart contracts. See # docs/user/multisig.rst for more details about it. # This file tests the client multisig support; more precisely it tests -- GitLab From ffb16275f5af99f30f9e8a7c5afb5f0176c362b1 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:52 -0400 Subject: [PATCH 46/74] Python tests: Rename tezos-admin-client to octez-admin-client --- tests_python/client/client.py | 4 ++-- tests_python/conftest.py | 2 +- tests_python/launchers/sandbox.py | 2 +- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests_python/client/client.py b/tests_python/client/client.py index 589f8e456a8c..ac384f598fa6 100644 --- a/tests_python/client/client.py +++ b/tests_python/client/client.py @@ -20,7 +20,7 @@ class Client: """Client to a Tezos node. Manage the persistent client state and provides methods to call - octez-client/tezos-admin-client commands, and return structured + octez-client/octez-admin-client commands, and return structured representation of the client output. The most generic method to call the client is `run`. It calls the client @@ -137,7 +137,7 @@ class Client: Args: params (list): list of parameters given to the octez-client, admin (bool): False to call octez-client, True to call - tezos-admin-client + octez-admin-client check (bool): raises an exception if client call fails trace (bool): use '-l' option to trace RPCs stdin (string): string that will be passed as standard diff --git a/tests_python/conftest.py b/tests_python/conftest.py index a930e0271bc5..c78d86e89eb1 100644 --- a/tests_python/conftest.py +++ b/tests_python/conftest.py @@ -155,7 +155,7 @@ def _wrap_path(binary: str) -> str: CLIENT = 'octez-client' -CLIENT_ADMIN = 'tezos-admin-client' +CLIENT_ADMIN = 'octez-admin-client' @pytest.fixture(scope="class") diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index 26cda74a2795..c183163849e8 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -10,7 +10,7 @@ from daemons.node import Node NODE = 'octez-node' CLIENT = 'octez-client' -CLIENT_ADMIN = 'tezos-admin-client' +CLIENT_ADMIN = 'octez-admin-client' BAKER = 'tezos-baker' ENDORSER = 'tezos-endorser' ACCUSER = 'tezos-accuser' diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index a996e60fa6b1..e61d314e322f 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -18,7 +18,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", "octez-client", - "tezos-admin-client", + "octez-admin-client", "tezos-protocol-compiler", "octez-node", "tezos-snoop", diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index a996e60fa6b1..e61d314e322f 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -18,7 +18,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", "octez-client", - "tezos-admin-client", + "octez-admin-client", "tezos-protocol-compiler", "octez-node", "tezos-snoop", diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index a996e60fa6b1..e61d314e322f 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -18,7 +18,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", "octez-client", - "tezos-admin-client", + "octez-admin-client", "tezos-protocol-compiler", "octez-node", "tezos-snoop", diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index a996e60fa6b1..e61d314e322f 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -18,7 +18,7 @@ PROTO_BINARIES = [ BINARIES = [ "tezos-codec", "octez-client", - "tezos-admin-client", + "octez-admin-client", "tezos-protocol-compiler", "octez-node", "tezos-snoop", -- GitLab From a7f37f4868a659c35bfaa8b903439d18cdecf988 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 47/74] Python tests: Rename tezos-codec to octez-codec --- tests_python/codec/codec.py | 4 ++-- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests_python/codec/codec.py b/tests_python/codec/codec.py index cd0ee6848d78..032ea3a5ba1d 100644 --- a/tests_python/codec/codec.py +++ b/tests_python/codec/codec.py @@ -14,7 +14,7 @@ class Codec: Tezos node. This class offers two commands `encode` and `decode`. The encoding - name can be obtained using `tezos-codec list encodings`. + name can be obtained using `octez-codec list encodings`. """ def __init__(self, codec_path: str): @@ -29,7 +29,7 @@ class Codec: def run(self, params: List[str], check: bool = True) -> str: """ Args: - params (list): list of parameters given to the tezos-codec, + params (list): list of parameters given to the octez-codec, check (bool): raises an exception if codec call fails """ cmd = [self._codec] + params diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index e61d314e322f..d60d4024a3a2 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -16,7 +16,7 @@ PROTO_BINARIES = [ ] BINARIES = [ - "tezos-codec", + "octez-codec", "octez-client", "octez-admin-client", "tezos-protocol-compiler", diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index e61d314e322f..d60d4024a3a2 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -16,7 +16,7 @@ PROTO_BINARIES = [ ] BINARIES = [ - "tezos-codec", + "octez-codec", "octez-client", "octez-admin-client", "tezos-protocol-compiler", diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index e61d314e322f..d60d4024a3a2 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -16,7 +16,7 @@ PROTO_BINARIES = [ ] BINARIES = [ - "tezos-codec", + "octez-codec", "octez-client", "octez-admin-client", "tezos-protocol-compiler", diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index e61d314e322f..d60d4024a3a2 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -16,7 +16,7 @@ PROTO_BINARIES = [ ] BINARIES = [ - "tezos-codec", + "octez-codec", "octez-client", "octez-admin-client", "tezos-protocol-compiler", -- GitLab From cb4f6927037da082f8cd13df39357fddaab286cf Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 48/74] Python tests: Rename tezos-validator to octez-validator --- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index d60d4024a3a2..3fa06ed532bf 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -22,7 +22,7 @@ BINARIES = [ "tezos-protocol-compiler", "octez-node", "tezos-snoop", - "tezos-validator", + "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index d60d4024a3a2..3fa06ed532bf 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -22,7 +22,7 @@ BINARIES = [ "tezos-protocol-compiler", "octez-node", "tezos-snoop", - "tezos-validator", + "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index d60d4024a3a2..3fa06ed532bf 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -22,7 +22,7 @@ BINARIES = [ "tezos-protocol-compiler", "octez-node", "tezos-snoop", - "tezos-validator", + "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index d60d4024a3a2..3fa06ed532bf 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -22,7 +22,7 @@ BINARIES = [ "tezos-protocol-compiler", "octez-node", "tezos-snoop", - "tezos-validator", + "octez-validator", ] + PROTO_BINARIES -- GitLab From 1702b806d2239fa7cf20dd9d35b0a19053d2db8c Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 49/74] Python tests: Rename tezos-snoop to octez-snoop --- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index 3fa06ed532bf..66adae3aaf9c 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -21,7 +21,7 @@ BINARIES = [ "octez-admin-client", "tezos-protocol-compiler", "octez-node", - "tezos-snoop", + "octez-snoop", "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index 3fa06ed532bf..66adae3aaf9c 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -21,7 +21,7 @@ BINARIES = [ "octez-admin-client", "tezos-protocol-compiler", "octez-node", - "tezos-snoop", + "octez-snoop", "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index 3fa06ed532bf..66adae3aaf9c 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -21,7 +21,7 @@ BINARIES = [ "octez-admin-client", "tezos-protocol-compiler", "octez-node", - "tezos-snoop", + "octez-snoop", "octez-validator", ] + PROTO_BINARIES diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index 3fa06ed532bf..66adae3aaf9c 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -21,7 +21,7 @@ BINARIES = [ "octez-admin-client", "tezos-protocol-compiler", "octez-node", - "tezos-snoop", + "octez-snoop", "octez-validator", ] + PROTO_BINARIES -- GitLab From 83deada15d19707f1562282f787fe24a60857fb0 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 50/74] Python tests: Rename tezos-protocol-compiler to octez-protocol-compiler --- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- tests_python/tools/constants.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index 66adae3aaf9c..ce78c9b32e3c 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -19,7 +19,7 @@ BINARIES = [ "octez-codec", "octez-client", "octez-admin-client", - "tezos-protocol-compiler", + "octez-protocol-compiler", "octez-node", "octez-snoop", "octez-validator", diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index 66adae3aaf9c..ce78c9b32e3c 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -19,7 +19,7 @@ BINARIES = [ "octez-codec", "octez-client", "octez-admin-client", - "tezos-protocol-compiler", + "octez-protocol-compiler", "octez-node", "octez-snoop", "octez-validator", diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index 66adae3aaf9c..ce78c9b32e3c 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -19,7 +19,7 @@ BINARIES = [ "octez-codec", "octez-client", "octez-admin-client", - "tezos-protocol-compiler", + "octez-protocol-compiler", "octez-node", "octez-snoop", "octez-validator", diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index 66adae3aaf9c..ce78c9b32e3c 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -19,7 +19,7 @@ BINARIES = [ "octez-codec", "octez-client", "octez-admin-client", - "tezos-protocol-compiler", + "octez-protocol-compiler", "octez-node", "octez-snoop", "octez-validator", diff --git a/tests_python/tools/constants.py b/tests_python/tools/constants.py index af5762ca6ae5..5d4f17b82db2 100644 --- a/tests_python/tools/constants.py +++ b/tests_python/tools/constants.py @@ -23,7 +23,7 @@ def get_parameters(folder: str, network='test') -> dict: # The protocol compiler location -COMPILER = f'{paths.TEZOS_HOME}/tezos-protocol-compiler' +COMPILER = f'{paths.TEZOS_HOME}/octez-protocol-compiler' # This is the secret key used to activate a protocol from genesis in sandbox -- GitLab From a1d7ad25ef739c8135ce511e0af88854131ad4f7 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 51/74] Python tests: Rename tezos-baker to octez-baker --- tests_python/launchers/sandbox.py | 2 +- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index c183163849e8..685984ae0e9e 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -11,7 +11,7 @@ from daemons.node import Node NODE = 'octez-node' CLIENT = 'octez-client' CLIENT_ADMIN = 'octez-admin-client' -BAKER = 'tezos-baker' +BAKER = 'octez-baker' ENDORSER = 'tezos-endorser' ACCUSER = 'tezos-accuser' diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index ce78c9b32e3c..2161de6301a9 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["tezos-baker", "tezos-accuser"] + for binary in ["octez-baker", "tezos-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index ce78c9b32e3c..2161de6301a9 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["tezos-baker", "tezos-accuser"] + for binary in ["octez-baker", "tezos-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index ce78c9b32e3c..2161de6301a9 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["tezos-baker", "tezos-accuser"] + for binary in ["octez-baker", "tezos-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index ce78c9b32e3c..2161de6301a9 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["tezos-baker", "tezos-accuser"] + for binary in ["octez-baker", "tezos-accuser"] ] BINARIES = [ -- GitLab From a0150ce5c60a2a5c5b966054f149430f60a63d28 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 52/74] Python tests: Rename tezos-accuser to octez-accuser --- tests_python/launchers/sandbox.py | 2 +- tests_python/tests_013/test_binaries.py | 2 +- tests_python/tests_014/test_binaries.py | 2 +- tests_python/tests_015/test_binaries.py | 2 +- tests_python/tests_alpha/test_binaries.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index 685984ae0e9e..1ed6632a557b 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -13,7 +13,7 @@ CLIENT = 'octez-client' CLIENT_ADMIN = 'octez-admin-client' BAKER = 'octez-baker' ENDORSER = 'tezos-endorser' -ACCUSER = 'tezos-accuser' +ACCUSER = 'octez-accuser' class Sandbox: diff --git a/tests_python/tests_013/test_binaries.py b/tests_python/tests_013/test_binaries.py index 2161de6301a9..8bfd3c225207 100644 --- a/tests_python/tests_013/test_binaries.py +++ b/tests_python/tests_013/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["octez-baker", "tezos-accuser"] + for binary in ["octez-baker", "octez-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_014/test_binaries.py b/tests_python/tests_014/test_binaries.py index 2161de6301a9..8bfd3c225207 100644 --- a/tests_python/tests_014/test_binaries.py +++ b/tests_python/tests_014/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["octez-baker", "tezos-accuser"] + for binary in ["octez-baker", "octez-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_015/test_binaries.py b/tests_python/tests_015/test_binaries.py index 2161de6301a9..8bfd3c225207 100644 --- a/tests_python/tests_015/test_binaries.py +++ b/tests_python/tests_015/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["octez-baker", "tezos-accuser"] + for binary in ["octez-baker", "octez-accuser"] ] BINARIES = [ diff --git a/tests_python/tests_alpha/test_binaries.py b/tests_python/tests_alpha/test_binaries.py index 2161de6301a9..8bfd3c225207 100644 --- a/tests_python/tests_alpha/test_binaries.py +++ b/tests_python/tests_alpha/test_binaries.py @@ -12,7 +12,7 @@ from . import protocol PROTO_BINARIES = [ binary + "-" + protocol.DAEMON - for binary in ["octez-baker", "tezos-accuser"] + for binary in ["octez-baker", "octez-accuser"] ] BINARIES = [ -- GitLab From 44738ec26cc585564900007bfda339e9df0f51d2 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:53 -0400 Subject: [PATCH 53/74] Python tests: Rename tezos-endorser to octez-endorser --- tests_python/launchers/sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_python/launchers/sandbox.py b/tests_python/launchers/sandbox.py index 1ed6632a557b..ac90a34194e1 100644 --- a/tests_python/launchers/sandbox.py +++ b/tests_python/launchers/sandbox.py @@ -12,7 +12,7 @@ NODE = 'octez-node' CLIENT = 'octez-client' CLIENT_ADMIN = 'octez-admin-client' BAKER = 'octez-baker' -ENDORSER = 'tezos-endorser' +ENDORSER = 'octez-endorser' ACCUSER = 'octez-accuser' -- GitLab From 4f4e0fbb614304f0a59a35b11131b22b7e805089 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:54 -0400 Subject: [PATCH 54/74] Tezt: Rename tezos-codec to octez-codec --- tezt/lib_tezos/codec.ml | 4 +- tezt/lib_tezos/codec.mli | 10 ++-- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/operation_legacy.mli | 4 +- tezt/records/28.json | 2 +- tezt/tests/encoding.ml | 10 ++-- ...encoding regression test- block_header.out | 4 +- ...ding regression test- block_header.raw.out | 4 +- ...regression test- block_header.unsigned.out | 4 +- ...col encoding regression test- contract.out | 8 +-- ...otocol encoding regression test- cycle.out | 8 +-- ...ocol encoding regression test- fitness.out | 4 +- ...col encoding regression test- gas.cost.out | 8 +-- ...protocol encoding regression test- gas.out | 12 ++-- ...otocol encoding regression test- level.out | 4 +- ...otocol encoding regression test- nonce.out | 4 +- ...ng regression test- operation.internal.out | 20 +++---- ...ol encoding regression test- operation.out | 56 +++++++++---------- ...ncoding regression test- operation.raw.out | 4 +- ...ng regression test- operation.unsigned.out | 52 ++++++++--------- ...tocol encoding regression test- period.out | 8 +-- ...ol encoding regression test- raw_level.out | 8 +-- ...rotocol encoding regression test- seed.out | 4 +- ...protocol encoding regression test- tez.out | 8 +-- ...ol encoding regression test- timestamp.out | 4 +- ... encoding regression test- vote.ballot.out | 12 ++-- ...encoding regression test- vote.ballots.out | 4 +- ...ncoding regression test- vote.listings.out | 4 +- ...ng regression test- voting_period.kind.out | 16 +++--- ...ncoding regression test- voting_period.out | 8 +-- ...encoding regression test- block_header.out | 4 +- ...ding regression test- block_header.raw.out | 4 +- ...regression test- block_header.unsigned.out | 4 +- ...col encoding regression test- contract.out | 8 +-- ...otocol encoding regression test- cycle.out | 8 +-- ...ocol encoding regression test- fitness.out | 4 +- ...col encoding regression test- gas.cost.out | 8 +-- ...protocol encoding regression test- gas.out | 12 ++-- ...otocol encoding regression test- level.out | 4 +- ...otocol encoding regression test- nonce.out | 4 +- ...ng regression test- operation.internal.out | 20 +++---- ...ol encoding regression test- operation.out | 56 +++++++++---------- ...ncoding regression test- operation.raw.out | 4 +- ...ng regression test- operation.unsigned.out | 52 ++++++++--------- ...tocol encoding regression test- period.out | 8 +-- ...ol encoding regression test- raw_level.out | 8 +-- ...rotocol encoding regression test- seed.out | 4 +- ...protocol encoding regression test- tez.out | 8 +-- ...ol encoding regression test- timestamp.out | 4 +- ... encoding regression test- vote.ballot.out | 12 ++-- ...encoding regression test- vote.ballots.out | 4 +- ...ncoding regression test- vote.listings.out | 4 +- ...ng regression test- voting_period.kind.out | 16 +++--- ...ncoding regression test- voting_period.out | 8 +-- ...encoding regression test- block_header.out | 4 +- ...ding regression test- block_header.raw.out | 4 +- ...regression test- block_header.unsigned.out | 4 +- ...col encoding regression test- contract.out | 8 +-- ...otocol encoding regression test- cycle.out | 8 +-- ...ocol encoding regression test- fitness.out | 4 +- ...col encoding regression test- gas.cost.out | 8 +-- ...protocol encoding regression test- gas.out | 12 ++-- ...otocol encoding regression test- level.out | 4 +- ...otocol encoding regression test- nonce.out | 4 +- ...ng regression test- operation.internal.out | 20 +++---- ...ol encoding regression test- operation.out | 56 +++++++++---------- ...ncoding regression test- operation.raw.out | 4 +- ...ng regression test- operation.unsigned.out | 52 ++++++++--------- ...tocol encoding regression test- period.out | 8 +-- ...ol encoding regression test- raw_level.out | 8 +-- ...rotocol encoding regression test- seed.out | 4 +- ...protocol encoding regression test- tez.out | 8 +-- ...ol encoding regression test- timestamp.out | 4 +- ... encoding regression test- vote.ballot.out | 12 ++-- ...encoding regression test- vote.ballots.out | 4 +- ...ncoding regression test- vote.listings.out | 4 +- ...ng regression test- voting_period.kind.out | 16 +++--- ...ncoding regression test- voting_period.out | 8 +-- ...encoding regression test- block_header.out | 4 +- ...ding regression test- block_header.raw.out | 4 +- ...regression test- block_header.unsigned.out | 4 +- ...col encoding regression test- contract.out | 8 +-- ...otocol encoding regression test- cycle.out | 8 +-- ...ocol encoding regression test- fitness.out | 4 +- ...col encoding regression test- gas.cost.out | 8 +-- ...protocol encoding regression test- gas.out | 12 ++-- ...otocol encoding regression test- level.out | 4 +- ...otocol encoding regression test- nonce.out | 4 +- ...ng regression test- operation.internal.out | 20 +++---- ...ol encoding regression test- operation.out | 56 +++++++++---------- ...ncoding regression test- operation.raw.out | 4 +- ...ng regression test- operation.unsigned.out | 52 ++++++++--------- ...tocol encoding regression test- period.out | 8 +-- ...ol encoding regression test- raw_level.out | 8 +-- ...rotocol encoding regression test- seed.out | 4 +- ...protocol encoding regression test- tez.out | 8 +-- ...ol encoding regression test- timestamp.out | 4 +- ... encoding regression test- vote.ballot.out | 12 ++-- ...encoding regression test- vote.ballots.out | 4 +- ...ncoding regression test- vote.listings.out | 4 +- ...ng regression test- voting_period.kind.out | 16 +++--- ...ncoding regression test- voting_period.out | 8 +-- ...oding regression test- network_version.out | 4 +- 103 files changed, 554 insertions(+), 554 deletions(-) diff --git a/tezt/lib_tezos/codec.ml b/tezt/lib_tezos/codec.ml index 59bfed44864f..22d21edc6bac 100644 --- a/tezt/lib_tezos/codec.ml +++ b/tezt/lib_tezos/codec.ml @@ -43,10 +43,10 @@ let decode ?path ?hooks ~name binary = |> spawn_decode ?path ?hooks ~name |> Process.check_and_read_stdout in - return (JSON.parse ~origin:("tezos-codec encode " ^ name) json) + return (JSON.parse ~origin:("octez-codec encode " ^ name) json) let spawn_dump_encodings ?path () = spawn_command ?path ["dump"; "encodings"] let dump_encodings ?path () = let* json = spawn_dump_encodings ?path () |> Process.check_and_read_stdout in - return (JSON.parse ~origin:"tezos-codec dump encodings" json) + return (JSON.parse ~origin:"octez-codec dump encodings" json) diff --git a/tezt/lib_tezos/codec.mli b/tezt/lib_tezos/codec.mli index 848d7da0a58d..4ca3e2d48f23 100644 --- a/tezt/lib_tezos/codec.mli +++ b/tezt/lib_tezos/codec.mli @@ -23,12 +23,12 @@ (* *) (*****************************************************************************) -(** Run tezos-codec commands. *) +(** Run octez-codec commands. *) (** In all functions below, [path] can be used to override the path - to [tezos-codec], which is [Constant.tezos_codec] by default. *) + to [octez-codec], which is [Constant.tezos_codec] by default. *) -(** Run [tezos-codec encode from ]. *) +(** Run [octez-codec encode from ]. *) val encode : ?path:string -> ?hooks:Process.hooks -> name:string -> JSON.u -> string Lwt.t @@ -36,7 +36,7 @@ val encode : val spawn_encode : ?path:string -> ?hooks:Process.hooks -> name:string -> JSON.u -> Process.t -(** Run [tezos-codec decode from ]. *) +(** Run [octez-codec decode from ]. *) val decode : ?path:string -> ?hooks:Process.hooks -> name:string -> string -> JSON.t Lwt.t @@ -44,7 +44,7 @@ val decode : val spawn_decode : ?path:string -> ?hooks:Process.hooks -> name:string -> string -> Process.t -(** Run [tezos-codec dump encodings]. *) +(** Run [octez-codec dump encodings]. *) val dump_encodings : ?path:string -> unit -> JSON.t Lwt.t (** Same as [dump_encodings], but do not wait for the process to exit. *) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index c0922134403e..ccb6fccb6cad 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -32,7 +32,7 @@ let tezos_node = "./tezos-node" let tezos_proxy_server = "./tezos-proxy-server" -let tezos_codec = "./tezos-codec" +let tezos_codec = "./octez-codec" let tezos_snoop = "./tezos-snoop" diff --git a/tezt/lib_tezos/operation_legacy.mli b/tezt/lib_tezos/operation_legacy.mli index 152173c113b8..5017a2018afb 100644 --- a/tezt/lib_tezos/operation_legacy.mli +++ b/tezt/lib_tezos/operation_legacy.mli @@ -153,7 +153,7 @@ val sign_manager_op_hex : signer:Account.key -> Hex.t -> Hex.t (** Forge an operation and returns the hexadecimal binary representation. If the [protocol] argument is supplied, the operation is forged locally - (using [tezos-codec]), otherwise we call an RPC + (using [octez-codec]), otherwise we call an RPC ([.../helpers/forge/operations]). *) val forge_operation : @@ -189,7 +189,7 @@ val inject_operation : Default [branch] is the one returned by [RPC.get_branch client]. If the [protocol] argument is supplied, the operation is forged locally - (using [tezos-codec]), otherwise we call an RPC + (using [octez-codec]), otherwise we call an RPC ([.../helpers/forge/operations]). If the [force] argument (by default [false]) is [true], then Tezt diff --git a/tezt/records/28.json b/tezt/records/28.json index 9807da7d9ea6..53fdb47e4d36 100644 --- a/tezt/records/28.json +++ b/tezt/records/28.json @@ -302,7 +302,7 @@ }, { "file": "encoding.ml", - "title": "tezos-codec dump encodings", + "title": "octez-codec dump encodings", "tags": [ "codec", "dump" diff --git a/tezt/tests/encoding.ml b/tezt/tests/encoding.ml index 16e7d1307c5b..56e565f33c8e 100644 --- a/tezt/tests/encoding.ml +++ b/tezt/tests/encoding.ml @@ -37,17 +37,17 @@ [tezt/_regressions/encoding] first to remove unused files in case some paths change. Subject: Encoding regression tests capture the output of encoding/decoding - using the [tezos-codec] and compare it with the output from the + using the [octez-codec] and compare it with the output from the previous run. The test passes only if the outputs match exactly. - The other test checks that the [tezos-codec] can successfully dump + The other test checks that the [octez-codec] can successfully dump the list of encodings. *) let check_dump_encodings () = Test.register ~__FILE__ - ~title:"tezos-codec dump encodings" + ~title:"octez-codec dump encodings" ~tags:["codec"; "dump"] @@ fun () -> let* (_ : JSON.t) = Codec.dump_encodings () in @@ -92,7 +92,7 @@ let iter_sample_s base_path func = |> Lwt_list.iter_s (fun file -> func (base_path // file)) (** The given sample must be included in registered encodings. These can be - found with [tezos-codec list encodings]. *) + found with [octez-codec list encodings]. *) let check_protocol_sample_encoding ?supports sample = Protocol.register_regression_test ~__FILE__ @@ -107,7 +107,7 @@ let check_protocol_sample_encoding ?supports sample = check_sample ~name:(Protocol.encoding_prefix protocol ^ "." ^ sample) ~file (** The given sample must be included in registered encodings. These can be - found with [tezos-codec list encodings]. *) + found with [octez-codec list encodings]. *) let check_shell_sample_encoding sample = Regression.register ~__FILE__ diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.out index 35deba4a2466..91c5dd6fcd53 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.block_header from '{ +./octez-codec encode alpha.block_header from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -20,7 +20,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.raw.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.raw.out index 8a1b16418e8a..80f9b255d62b 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.raw.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.raw.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.block_header.raw from '{ +./octez-codec encode alpha.block_header.raw from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -15,7 +15,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.unsigned.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.unsigned.out index 0260527c917e..94a6b2aaf3cb 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- block_header.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.block_header.unsigned from '{ +./octez-codec encode alpha.block_header.unsigned from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -19,7 +19,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 -./tezos-codec decode alpha.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 +./octez-codec decode alpha.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- contract.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- contract.out index e0475d110adf..6d1a32ece763 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- contract.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- contract.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' +./octez-codec encode alpha.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode alpha.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode alpha.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" -./tezos-codec encode alpha.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' +./octez-codec encode alpha.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 -./tezos-codec decode alpha.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 +./octez-codec decode alpha.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- cycle.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- cycle.out index 483149f4defa..6bdae87a807f 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- cycle.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- cycle.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.cycle from 2147483647 +./octez-codec encode alpha.cycle from 2147483647 7fffffff -./tezos-codec decode alpha.cycle from 7fffffff +./octez-codec decode alpha.cycle from 7fffffff 2147483647 -./tezos-codec encode alpha.cycle from 0 +./octez-codec encode alpha.cycle from 0 00000000 -./tezos-codec decode alpha.cycle from 00000000 +./octez-codec decode alpha.cycle from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- fitness.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- fitness.out index a57e6a0aa774..82bd70c48fd5 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- fitness.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- fitness.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.fitness from '{ +./octez-codec encode alpha.fitness from '{ "level": 1, "locked_round": 1, "predecessor_round": 1, @@ -7,5 +7,5 @@ }' 0000000101000000010000000100000002 -./tezos-codec decode alpha.fitness from 0000000101000000010000000100000002 +./octez-codec decode alpha.fitness from 0000000101000000010000000100000002 { "level": 1, "locked_round": 1, "predecessor_round": 1, "round": 2 } diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.cost.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.cost.out index df173dd0a3b9..8221601faea8 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.cost.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.cost.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.gas.cost from '"8920392083423078"' +./octez-codec encode alpha.gas.cost from '"8920392083423078"' a6fd9d9694c3d81f -./tezos-codec decode alpha.gas.cost from a6fd9d9694c3d81f +./octez-codec decode alpha.gas.cost from a6fd9d9694c3d81f "8920392083423078" -./tezos-codec encode alpha.gas.cost from '"0"' +./octez-codec encode alpha.gas.cost from '"0"' 00 -./tezos-codec decode alpha.gas.cost from 00 +./octez-codec decode alpha.gas.cost from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.out index b94792287b0b..19b6f3449225 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- gas.out @@ -1,18 +1,18 @@ -./tezos-codec encode alpha.gas from '"1238"' +./octez-codec encode alpha.gas from '"1238"' 009613 -./tezos-codec decode alpha.gas from 009613 +./octez-codec decode alpha.gas from 009613 "1238" -./tezos-codec encode alpha.gas from '"unaccounted"' +./octez-codec encode alpha.gas from '"unaccounted"' 01 -./tezos-codec decode alpha.gas from 01 +./octez-codec decode alpha.gas from 01 "unaccounted" -./tezos-codec encode alpha.gas from '"0"' +./octez-codec encode alpha.gas from '"0"' 0000 -./tezos-codec decode alpha.gas from 0000 +./octez-codec decode alpha.gas from 0000 "0" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- level.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- level.out index 40ebfa3646ba..277037afeda4 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- level.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- level.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.level from '{ +./octez-codec encode alpha.level from '{ "level": 1331, "level_position": 2147483647, "cycle": 300, @@ -8,6 +8,6 @@ }' 000005337fffffff0000012c00000258ff -./tezos-codec decode alpha.level from 000005337fffffff0000012c00000258ff +./octez-codec decode alpha.level from 000005337fffffff0000012c00000258ff { "level": 1331, "level_position": 2147483647, "cycle": 300, "cycle_position": 600, "expected_commitment": true } diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- nonce.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- nonce.out index 985f5387f950..ba67db7e2160 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- nonce.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- nonce.out @@ -1,6 +1,6 @@ -./tezos-codec encode alpha.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' +./octez-codec encode alpha.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' 0000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode alpha.nonce from 0000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode alpha.nonce from 0000000000000000000000000000000000000000000000000000000000000000 "0000000000000000000000000000000000000000000000000000000000000000" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.internal.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.internal.out index cceeb7ea9f92..0f9ca0061194 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.internal.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.internal.out @@ -1,16 +1,16 @@ -./tezos-codec encode alpha.operation.internal from '{ +./octez-codec encode alpha.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 -./tezos-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 +./octez-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" } -./tezos-codec encode alpha.operation.internal from '{ +./octez-codec encode alpha.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", @@ -18,11 +18,11 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode alpha.operation.internal from '{ +./octez-codec encode alpha.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", @@ -85,7 +85,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", "balance": "84143", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -102,7 +102,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } -./tezos-codec encode alpha.operation.internal from '{ +./octez-codec encode alpha.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", @@ -111,12 +111,12 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode alpha.operation.internal from '{ +./octez-codec encode alpha.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", @@ -133,7 +133,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode alpha.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", "amount": "407", "destination": "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat", diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.out index 1b53347dd3b8..e17494ab27c5 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -12,7 +12,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", @@ -21,7 +21,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -36,7 +36,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -46,7 +46,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -62,7 +62,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -72,7 +72,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -89,7 +89,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -100,7 +100,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -147,7 +147,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -184,7 +184,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -217,7 +217,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -240,7 +240,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -255,7 +255,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -264,7 +264,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -279,7 +279,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -288,7 +288,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -360,7 +360,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -384,7 +384,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -401,7 +401,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -412,7 +412,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -429,7 +429,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -440,7 +440,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -453,7 +453,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, @@ -462,7 +462,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -480,7 +480,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -491,7 +491,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode alpha.operation from '{ +./octez-codec encode alpha.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -517,7 +517,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.raw.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.raw.out index 28d6826e4e0f..8bd1643bc55e 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.raw.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.raw.out @@ -1,11 +1,11 @@ -./tezos-codec encode alpha.operation.raw from '{ +./octez-codec encode alpha.operation.raw from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" } diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.unsigned.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.unsigned.out index e6252587faa3..7698a6aaba19 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- operation.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -11,14 +11,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", "pkh": "tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv", "secret": "41f98b15efc63fa893d61d7d6eee4a2ce9427ac4" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -32,7 +32,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -40,7 +40,7 @@ "proposal": "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "ballot": "yay" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -55,7 +55,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -63,7 +63,7 @@ "counter": "732", "gas_limit": "9451117", "storage_limit": "57024931117" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -79,7 +79,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -88,7 +88,7 @@ "storage_limit": "57024931117", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -134,7 +134,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -169,7 +169,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -201,7 +201,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -222,7 +222,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -236,14 +236,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, "block_payload_hash": "vh1g87ZG6scSYxKhspAUzprQVuLAyoa5qMBKcUfjgnQGnFb3dJcG" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -314,7 +314,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -336,7 +336,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -352,7 +352,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -361,7 +361,7 @@ [ "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp" ] } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -377,7 +377,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -386,7 +386,7 @@ "public_key": "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -398,14 +398,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, "nonce": "0000000000000000000000000000000000000000000000000000000000000000" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -422,7 +422,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -431,7 +431,7 @@ "storage_limit": "57024931117", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode alpha.operation.unsigned from '{ +./octez-codec encode alpha.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -456,7 +456,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode alpha.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- period.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- period.out index 1a4f11c86aa5..518ee9613b32 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- period.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- period.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.period from '"2789"' +./octez-codec encode alpha.period from '"2789"' 0000000000000ae5 -./tezos-codec decode alpha.period from 0000000000000ae5 +./octez-codec decode alpha.period from 0000000000000ae5 "2789" -./tezos-codec encode alpha.period from '"0"' +./octez-codec encode alpha.period from '"0"' 0000000000000000 -./tezos-codec decode alpha.period from 0000000000000000 +./octez-codec decode alpha.period from 0000000000000000 "0" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- raw_level.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- raw_level.out index a5ffd6752881..e52a0c35d189 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- raw_level.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- raw_level.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.raw_level from 2147483647 +./octez-codec encode alpha.raw_level from 2147483647 7fffffff -./tezos-codec decode alpha.raw_level from 7fffffff +./octez-codec decode alpha.raw_level from 7fffffff 2147483647 -./tezos-codec encode alpha.raw_level from 0 +./octez-codec encode alpha.raw_level from 0 00000000 -./tezos-codec decode alpha.raw_level from 00000000 +./octez-codec decode alpha.raw_level from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- seed.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- seed.out index a58b26f1e1a0..0cf0c496760a 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- seed.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- seed.out @@ -1,6 +1,6 @@ -./tezos-codec encode alpha.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' +./octez-codec encode alpha.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 -./tezos-codec decode alpha.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 +./octez-codec decode alpha.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 "0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- tez.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- tez.out index 1254afd36a2e..e958c67cb7c1 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- tez.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- tez.out @@ -1,12 +1,12 @@ -./tezos-codec encode alpha.tez from '"7322135"' +./octez-codec encode alpha.tez from '"7322135"' 97f4be03 -./tezos-codec decode alpha.tez from 97f4be03 +./octez-codec decode alpha.tez from 97f4be03 "7322135" -./tezos-codec encode alpha.tez from '"0"' +./octez-codec encode alpha.tez from '"0"' 00 -./tezos-codec decode alpha.tez from 00 +./octez-codec decode alpha.tez from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- timestamp.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- timestamp.out index db6d5d3bbdfd..ee9cdc2eb868 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- timestamp.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- timestamp.out @@ -1,6 +1,6 @@ -./tezos-codec encode alpha.timestamp from '"2020-04-20T16:19:59Z"' +./octez-codec encode alpha.timestamp from '"2020-04-20T16:19:59Z"' 000000005e9dcbaf -./tezos-codec decode alpha.timestamp from 000000005e9dcbaf +./octez-codec decode alpha.timestamp from 000000005e9dcbaf "2020-04-20T16:19:59Z" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballot.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballot.out index c39b668b4966..a7ac16b3ba16 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballot.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballot.out @@ -1,18 +1,18 @@ -./tezos-codec encode alpha.vote.ballot from '"nay"' +./octez-codec encode alpha.vote.ballot from '"nay"' 01 -./tezos-codec decode alpha.vote.ballot from 01 +./octez-codec decode alpha.vote.ballot from 01 "nay" -./tezos-codec encode alpha.vote.ballot from '"pass"' +./octez-codec encode alpha.vote.ballot from '"pass"' 02 -./tezos-codec decode alpha.vote.ballot from 02 +./octez-codec decode alpha.vote.ballot from 02 "pass" -./tezos-codec encode alpha.vote.ballot from '"yay"' +./octez-codec encode alpha.vote.ballot from '"yay"' 00 -./tezos-codec decode alpha.vote.ballot from 00 +./octez-codec decode alpha.vote.ballot from 00 "yay" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballots.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballots.out index 51d3442b28ec..de991561e314 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballots.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.ballots.out @@ -1,10 +1,10 @@ -./tezos-codec encode alpha.vote.ballots from '{ +./octez-codec encode alpha.vote.ballots from '{ "yay": "2147483647", "nay": "0", "pass": "455" }' 000000007fffffff000000000000000000000000000001c7 -./tezos-codec decode alpha.vote.ballots from 000000007fffffff000000000000000000000000000001c7 +./octez-codec decode alpha.vote.ballots from 000000007fffffff000000000000000000000000000001c7 { "yay": "2147483647", "nay": "0", "pass": "455" } diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.listings.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.listings.out index 7c97719a352a..010ffe0eb7f3 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.listings.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- vote.listings.out @@ -1,5 +1,5 @@ -./tezos-codec encode alpha.vote.listings from '[ +./octez-codec encode alpha.vote.listings from '[ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" @@ -11,6 +11,6 @@ ]' 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 -./tezos-codec decode alpha.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 +./octez-codec decode alpha.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 [ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" }, { "pkh": "tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN", "voting_power": "9000" } ] diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.kind.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.kind.out index 60bb46421055..311a4fff866c 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.kind.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.kind.out @@ -1,24 +1,24 @@ -./tezos-codec encode alpha.voting_period.kind from '"promotion"' +./octez-codec encode alpha.voting_period.kind from '"promotion"' 03 -./tezos-codec decode alpha.voting_period.kind from 03 +./octez-codec decode alpha.voting_period.kind from 03 "promotion" -./tezos-codec encode alpha.voting_period.kind from '"proposal"' +./octez-codec encode alpha.voting_period.kind from '"proposal"' 00 -./tezos-codec decode alpha.voting_period.kind from 00 +./octez-codec decode alpha.voting_period.kind from 00 "proposal" -./tezos-codec encode alpha.voting_period.kind from '"exploration"' +./octez-codec encode alpha.voting_period.kind from '"exploration"' 01 -./tezos-codec decode alpha.voting_period.kind from 01 +./octez-codec decode alpha.voting_period.kind from 01 "exploration" -./tezos-codec encode alpha.voting_period.kind from '"cooldown"' +./octez-codec encode alpha.voting_period.kind from '"cooldown"' 02 -./tezos-codec decode alpha.voting_period.kind from 02 +./octez-codec decode alpha.voting_period.kind from 02 "cooldown" diff --git a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.out b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.out index 7f4032339259..ae5bf1f664db 100644 --- a/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.out +++ b/tezt/tests/expected/encoding.ml/Alpha- protocol encoding regression test- voting_period.out @@ -1,20 +1,20 @@ -./tezos-codec encode alpha.voting_period from '{ +./octez-codec encode alpha.voting_period from '{ "start_position": 1159026, "kind": "proposal", "index": 0 }' 00000000000011af72 -./tezos-codec decode alpha.voting_period from 00000000000011af72 +./octez-codec decode alpha.voting_period from 00000000000011af72 { "index": 0, "kind": "proposal", "start_position": 1159026 } -./tezos-codec encode alpha.voting_period from '{ +./octez-codec encode alpha.voting_period from '{ "start_position": 0, "kind": "proposal", "index": 0 }' 000000000000000000 -./tezos-codec decode alpha.voting_period from 000000000000000000 +./octez-codec decode alpha.voting_period from 000000000000000000 { "index": 0, "kind": "proposal", "start_position": 0 } diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.out index c85b0d2f260c..e408bdbcd445 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.block_header from '{ +./octez-codec encode 013-PtJakart.block_header from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -20,7 +20,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.raw.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.raw.out index 6f13f2cc8a30..2b9192113fa7 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.raw.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.raw.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.block_header.raw from '{ +./octez-codec encode 013-PtJakart.block_header.raw from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -15,7 +15,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.unsigned.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.unsigned.out index 59511e51dc47..7c002f6760b8 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- block_header.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.block_header.unsigned from '{ +./octez-codec encode 013-PtJakart.block_header.unsigned from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -19,7 +19,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 -./tezos-codec decode 013-PtJakart.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 +./octez-codec decode 013-PtJakart.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- contract.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- contract.out index 9271ad9bab14..2ed920b7e53a 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- contract.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- contract.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' +./octez-codec encode 013-PtJakart.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 013-PtJakart.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 013-PtJakart.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" -./tezos-codec encode 013-PtJakart.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' +./octez-codec encode 013-PtJakart.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 -./tezos-codec decode 013-PtJakart.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 +./octez-codec decode 013-PtJakart.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- cycle.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- cycle.out index de62bc67e064..76ad9d248ce6 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- cycle.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- cycle.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.cycle from 2147483647 +./octez-codec encode 013-PtJakart.cycle from 2147483647 7fffffff -./tezos-codec decode 013-PtJakart.cycle from 7fffffff +./octez-codec decode 013-PtJakart.cycle from 7fffffff 2147483647 -./tezos-codec encode 013-PtJakart.cycle from 0 +./octez-codec encode 013-PtJakart.cycle from 0 00000000 -./tezos-codec decode 013-PtJakart.cycle from 00000000 +./octez-codec decode 013-PtJakart.cycle from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- fitness.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- fitness.out index 34264d0d6d95..43d6bdfc8f0e 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- fitness.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- fitness.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.fitness from '{ +./octez-codec encode 013-PtJakart.fitness from '{ "level": 1, "locked_round": 1, "predecessor_round": 1, @@ -7,5 +7,5 @@ }' 0000000101000000010000000100000002 -./tezos-codec decode 013-PtJakart.fitness from 0000000101000000010000000100000002 +./octez-codec decode 013-PtJakart.fitness from 0000000101000000010000000100000002 { "level": 1, "locked_round": 1, "predecessor_round": 1, "round": 2 } diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.cost.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.cost.out index 93e8b2c65b26..af21111c88bc 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.cost.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.cost.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.gas.cost from '"8920392083423078"' +./octez-codec encode 013-PtJakart.gas.cost from '"8920392083423078"' a6fd9d9694c3d81f -./tezos-codec decode 013-PtJakart.gas.cost from a6fd9d9694c3d81f +./octez-codec decode 013-PtJakart.gas.cost from a6fd9d9694c3d81f "8920392083423078" -./tezos-codec encode 013-PtJakart.gas.cost from '"0"' +./octez-codec encode 013-PtJakart.gas.cost from '"0"' 00 -./tezos-codec decode 013-PtJakart.gas.cost from 00 +./octez-codec decode 013-PtJakart.gas.cost from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.out index d64d8b7f7050..f887cbe440f9 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- gas.out @@ -1,18 +1,18 @@ -./tezos-codec encode 013-PtJakart.gas from '"1238"' +./octez-codec encode 013-PtJakart.gas from '"1238"' 009613 -./tezos-codec decode 013-PtJakart.gas from 009613 +./octez-codec decode 013-PtJakart.gas from 009613 "1238" -./tezos-codec encode 013-PtJakart.gas from '"unaccounted"' +./octez-codec encode 013-PtJakart.gas from '"unaccounted"' 01 -./tezos-codec decode 013-PtJakart.gas from 01 +./octez-codec decode 013-PtJakart.gas from 01 "unaccounted" -./tezos-codec encode 013-PtJakart.gas from '"0"' +./octez-codec encode 013-PtJakart.gas from '"0"' 0000 -./tezos-codec decode 013-PtJakart.gas from 0000 +./octez-codec decode 013-PtJakart.gas from 0000 "0" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- level.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- level.out index 664961825ffd..7d8493b44380 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- level.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- level.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.level from '{ +./octez-codec encode 013-PtJakart.level from '{ "level": 1331, "level_position": 2147483647, "cycle": 300, @@ -8,6 +8,6 @@ }' 000005337fffffff0000012c00000258ff -./tezos-codec decode 013-PtJakart.level from 000005337fffffff0000012c00000258ff +./octez-codec decode 013-PtJakart.level from 000005337fffffff0000012c00000258ff { "level": 1331, "level_position": 2147483647, "cycle": 300, "cycle_position": 600, "expected_commitment": true } diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- nonce.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- nonce.out index 6a9299a64bd2..5a82561c47fd 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- nonce.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- nonce.out @@ -1,6 +1,6 @@ -./tezos-codec encode 013-PtJakart.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' +./octez-codec encode 013-PtJakart.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' 0000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 013-PtJakart.nonce from 0000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 013-PtJakart.nonce from 0000000000000000000000000000000000000000000000000000000000000000 "0000000000000000000000000000000000000000000000000000000000000000" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.internal.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.internal.out index be08d98d8690..1d5cba90f39b 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.internal.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.internal.out @@ -1,16 +1,16 @@ -./tezos-codec encode 013-PtJakart.operation.internal from '{ +./octez-codec encode 013-PtJakart.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 -./tezos-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 +./octez-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" } -./tezos-codec encode 013-PtJakart.operation.internal from '{ +./octez-codec encode 013-PtJakart.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", @@ -18,11 +18,11 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 013-PtJakart.operation.internal from '{ +./octez-codec encode 013-PtJakart.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", @@ -85,7 +85,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", "balance": "84143", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -102,7 +102,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } -./tezos-codec encode 013-PtJakart.operation.internal from '{ +./octez-codec encode 013-PtJakart.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", @@ -111,12 +111,12 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 013-PtJakart.operation.internal from '{ +./octez-codec encode 013-PtJakart.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", @@ -133,7 +133,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 013-PtJakart.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", "amount": "407", "destination": "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat", diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.out index 7f3aa9fd2205..0374dc7da465 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -12,7 +12,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", @@ -21,7 +21,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -36,7 +36,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -46,7 +46,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -62,7 +62,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -72,7 +72,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -89,7 +89,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -100,7 +100,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -147,7 +147,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -184,7 +184,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -217,7 +217,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -240,7 +240,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -255,7 +255,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -264,7 +264,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -279,7 +279,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -288,7 +288,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -360,7 +360,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -384,7 +384,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -401,7 +401,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -412,7 +412,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -429,7 +429,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -440,7 +440,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -453,7 +453,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, @@ -462,7 +462,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -480,7 +480,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -491,7 +491,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 013-PtJakart.operation from '{ +./octez-codec encode 013-PtJakart.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -517,7 +517,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.raw.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.raw.out index af4902d021e6..bb54e5163052 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.raw.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.raw.out @@ -1,11 +1,11 @@ -./tezos-codec encode 013-PtJakart.operation.raw from '{ +./octez-codec encode 013-PtJakart.operation.raw from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" } diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.unsigned.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.unsigned.out index 7df9c447a95f..15ab17bfc770 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- operation.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -11,14 +11,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", "pkh": "tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv", "secret": "41f98b15efc63fa893d61d7d6eee4a2ce9427ac4" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -32,7 +32,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -40,7 +40,7 @@ "proposal": "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "ballot": "yay" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -55,7 +55,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -63,7 +63,7 @@ "counter": "732", "gas_limit": "9451117", "storage_limit": "57024931117" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -79,7 +79,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -88,7 +88,7 @@ "storage_limit": "57024931117", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -134,7 +134,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -169,7 +169,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -201,7 +201,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -222,7 +222,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -236,14 +236,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, "block_payload_hash": "vh1g87ZG6scSYxKhspAUzprQVuLAyoa5qMBKcUfjgnQGnFb3dJcG" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -314,7 +314,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -336,7 +336,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -352,7 +352,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -361,7 +361,7 @@ [ "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp" ] } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -377,7 +377,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -386,7 +386,7 @@ "public_key": "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -398,14 +398,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, "nonce": "0000000000000000000000000000000000000000000000000000000000000000" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -422,7 +422,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -431,7 +431,7 @@ "storage_limit": "57024931117", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 013-PtJakart.operation.unsigned from '{ +./octez-codec encode 013-PtJakart.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -456,7 +456,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 013-PtJakart.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- period.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- period.out index 16e88b83cee9..1e855ae9b7c2 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- period.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- period.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.period from '"2789"' +./octez-codec encode 013-PtJakart.period from '"2789"' 0000000000000ae5 -./tezos-codec decode 013-PtJakart.period from 0000000000000ae5 +./octez-codec decode 013-PtJakart.period from 0000000000000ae5 "2789" -./tezos-codec encode 013-PtJakart.period from '"0"' +./octez-codec encode 013-PtJakart.period from '"0"' 0000000000000000 -./tezos-codec decode 013-PtJakart.period from 0000000000000000 +./octez-codec decode 013-PtJakart.period from 0000000000000000 "0" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- raw_level.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- raw_level.out index 6e4b627caa66..9d8cb31385a0 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- raw_level.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- raw_level.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.raw_level from 2147483647 +./octez-codec encode 013-PtJakart.raw_level from 2147483647 7fffffff -./tezos-codec decode 013-PtJakart.raw_level from 7fffffff +./octez-codec decode 013-PtJakart.raw_level from 7fffffff 2147483647 -./tezos-codec encode 013-PtJakart.raw_level from 0 +./octez-codec encode 013-PtJakart.raw_level from 0 00000000 -./tezos-codec decode 013-PtJakart.raw_level from 00000000 +./octez-codec decode 013-PtJakart.raw_level from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- seed.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- seed.out index 24f391222498..3f75635b1830 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- seed.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- seed.out @@ -1,6 +1,6 @@ -./tezos-codec encode 013-PtJakart.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' +./octez-codec encode 013-PtJakart.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 -./tezos-codec decode 013-PtJakart.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 +./octez-codec decode 013-PtJakart.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 "0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- tez.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- tez.out index 586cdfe11f4a..1ebcba14d1e6 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- tez.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- tez.out @@ -1,12 +1,12 @@ -./tezos-codec encode 013-PtJakart.tez from '"7322135"' +./octez-codec encode 013-PtJakart.tez from '"7322135"' 97f4be03 -./tezos-codec decode 013-PtJakart.tez from 97f4be03 +./octez-codec decode 013-PtJakart.tez from 97f4be03 "7322135" -./tezos-codec encode 013-PtJakart.tez from '"0"' +./octez-codec encode 013-PtJakart.tez from '"0"' 00 -./tezos-codec decode 013-PtJakart.tez from 00 +./octez-codec decode 013-PtJakart.tez from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- timestamp.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- timestamp.out index 6f1b7304df50..e3af5d9efca9 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- timestamp.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- timestamp.out @@ -1,6 +1,6 @@ -./tezos-codec encode 013-PtJakart.timestamp from '"2020-04-20T16:19:59Z"' +./octez-codec encode 013-PtJakart.timestamp from '"2020-04-20T16:19:59Z"' 000000005e9dcbaf -./tezos-codec decode 013-PtJakart.timestamp from 000000005e9dcbaf +./octez-codec decode 013-PtJakart.timestamp from 000000005e9dcbaf "2020-04-20T16:19:59Z" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballot.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballot.out index e77b30781566..facd81d68aac 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballot.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballot.out @@ -1,18 +1,18 @@ -./tezos-codec encode 013-PtJakart.vote.ballot from '"nay"' +./octez-codec encode 013-PtJakart.vote.ballot from '"nay"' 01 -./tezos-codec decode 013-PtJakart.vote.ballot from 01 +./octez-codec decode 013-PtJakart.vote.ballot from 01 "nay" -./tezos-codec encode 013-PtJakart.vote.ballot from '"pass"' +./octez-codec encode 013-PtJakart.vote.ballot from '"pass"' 02 -./tezos-codec decode 013-PtJakart.vote.ballot from 02 +./octez-codec decode 013-PtJakart.vote.ballot from 02 "pass" -./tezos-codec encode 013-PtJakart.vote.ballot from '"yay"' +./octez-codec encode 013-PtJakart.vote.ballot from '"yay"' 00 -./tezos-codec decode 013-PtJakart.vote.ballot from 00 +./octez-codec decode 013-PtJakart.vote.ballot from 00 "yay" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballots.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballots.out index 4e785ec3e4db..2d3d15584490 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballots.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.ballots.out @@ -1,10 +1,10 @@ -./tezos-codec encode 013-PtJakart.vote.ballots from '{ +./octez-codec encode 013-PtJakart.vote.ballots from '{ "yay": "2147483647", "nay": "0", "pass": "455" }' 000000007fffffff000000000000000000000000000001c7 -./tezos-codec decode 013-PtJakart.vote.ballots from 000000007fffffff000000000000000000000000000001c7 +./octez-codec decode 013-PtJakart.vote.ballots from 000000007fffffff000000000000000000000000000001c7 { "yay": "2147483647", "nay": "0", "pass": "455" } diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.listings.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.listings.out index 85b16f35f66c..4b96ff727f48 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.listings.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- vote.listings.out @@ -1,5 +1,5 @@ -./tezos-codec encode 013-PtJakart.vote.listings from '[ +./octez-codec encode 013-PtJakart.vote.listings from '[ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" @@ -11,6 +11,6 @@ ]' 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 -./tezos-codec decode 013-PtJakart.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 +./octez-codec decode 013-PtJakart.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 [ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" }, { "pkh": "tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN", "voting_power": "9000" } ] diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.kind.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.kind.out index 0ad7c86c60a4..d60938fdec7a 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.kind.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.kind.out @@ -1,24 +1,24 @@ -./tezos-codec encode 013-PtJakart.voting_period.kind from '"promotion"' +./octez-codec encode 013-PtJakart.voting_period.kind from '"promotion"' 03 -./tezos-codec decode 013-PtJakart.voting_period.kind from 03 +./octez-codec decode 013-PtJakart.voting_period.kind from 03 "promotion" -./tezos-codec encode 013-PtJakart.voting_period.kind from '"proposal"' +./octez-codec encode 013-PtJakart.voting_period.kind from '"proposal"' 00 -./tezos-codec decode 013-PtJakart.voting_period.kind from 00 +./octez-codec decode 013-PtJakart.voting_period.kind from 00 "proposal" -./tezos-codec encode 013-PtJakart.voting_period.kind from '"exploration"' +./octez-codec encode 013-PtJakart.voting_period.kind from '"exploration"' 01 -./tezos-codec decode 013-PtJakart.voting_period.kind from 01 +./octez-codec decode 013-PtJakart.voting_period.kind from 01 "exploration" -./tezos-codec encode 013-PtJakart.voting_period.kind from '"cooldown"' +./octez-codec encode 013-PtJakart.voting_period.kind from '"cooldown"' 02 -./tezos-codec decode 013-PtJakart.voting_period.kind from 02 +./octez-codec decode 013-PtJakart.voting_period.kind from 02 "cooldown" diff --git a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.out b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.out index c26f6593c6ba..dff757fef431 100644 --- a/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.out +++ b/tezt/tests/expected/encoding.ml/Jakarta- protocol encoding regression test- voting_period.out @@ -1,20 +1,20 @@ -./tezos-codec encode 013-PtJakart.voting_period from '{ +./octez-codec encode 013-PtJakart.voting_period from '{ "start_position": 1159026, "kind": "proposal", "index": 0 }' 00000000000011af72 -./tezos-codec decode 013-PtJakart.voting_period from 00000000000011af72 +./octez-codec decode 013-PtJakart.voting_period from 00000000000011af72 { "index": 0, "kind": "proposal", "start_position": 1159026 } -./tezos-codec encode 013-PtJakart.voting_period from '{ +./octez-codec encode 013-PtJakart.voting_period from '{ "start_position": 0, "kind": "proposal", "index": 0 }' 000000000000000000 -./tezos-codec decode 013-PtJakart.voting_period from 000000000000000000 +./octez-codec decode 013-PtJakart.voting_period from 000000000000000000 { "index": 0, "kind": "proposal", "start_position": 0 } diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.out index e33a17183de5..93bb693d02b2 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.block_header from '{ +./octez-codec encode 014-PtKathma.block_header from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -20,7 +20,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.raw.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.raw.out index c88b60fbc83c..58651996e332 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.raw.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.raw.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.block_header.raw from '{ +./octez-codec encode 014-PtKathma.block_header.raw from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -15,7 +15,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.unsigned.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.unsigned.out index 59fa9b0cdecf..d0c8ff6a9e32 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- block_header.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.block_header.unsigned from '{ +./octez-codec encode 014-PtKathma.block_header.unsigned from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -19,7 +19,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 -./tezos-codec decode 014-PtKathma.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 +./octez-codec decode 014-PtKathma.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- contract.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- contract.out index f5ef80ca2e8f..a66fbfec6d1e 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- contract.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- contract.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' +./octez-codec encode 014-PtKathma.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 014-PtKathma.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 014-PtKathma.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" -./tezos-codec encode 014-PtKathma.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' +./octez-codec encode 014-PtKathma.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 -./tezos-codec decode 014-PtKathma.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 +./octez-codec decode 014-PtKathma.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- cycle.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- cycle.out index 6491ef3cafad..67771971fac5 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- cycle.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- cycle.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.cycle from 2147483647 +./octez-codec encode 014-PtKathma.cycle from 2147483647 7fffffff -./tezos-codec decode 014-PtKathma.cycle from 7fffffff +./octez-codec decode 014-PtKathma.cycle from 7fffffff 2147483647 -./tezos-codec encode 014-PtKathma.cycle from 0 +./octez-codec encode 014-PtKathma.cycle from 0 00000000 -./tezos-codec decode 014-PtKathma.cycle from 00000000 +./octez-codec decode 014-PtKathma.cycle from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- fitness.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- fitness.out index 432102320684..224d45f7a8a4 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- fitness.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- fitness.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.fitness from '{ +./octez-codec encode 014-PtKathma.fitness from '{ "level": 1, "locked_round": 1, "predecessor_round": 1, @@ -7,5 +7,5 @@ }' 0000000101000000010000000100000002 -./tezos-codec decode 014-PtKathma.fitness from 0000000101000000010000000100000002 +./octez-codec decode 014-PtKathma.fitness from 0000000101000000010000000100000002 { "level": 1, "locked_round": 1, "predecessor_round": 1, "round": 2 } diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.cost.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.cost.out index 4ef3f18f5fc6..e7f0ec3498bb 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.cost.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.cost.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.gas.cost from '"8920392083423078"' +./octez-codec encode 014-PtKathma.gas.cost from '"8920392083423078"' a6fd9d9694c3d81f -./tezos-codec decode 014-PtKathma.gas.cost from a6fd9d9694c3d81f +./octez-codec decode 014-PtKathma.gas.cost from a6fd9d9694c3d81f "8920392083423078" -./tezos-codec encode 014-PtKathma.gas.cost from '"0"' +./octez-codec encode 014-PtKathma.gas.cost from '"0"' 00 -./tezos-codec decode 014-PtKathma.gas.cost from 00 +./octez-codec decode 014-PtKathma.gas.cost from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.out index d2db4cb5f5c0..36aca0ea14b3 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- gas.out @@ -1,18 +1,18 @@ -./tezos-codec encode 014-PtKathma.gas from '"1238"' +./octez-codec encode 014-PtKathma.gas from '"1238"' 009613 -./tezos-codec decode 014-PtKathma.gas from 009613 +./octez-codec decode 014-PtKathma.gas from 009613 "1238" -./tezos-codec encode 014-PtKathma.gas from '"unaccounted"' +./octez-codec encode 014-PtKathma.gas from '"unaccounted"' 01 -./tezos-codec decode 014-PtKathma.gas from 01 +./octez-codec decode 014-PtKathma.gas from 01 "unaccounted" -./tezos-codec encode 014-PtKathma.gas from '"0"' +./octez-codec encode 014-PtKathma.gas from '"0"' 0000 -./tezos-codec decode 014-PtKathma.gas from 0000 +./octez-codec decode 014-PtKathma.gas from 0000 "0" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- level.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- level.out index 83ba0195c057..56a454c44d58 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- level.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- level.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.level from '{ +./octez-codec encode 014-PtKathma.level from '{ "level": 1331, "level_position": 2147483647, "cycle": 300, @@ -8,6 +8,6 @@ }' 000005337fffffff0000012c00000258ff -./tezos-codec decode 014-PtKathma.level from 000005337fffffff0000012c00000258ff +./octez-codec decode 014-PtKathma.level from 000005337fffffff0000012c00000258ff { "level": 1331, "level_position": 2147483647, "cycle": 300, "cycle_position": 600, "expected_commitment": true } diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- nonce.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- nonce.out index 12179d269911..2bb3223a9ab3 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- nonce.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- nonce.out @@ -1,6 +1,6 @@ -./tezos-codec encode 014-PtKathma.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' +./octez-codec encode 014-PtKathma.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' 0000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 014-PtKathma.nonce from 0000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 014-PtKathma.nonce from 0000000000000000000000000000000000000000000000000000000000000000 "0000000000000000000000000000000000000000000000000000000000000000" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.internal.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.internal.out index 2857709de6a2..684f12cb177b 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.internal.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.internal.out @@ -1,16 +1,16 @@ -./tezos-codec encode 014-PtKathma.operation.internal from '{ +./octez-codec encode 014-PtKathma.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 -./tezos-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 +./octez-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" } -./tezos-codec encode 014-PtKathma.operation.internal from '{ +./octez-codec encode 014-PtKathma.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", @@ -18,11 +18,11 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 014-PtKathma.operation.internal from '{ +./octez-codec encode 014-PtKathma.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", @@ -85,7 +85,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", "balance": "84143", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -102,7 +102,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } -./tezos-codec encode 014-PtKathma.operation.internal from '{ +./octez-codec encode 014-PtKathma.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", @@ -111,12 +111,12 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 014-PtKathma.operation.internal from '{ +./octez-codec encode 014-PtKathma.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", @@ -133,7 +133,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 014-PtKathma.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", "amount": "407", "destination": "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat", diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.out index 50e77c588734..350ef7ea403c 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -12,7 +12,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", @@ -21,7 +21,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -36,7 +36,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -46,7 +46,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -62,7 +62,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -72,7 +72,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -89,7 +89,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -100,7 +100,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -147,7 +147,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -184,7 +184,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -217,7 +217,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -240,7 +240,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -255,7 +255,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -264,7 +264,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -279,7 +279,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -288,7 +288,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -360,7 +360,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -384,7 +384,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -401,7 +401,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -412,7 +412,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -429,7 +429,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -440,7 +440,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -453,7 +453,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, @@ -462,7 +462,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -480,7 +480,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -491,7 +491,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 014-PtKathma.operation from '{ +./octez-codec encode 014-PtKathma.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -517,7 +517,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.raw.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.raw.out index 76544a4764ff..2954fd96702b 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.raw.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.raw.out @@ -1,11 +1,11 @@ -./tezos-codec encode 014-PtKathma.operation.raw from '{ +./octez-codec encode 014-PtKathma.operation.raw from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" } diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.unsigned.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.unsigned.out index b58502664b6b..932b5dbd96e1 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- operation.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -11,14 +11,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", "pkh": "tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv", "secret": "41f98b15efc63fa893d61d7d6eee4a2ce9427ac4" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -32,7 +32,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -40,7 +40,7 @@ "proposal": "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "ballot": "yay" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -55,7 +55,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -63,7 +63,7 @@ "counter": "732", "gas_limit": "9451117", "storage_limit": "57024931117" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -79,7 +79,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -88,7 +88,7 @@ "storage_limit": "57024931117", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -134,7 +134,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -169,7 +169,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -201,7 +201,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -222,7 +222,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -236,14 +236,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, "block_payload_hash": "vh1g87ZG6scSYxKhspAUzprQVuLAyoa5qMBKcUfjgnQGnFb3dJcG" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -314,7 +314,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -336,7 +336,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -352,7 +352,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -361,7 +361,7 @@ [ "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp" ] } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -377,7 +377,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -386,7 +386,7 @@ "public_key": "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -398,14 +398,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, "nonce": "0000000000000000000000000000000000000000000000000000000000000000" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -422,7 +422,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -431,7 +431,7 @@ "storage_limit": "57024931117", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 014-PtKathma.operation.unsigned from '{ +./octez-codec encode 014-PtKathma.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -456,7 +456,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 014-PtKathma.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- period.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- period.out index 845cbc0e3269..0299df8a9124 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- period.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- period.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.period from '"2789"' +./octez-codec encode 014-PtKathma.period from '"2789"' 0000000000000ae5 -./tezos-codec decode 014-PtKathma.period from 0000000000000ae5 +./octez-codec decode 014-PtKathma.period from 0000000000000ae5 "2789" -./tezos-codec encode 014-PtKathma.period from '"0"' +./octez-codec encode 014-PtKathma.period from '"0"' 0000000000000000 -./tezos-codec decode 014-PtKathma.period from 0000000000000000 +./octez-codec decode 014-PtKathma.period from 0000000000000000 "0" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- raw_level.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- raw_level.out index 97fa9fe404a5..ad5a200bb258 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- raw_level.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- raw_level.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.raw_level from 2147483647 +./octez-codec encode 014-PtKathma.raw_level from 2147483647 7fffffff -./tezos-codec decode 014-PtKathma.raw_level from 7fffffff +./octez-codec decode 014-PtKathma.raw_level from 7fffffff 2147483647 -./tezos-codec encode 014-PtKathma.raw_level from 0 +./octez-codec encode 014-PtKathma.raw_level from 0 00000000 -./tezos-codec decode 014-PtKathma.raw_level from 00000000 +./octez-codec decode 014-PtKathma.raw_level from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- seed.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- seed.out index a5fe2caf2892..8310da3d1174 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- seed.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- seed.out @@ -1,6 +1,6 @@ -./tezos-codec encode 014-PtKathma.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' +./octez-codec encode 014-PtKathma.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 -./tezos-codec decode 014-PtKathma.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 +./octez-codec decode 014-PtKathma.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 "0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- tez.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- tez.out index aa27389c1076..b35355902857 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- tez.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- tez.out @@ -1,12 +1,12 @@ -./tezos-codec encode 014-PtKathma.tez from '"7322135"' +./octez-codec encode 014-PtKathma.tez from '"7322135"' 97f4be03 -./tezos-codec decode 014-PtKathma.tez from 97f4be03 +./octez-codec decode 014-PtKathma.tez from 97f4be03 "7322135" -./tezos-codec encode 014-PtKathma.tez from '"0"' +./octez-codec encode 014-PtKathma.tez from '"0"' 00 -./tezos-codec decode 014-PtKathma.tez from 00 +./octez-codec decode 014-PtKathma.tez from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- timestamp.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- timestamp.out index e65fceebf50d..9df284d75b59 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- timestamp.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- timestamp.out @@ -1,6 +1,6 @@ -./tezos-codec encode 014-PtKathma.timestamp from '"2020-04-20T16:19:59Z"' +./octez-codec encode 014-PtKathma.timestamp from '"2020-04-20T16:19:59Z"' 000000005e9dcbaf -./tezos-codec decode 014-PtKathma.timestamp from 000000005e9dcbaf +./octez-codec decode 014-PtKathma.timestamp from 000000005e9dcbaf "2020-04-20T16:19:59Z" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballot.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballot.out index 1fbfce192413..e1aeef176599 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballot.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballot.out @@ -1,18 +1,18 @@ -./tezos-codec encode 014-PtKathma.vote.ballot from '"nay"' +./octez-codec encode 014-PtKathma.vote.ballot from '"nay"' 01 -./tezos-codec decode 014-PtKathma.vote.ballot from 01 +./octez-codec decode 014-PtKathma.vote.ballot from 01 "nay" -./tezos-codec encode 014-PtKathma.vote.ballot from '"pass"' +./octez-codec encode 014-PtKathma.vote.ballot from '"pass"' 02 -./tezos-codec decode 014-PtKathma.vote.ballot from 02 +./octez-codec decode 014-PtKathma.vote.ballot from 02 "pass" -./tezos-codec encode 014-PtKathma.vote.ballot from '"yay"' +./octez-codec encode 014-PtKathma.vote.ballot from '"yay"' 00 -./tezos-codec decode 014-PtKathma.vote.ballot from 00 +./octez-codec decode 014-PtKathma.vote.ballot from 00 "yay" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballots.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballots.out index dc60690eac1a..0dc7d1cdef0b 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballots.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.ballots.out @@ -1,10 +1,10 @@ -./tezos-codec encode 014-PtKathma.vote.ballots from '{ +./octez-codec encode 014-PtKathma.vote.ballots from '{ "yay": "2147483647", "nay": "0", "pass": "455" }' 000000007fffffff000000000000000000000000000001c7 -./tezos-codec decode 014-PtKathma.vote.ballots from 000000007fffffff000000000000000000000000000001c7 +./octez-codec decode 014-PtKathma.vote.ballots from 000000007fffffff000000000000000000000000000001c7 { "yay": "2147483647", "nay": "0", "pass": "455" } diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.listings.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.listings.out index d67b3994d387..2dfd8dba4fb7 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.listings.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- vote.listings.out @@ -1,5 +1,5 @@ -./tezos-codec encode 014-PtKathma.vote.listings from '[ +./octez-codec encode 014-PtKathma.vote.listings from '[ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" @@ -11,6 +11,6 @@ ]' 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 -./tezos-codec decode 014-PtKathma.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 +./octez-codec decode 014-PtKathma.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 [ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" }, { "pkh": "tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN", "voting_power": "9000" } ] diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.kind.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.kind.out index 2f52801bc6ad..10ed795ea465 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.kind.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.kind.out @@ -1,24 +1,24 @@ -./tezos-codec encode 014-PtKathma.voting_period.kind from '"promotion"' +./octez-codec encode 014-PtKathma.voting_period.kind from '"promotion"' 03 -./tezos-codec decode 014-PtKathma.voting_period.kind from 03 +./octez-codec decode 014-PtKathma.voting_period.kind from 03 "promotion" -./tezos-codec encode 014-PtKathma.voting_period.kind from '"proposal"' +./octez-codec encode 014-PtKathma.voting_period.kind from '"proposal"' 00 -./tezos-codec decode 014-PtKathma.voting_period.kind from 00 +./octez-codec decode 014-PtKathma.voting_period.kind from 00 "proposal" -./tezos-codec encode 014-PtKathma.voting_period.kind from '"exploration"' +./octez-codec encode 014-PtKathma.voting_period.kind from '"exploration"' 01 -./tezos-codec decode 014-PtKathma.voting_period.kind from 01 +./octez-codec decode 014-PtKathma.voting_period.kind from 01 "exploration" -./tezos-codec encode 014-PtKathma.voting_period.kind from '"cooldown"' +./octez-codec encode 014-PtKathma.voting_period.kind from '"cooldown"' 02 -./tezos-codec decode 014-PtKathma.voting_period.kind from 02 +./octez-codec decode 014-PtKathma.voting_period.kind from 02 "cooldown" diff --git a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.out b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.out index bd5e54af0588..0345ba7eff09 100644 --- a/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.out +++ b/tezt/tests/expected/encoding.ml/Kathmandu- protocol encoding regression test- voting_period.out @@ -1,20 +1,20 @@ -./tezos-codec encode 014-PtKathma.voting_period from '{ +./octez-codec encode 014-PtKathma.voting_period from '{ "start_position": 1159026, "kind": "proposal", "index": 0 }' 00000000000011af72 -./tezos-codec decode 014-PtKathma.voting_period from 00000000000011af72 +./octez-codec decode 014-PtKathma.voting_period from 00000000000011af72 { "index": 0, "kind": "proposal", "start_position": 1159026 } -./tezos-codec encode 014-PtKathma.voting_period from '{ +./octez-codec encode 014-PtKathma.voting_period from '{ "start_position": 0, "kind": "proposal", "index": 0 }' 000000000000000000 -./tezos-codec decode 014-PtKathma.voting_period from 000000000000000000 +./octez-codec decode 014-PtKathma.voting_period from 000000000000000000 { "index": 0, "kind": "proposal", "start_position": 0 } diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.out index 129cc22a253f..b7b764d31820 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.block_header from '{ +./octez-codec encode 015-PtLimaPt.block_header from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -20,7 +20,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.block_header from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d5580166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.raw.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.raw.out index 9c4f1a013235..4f319ac9001d 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.raw.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.raw.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.block_header.raw from '{ +./octez-codec encode 015-PtLimaPt.block_header.raw from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -15,7 +15,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.block_header.raw from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c521d101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.unsigned.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.unsigned.out index ac08caaef468..fd1f4cd68645 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- block_header.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.block_header.unsigned from '{ +./octez-codec encode 015-PtLimaPt.block_header.unsigned from '{ "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", @@ -19,7 +19,7 @@ }' 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 -./tezos-codec decode 015-PtLimaPt.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 +./octez-codec decode 015-PtLimaPt.block_header.unsigned from 00000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00242e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000ff043691f53c02ca1ac6f1a0c1586bf77973e04c2d9b618a8309e79651daf0d55801 { "level": 1331, "proto": 1, "predecessor": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "timestamp": "2020-04-20T16:20:00Z", "validation_pass": 2, diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- contract.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- contract.out index f10485d0fa73..8749a746f6dd 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- contract.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- contract.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' +./octez-codec encode 015-PtLimaPt.contract from '"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 015-PtLimaPt.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 015-PtLimaPt.contract from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78 "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" -./tezos-codec encode 015-PtLimaPt.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' +./octez-codec encode 015-PtLimaPt.contract from '"KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat"' 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 -./tezos-codec decode 015-PtLimaPt.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 +./octez-codec decode 015-PtLimaPt.contract from 0138560805b4c8d7b7fbbafad5c59dbfa3878ca70500 "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- cycle.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- cycle.out index 131046c319ab..c37920027926 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- cycle.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- cycle.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.cycle from 2147483647 +./octez-codec encode 015-PtLimaPt.cycle from 2147483647 7fffffff -./tezos-codec decode 015-PtLimaPt.cycle from 7fffffff +./octez-codec decode 015-PtLimaPt.cycle from 7fffffff 2147483647 -./tezos-codec encode 015-PtLimaPt.cycle from 0 +./octez-codec encode 015-PtLimaPt.cycle from 0 00000000 -./tezos-codec decode 015-PtLimaPt.cycle from 00000000 +./octez-codec decode 015-PtLimaPt.cycle from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- fitness.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- fitness.out index 53720f2a95b6..4545955e6dc5 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- fitness.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- fitness.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.fitness from '{ +./octez-codec encode 015-PtLimaPt.fitness from '{ "level": 1, "locked_round": 1, "predecessor_round": 1, @@ -7,5 +7,5 @@ }' 0000000101000000010000000100000002 -./tezos-codec decode 015-PtLimaPt.fitness from 0000000101000000010000000100000002 +./octez-codec decode 015-PtLimaPt.fitness from 0000000101000000010000000100000002 { "level": 1, "locked_round": 1, "predecessor_round": 1, "round": 2 } diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.cost.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.cost.out index b3d9b7c06cbd..95e9111db179 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.cost.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.cost.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.gas.cost from '"8920392083423078"' +./octez-codec encode 015-PtLimaPt.gas.cost from '"8920392083423078"' a6fd9d9694c3d81f -./tezos-codec decode 015-PtLimaPt.gas.cost from a6fd9d9694c3d81f +./octez-codec decode 015-PtLimaPt.gas.cost from a6fd9d9694c3d81f "8920392083423078" -./tezos-codec encode 015-PtLimaPt.gas.cost from '"0"' +./octez-codec encode 015-PtLimaPt.gas.cost from '"0"' 00 -./tezos-codec decode 015-PtLimaPt.gas.cost from 00 +./octez-codec decode 015-PtLimaPt.gas.cost from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.out index 290d719f5d7e..d89855f75ac9 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- gas.out @@ -1,18 +1,18 @@ -./tezos-codec encode 015-PtLimaPt.gas from '"1238"' +./octez-codec encode 015-PtLimaPt.gas from '"1238"' 009613 -./tezos-codec decode 015-PtLimaPt.gas from 009613 +./octez-codec decode 015-PtLimaPt.gas from 009613 "1238" -./tezos-codec encode 015-PtLimaPt.gas from '"unaccounted"' +./octez-codec encode 015-PtLimaPt.gas from '"unaccounted"' 01 -./tezos-codec decode 015-PtLimaPt.gas from 01 +./octez-codec decode 015-PtLimaPt.gas from 01 "unaccounted" -./tezos-codec encode 015-PtLimaPt.gas from '"0"' +./octez-codec encode 015-PtLimaPt.gas from '"0"' 0000 -./tezos-codec decode 015-PtLimaPt.gas from 0000 +./octez-codec decode 015-PtLimaPt.gas from 0000 "0" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- level.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- level.out index e010f8e2b923..8c3397279b2e 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- level.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- level.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.level from '{ +./octez-codec encode 015-PtLimaPt.level from '{ "level": 1331, "level_position": 2147483647, "cycle": 300, @@ -8,6 +8,6 @@ }' 000005337fffffff0000012c00000258ff -./tezos-codec decode 015-PtLimaPt.level from 000005337fffffff0000012c00000258ff +./octez-codec decode 015-PtLimaPt.level from 000005337fffffff0000012c00000258ff { "level": 1331, "level_position": 2147483647, "cycle": 300, "cycle_position": 600, "expected_commitment": true } diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- nonce.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- nonce.out index 3ef0310fb1a7..b01391d0c601 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- nonce.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- nonce.out @@ -1,6 +1,6 @@ -./tezos-codec encode 015-PtLimaPt.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' +./octez-codec encode 015-PtLimaPt.nonce from '"0000000000000000000000000000000000000000000000000000000000000000"' 0000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 015-PtLimaPt.nonce from 0000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 015-PtLimaPt.nonce from 0000000000000000000000000000000000000000000000000000000000000000 "0000000000000000000000000000000000000000000000000000000000000000" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.internal.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.internal.out index 5131b5272651..c2e0f01734a7 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.internal.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.internal.out @@ -1,16 +1,16 @@ -./tezos-codec encode 015-PtLimaPt.operation.internal from '{ +./octez-codec encode 015-PtLimaPt.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 -./tezos-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 +./octez-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000300 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation" } -./tezos-codec encode 015-PtLimaPt.operation.internal from '{ +./octez-codec encode 015-PtLimaPt.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", @@ -18,11 +18,11 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000003ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "delegation", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 015-PtLimaPt.operation.internal from '{ +./octez-codec encode 015-PtLimaPt.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", @@ -85,7 +85,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac78000002af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "origination", "balance": "84143", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -102,7 +102,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } -./tezos-codec encode 015-PtLimaPt.operation.internal from '{ +./octez-codec encode 015-PtLimaPt.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", @@ -111,12 +111,12 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac780003019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 3, "kind": "transaction", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } -./tezos-codec encode 015-PtLimaPt.operation.internal from '{ +./octez-codec encode 015-PtLimaPt.operation.internal from '{ "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", @@ -133,7 +133,7 @@ }' 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 015-PtLimaPt.operation.internal from 000002298c03ed7d454a101eb7022bc95f7e5f41ac7800000197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "nonce": 0, "kind": "transaction", "amount": "407", "destination": "KT1DieU51jzXLerQx5AqMCiLC1SsCeM8yRat", diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.out index a2a24284c215..016566e84d8d 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -12,7 +12,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", @@ -21,7 +21,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -36,7 +36,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c0066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -46,7 +46,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -62,7 +62,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4010066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -72,7 +72,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -89,7 +89,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7866804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -100,7 +100,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -147,7 +147,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -184,7 +184,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -217,7 +217,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -240,7 +240,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -255,7 +255,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -264,7 +264,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -279,7 +279,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, @@ -288,7 +288,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -360,7 +360,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e020000000901000000047465737466804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -384,7 +384,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -401,7 +401,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -412,7 +412,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -429,7 +429,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -440,7 +440,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -453,7 +453,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80100000533000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, @@ -462,7 +462,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -480,7 +480,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac780066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -491,7 +491,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } -./tezos-codec encode 015-PtLimaPt.operation from '{ +./octez-codec encode 015-PtLimaPt.operation from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -517,7 +517,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f66804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.raw.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.raw.out index c6cd69ac87ae..c38b5ebed544 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.raw.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.raw.out @@ -1,11 +1,11 @@ -./tezos-codec encode 015-PtLimaPt.operation.raw from '{ +./octez-codec encode 015-PtLimaPt.operation.raw from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation.raw from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "data": "000000053366804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c" } diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.unsigned.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.unsigned.out index 6a8d0b5e1ae7..a337c6eb1cd2 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.unsigned.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- operation.unsigned.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -11,14 +11,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a804c55cf02dbeecc978d9c84625dcae72bb77ea4fbd41f98b15efc63fa893d61d7d6eee4a2ce9427ac4 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "activate_account", "pkh": "tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv", "secret": "41f98b15efc63fa893d61d7d6eee4a2ce9427ac4" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -32,7 +32,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8060002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c00 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "ballot", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -40,7 +40,7 @@ "proposal": "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "ballot": "yay" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -55,7 +55,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40100 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -63,7 +63,7 @@ "counter": "732", "gas_limit": "9451117", "storage_limit": "57024931117" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -79,7 +79,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86e0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401ff0002298c03ed7d454a101eb7022bc95f7e5f41ac78 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "delegation", @@ -88,7 +88,7 @@ "storage_limit": "57024931117", "delegate": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -134,7 +134,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a803000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c000000f100000533010e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8000000005e9dcbb00442e9bc4583d4f9fa6ba422733f45d3a44397141a953d2237bf8df62e5046eef700000011000000010100000008000000000000000a4c7319284b55068bb7c4e0b9f8585729db7fb27ab4ca9cff2038a1fc324f650c000000000000000000000000000000000000000000000000000000000000000000000000101895ca00000000000166804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_baking_evidence", @@ -169,7 +169,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -201,7 +201,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8020000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c0000008b0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a81500000000053300000000000000000000000000000000000000000000000000000000000000000000000066804fe735e06e97e26da8236b6341b91c625d5e82b3524ec0a88cc982365e70f8a5b9bc65df2ea6d21ee244cc3a96fb33031c394c78b1179ff1b8a44237740c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "double_endorsement_evidence", @@ -222,7 +222,7 @@ "signature": "sigbQ5ZNvkjvGssJgoAnUAfY4Wvvg3QZqawBYB1j1VDBNTMBAALnCzRHWzer34bnfmzgHg3EvwdzQKdxgSghB897cono6gbQ" } } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -236,14 +236,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a815000000000533000000000000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "endorsement", "slot": 0, "level": 1331, "round": 0, "block_payload_hash": "vh1g87ZG6scSYxKhspAUzprQVuLAyoa5qMBKcUfjgnQGnFb3dJcG" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -314,7 +314,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86d0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401af9105ff0002298c03ed7d454a101eb7022bc95f7e5f41ac7800000020020000001b050003680501056303680502020000000a03160346053d036d03420000000e0200000009010000000474657374 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "origination", @@ -336,7 +336,7 @@ { "prim": "PAIR" } ] ] } ], "storage": [ { "string": "test" } ] } } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -352,7 +352,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8050002298c03ed7d454a101eb7022bc95f7e5f41ac78000002cf000000407663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c7663cf120f3dc8189d5dc7d4d7a0483bcc53f3f18e700f5a2f5076aa8b9dc55c { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "proposals", @@ -361,7 +361,7 @@ [ "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp", "PscqRYywd243M2eZspXZEJGsRmNchp4ZKfKmoyEZTRHeLQvVGjp" ] } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -377,7 +377,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86b0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d401004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "reveal", "source": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", @@ -386,7 +386,7 @@ "public_key": "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -398,14 +398,14 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a801000005330000000000000000000000000000000000000000000000000000000000000000 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "seed_nonce_revelation", "level": 1331, "nonce": "0000000000000000000000000000000000000000000000000000000000000000" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -422,7 +422,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d4019703000002298c03ed7d454a101eb7022bc95f7e5f41ac7800 { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", @@ -431,7 +431,7 @@ "storage_limit": "57024931117", "amount": "407", "destination": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" } ] } -./tezos-codec encode 015-PtLimaPt.operation.unsigned from '{ +./octez-codec encode 015-PtLimaPt.operation.unsigned from '{ "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { @@ -456,7 +456,7 @@ }' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f -./tezos-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f +./octez-codec decode 015-PtLimaPt.operation.unsigned from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a86c0002298c03ed7d454a101eb7022bc95f7e5f41ac7821dc05edecc004adcacdb7d40197030138560805b4c8d7b7fbbafad5c59dbfa3878ca70500ffff06616374696f6e000000070200000002034f { "branch": "BKpbfCvh777DQHnXjU2sqHvVUNZ7dBAdqEfKkdw8EGSkD9LSYXb", "contents": [ { "kind": "transaction", diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- period.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- period.out index 1ddc7f1bb819..950badebf659 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- period.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- period.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.period from '"2789"' +./octez-codec encode 015-PtLimaPt.period from '"2789"' 0000000000000ae5 -./tezos-codec decode 015-PtLimaPt.period from 0000000000000ae5 +./octez-codec decode 015-PtLimaPt.period from 0000000000000ae5 "2789" -./tezos-codec encode 015-PtLimaPt.period from '"0"' +./octez-codec encode 015-PtLimaPt.period from '"0"' 0000000000000000 -./tezos-codec decode 015-PtLimaPt.period from 0000000000000000 +./octez-codec decode 015-PtLimaPt.period from 0000000000000000 "0" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- raw_level.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- raw_level.out index e4102e050584..6c84ce6d3517 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- raw_level.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- raw_level.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.raw_level from 2147483647 +./octez-codec encode 015-PtLimaPt.raw_level from 2147483647 7fffffff -./tezos-codec decode 015-PtLimaPt.raw_level from 7fffffff +./octez-codec decode 015-PtLimaPt.raw_level from 7fffffff 2147483647 -./tezos-codec encode 015-PtLimaPt.raw_level from 0 +./octez-codec encode 015-PtLimaPt.raw_level from 0 00000000 -./tezos-codec decode 015-PtLimaPt.raw_level from 00000000 +./octez-codec decode 015-PtLimaPt.raw_level from 00000000 0 diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- seed.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- seed.out index 403c70e1a28e..1075f4c21a84 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- seed.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- seed.out @@ -1,6 +1,6 @@ -./tezos-codec encode 015-PtLimaPt.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' +./octez-codec encode 015-PtLimaPt.seed from '"0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8"' 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 -./tezos-codec decode 015-PtLimaPt.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 +./octez-codec decode 015-PtLimaPt.seed from 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 "0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- tez.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- tez.out index b1cf31f041a9..31582e549ed0 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- tez.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- tez.out @@ -1,12 +1,12 @@ -./tezos-codec encode 015-PtLimaPt.tez from '"7322135"' +./octez-codec encode 015-PtLimaPt.tez from '"7322135"' 97f4be03 -./tezos-codec decode 015-PtLimaPt.tez from 97f4be03 +./octez-codec decode 015-PtLimaPt.tez from 97f4be03 "7322135" -./tezos-codec encode 015-PtLimaPt.tez from '"0"' +./octez-codec encode 015-PtLimaPt.tez from '"0"' 00 -./tezos-codec decode 015-PtLimaPt.tez from 00 +./octez-codec decode 015-PtLimaPt.tez from 00 "0" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- timestamp.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- timestamp.out index 935dbe2a851b..ea32f9b319b8 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- timestamp.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- timestamp.out @@ -1,6 +1,6 @@ -./tezos-codec encode 015-PtLimaPt.timestamp from '"2020-04-20T16:19:59Z"' +./octez-codec encode 015-PtLimaPt.timestamp from '"2020-04-20T16:19:59Z"' 000000005e9dcbaf -./tezos-codec decode 015-PtLimaPt.timestamp from 000000005e9dcbaf +./octez-codec decode 015-PtLimaPt.timestamp from 000000005e9dcbaf "2020-04-20T16:19:59Z" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballot.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballot.out index 12f6db25adb2..59bee993c891 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballot.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballot.out @@ -1,18 +1,18 @@ -./tezos-codec encode 015-PtLimaPt.vote.ballot from '"nay"' +./octez-codec encode 015-PtLimaPt.vote.ballot from '"nay"' 01 -./tezos-codec decode 015-PtLimaPt.vote.ballot from 01 +./octez-codec decode 015-PtLimaPt.vote.ballot from 01 "nay" -./tezos-codec encode 015-PtLimaPt.vote.ballot from '"pass"' +./octez-codec encode 015-PtLimaPt.vote.ballot from '"pass"' 02 -./tezos-codec decode 015-PtLimaPt.vote.ballot from 02 +./octez-codec decode 015-PtLimaPt.vote.ballot from 02 "pass" -./tezos-codec encode 015-PtLimaPt.vote.ballot from '"yay"' +./octez-codec encode 015-PtLimaPt.vote.ballot from '"yay"' 00 -./tezos-codec decode 015-PtLimaPt.vote.ballot from 00 +./octez-codec decode 015-PtLimaPt.vote.ballot from 00 "yay" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballots.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballots.out index c66da27b39a8..74cbff4bc11b 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballots.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.ballots.out @@ -1,10 +1,10 @@ -./tezos-codec encode 015-PtLimaPt.vote.ballots from '{ +./octez-codec encode 015-PtLimaPt.vote.ballots from '{ "yay": "2147483647", "nay": "0", "pass": "455" }' 000000007fffffff000000000000000000000000000001c7 -./tezos-codec decode 015-PtLimaPt.vote.ballots from 000000007fffffff000000000000000000000000000001c7 +./octez-codec decode 015-PtLimaPt.vote.ballots from 000000007fffffff000000000000000000000000000001c7 { "yay": "2147483647", "nay": "0", "pass": "455" } diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.listings.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.listings.out index a005860c45e7..7e5ce05395c7 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.listings.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- vote.listings.out @@ -1,5 +1,5 @@ -./tezos-codec encode 015-PtLimaPt.vote.listings from '[ +./octez-codec encode 015-PtLimaPt.vote.listings from '[ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" @@ -11,6 +11,6 @@ ]' 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 -./tezos-codec decode 015-PtLimaPt.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 +./octez-codec decode 015-PtLimaPt.vote.listings from 0000003a0002298c03ed7d454a101eb7022bc95f7e5f41ac780000000000004e9300e7670f32038107a59a2b9cfefae36ea21f5aa63c0000000000002328 [ { "pkh": "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", "voting_power": "20115" }, { "pkh": "tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN", "voting_power": "9000" } ] diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.kind.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.kind.out index 55e39846560c..86d2d5bfcf01 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.kind.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.kind.out @@ -1,24 +1,24 @@ -./tezos-codec encode 015-PtLimaPt.voting_period.kind from '"promotion"' +./octez-codec encode 015-PtLimaPt.voting_period.kind from '"promotion"' 03 -./tezos-codec decode 015-PtLimaPt.voting_period.kind from 03 +./octez-codec decode 015-PtLimaPt.voting_period.kind from 03 "promotion" -./tezos-codec encode 015-PtLimaPt.voting_period.kind from '"proposal"' +./octez-codec encode 015-PtLimaPt.voting_period.kind from '"proposal"' 00 -./tezos-codec decode 015-PtLimaPt.voting_period.kind from 00 +./octez-codec decode 015-PtLimaPt.voting_period.kind from 00 "proposal" -./tezos-codec encode 015-PtLimaPt.voting_period.kind from '"exploration"' +./octez-codec encode 015-PtLimaPt.voting_period.kind from '"exploration"' 01 -./tezos-codec decode 015-PtLimaPt.voting_period.kind from 01 +./octez-codec decode 015-PtLimaPt.voting_period.kind from 01 "exploration" -./tezos-codec encode 015-PtLimaPt.voting_period.kind from '"cooldown"' +./octez-codec encode 015-PtLimaPt.voting_period.kind from '"cooldown"' 02 -./tezos-codec decode 015-PtLimaPt.voting_period.kind from 02 +./octez-codec decode 015-PtLimaPt.voting_period.kind from 02 "cooldown" diff --git a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.out b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.out index b50e61ae1d94..d67193853a73 100644 --- a/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.out +++ b/tezt/tests/expected/encoding.ml/Lima- protocol encoding regression test- voting_period.out @@ -1,20 +1,20 @@ -./tezos-codec encode 015-PtLimaPt.voting_period from '{ +./octez-codec encode 015-PtLimaPt.voting_period from '{ "start_position": 1159026, "kind": "proposal", "index": 0 }' 00000000000011af72 -./tezos-codec decode 015-PtLimaPt.voting_period from 00000000000011af72 +./octez-codec decode 015-PtLimaPt.voting_period from 00000000000011af72 { "index": 0, "kind": "proposal", "start_position": 1159026 } -./tezos-codec encode 015-PtLimaPt.voting_period from '{ +./octez-codec encode 015-PtLimaPt.voting_period from '{ "start_position": 0, "kind": "proposal", "index": 0 }' 000000000000000000 -./tezos-codec decode 015-PtLimaPt.voting_period from 000000000000000000 +./octez-codec decode 015-PtLimaPt.voting_period from 000000000000000000 { "index": 0, "kind": "proposal", "start_position": 0 } diff --git a/tezt/tests/expected/encoding.ml/shell encoding regression test- network_version.out b/tezt/tests/expected/encoding.ml/shell encoding regression test- network_version.out index aca3fc0125f7..e16b7bc75187 100644 --- a/tezt/tests/expected/encoding.ml/shell encoding regression test- network_version.out +++ b/tezt/tests/expected/encoding.ml/shell encoding regression test- network_version.out @@ -1,10 +1,10 @@ -./tezos-codec encode network_version from '{ +./octez-codec encode network_version from '{ "p2p_version": 0, "distributed_db_version": 1, "chain_name": "main" }' 000000046d61696e00010000 -./tezos-codec decode network_version from 000000046d61696e00010000 +./octez-codec decode network_version from 000000046d61696e00010000 { "chain_name": "main", "distributed_db_version": 1, "p2p_version": 0 } -- GitLab From 0bd1d8a8b4071ee135bd36b46f6c5a78a9932f82 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:55 -0400 Subject: [PATCH 55/74] Tezt: Rename tezos-client to octez-client --- ...p_node_first_published_at_level_global.out | 8 +- ...nt_of_rollup_node_handles_chain_reorgs.out | 12 +- tezt/lib_tezos/RPC_core.mli | 4 +- tezt/lib_tezos/account.mli | 4 +- tezt/lib_tezos/client.ml | 4 +- tezt/lib_tezos/client.mli | 142 +++--- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/demo_client.mli | 14 +- tezt/long_tests/sc_rollup.ml | 2 +- tezt/tests/bootstrap.ml | 4 +- tezt/tests/client_run_view.ml | 2 +- ...lient) RPC regression tests- contracts.out | 84 ++-- ...lient) RPC regression tests- delegates.out | 40 +- ... client) RPC regression tests- mempool.out | 42 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...de client) RPC regression tests- votes.out | 36 +- ...light) RPC regression tests- contracts.out | 84 ++-- ...light) RPC regression tests- delegates.out | 40 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...ode light) RPC regression tests- votes.out | 36 +- ...proxy) RPC regression tests- contracts.out | 84 ++-- ...proxy) RPC regression tests- delegates.out | 40 +- ...e proxy) RPC regression tests- mempool.out | 42 +- ...y) RPC regression tests- misc_protocol.out | 10 +- ...ode proxy) RPC regression tests- votes.out | 36 +- ...a_dir) RPC regression tests- contracts.out | 84 ++-- ...a_dir) RPC regression tests- delegates.out | 40 +- ...r) RPC regression tests- misc_protocol.out | 10 +- ..._data_dir) RPC regression tests- votes.out | 36 +- ...r_rpc) RPC regression tests- contracts.out | 84 ++-- ...r_rpc) RPC regression tests- delegates.out | 40 +- ...c) RPC regression tests- misc_protocol.out | 10 +- ...erver_rpc) RPC regression tests- votes.out | 36 +- .../Binary RPC regression tests.out | 4 +- ...lient) RPC regression tests- contracts.out | 84 ++-- ...lient) RPC regression tests- delegates.out | 40 +- ... client) RPC regression tests- mempool.out | 42 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...de client) RPC regression tests- votes.out | 36 +- ...light) RPC regression tests- contracts.out | 84 ++-- ...light) RPC regression tests- delegates.out | 40 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...ode light) RPC regression tests- votes.out | 36 +- ...proxy) RPC regression tests- contracts.out | 84 ++-- ...proxy) RPC regression tests- delegates.out | 40 +- ...e proxy) RPC regression tests- mempool.out | 42 +- ...y) RPC regression tests- misc_protocol.out | 10 +- ...ode proxy) RPC regression tests- votes.out | 36 +- ...a_dir) RPC regression tests- contracts.out | 84 ++-- ...a_dir) RPC regression tests- delegates.out | 40 +- ...r) RPC regression tests- misc_protocol.out | 10 +- ..._data_dir) RPC regression tests- votes.out | 36 +- ...r_rpc) RPC regression tests- contracts.out | 84 ++-- ...r_rpc) RPC regression tests- delegates.out | 40 +- ...c) RPC regression tests- misc_protocol.out | 10 +- ...erver_rpc) RPC regression tests- votes.out | 36 +- ...lient) RPC regression tests- contracts.out | 84 ++-- ...lient) RPC regression tests- delegates.out | 40 +- ... client) RPC regression tests- mempool.out | 42 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...de client) RPC regression tests- votes.out | 36 +- ...light) RPC regression tests- contracts.out | 84 ++-- ...light) RPC regression tests- delegates.out | 40 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...ode light) RPC regression tests- votes.out | 36 +- ...proxy) RPC regression tests- contracts.out | 84 ++-- ...proxy) RPC regression tests- delegates.out | 40 +- ...e proxy) RPC regression tests- mempool.out | 42 +- ...y) RPC regression tests- misc_protocol.out | 10 +- ...ode proxy) RPC regression tests- votes.out | 36 +- ...a_dir) RPC regression tests- contracts.out | 84 ++-- ...a_dir) RPC regression tests- delegates.out | 40 +- ...r) RPC regression tests- misc_protocol.out | 10 +- ..._data_dir) RPC regression tests- votes.out | 36 +- ...r_rpc) RPC regression tests- contracts.out | 84 ++-- ...r_rpc) RPC regression tests- delegates.out | 40 +- ...c) RPC regression tests- misc_protocol.out | 10 +- ...erver_rpc) RPC regression tests- votes.out | 36 +- ...lient) RPC regression tests- contracts.out | 84 ++-- ...lient) RPC regression tests- delegates.out | 40 +- ... client) RPC regression tests- mempool.out | 42 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...de client) RPC regression tests- votes.out | 36 +- ...light) RPC regression tests- contracts.out | 84 ++-- ...light) RPC regression tests- delegates.out | 40 +- ...t) RPC regression tests- misc_protocol.out | 10 +- ...ode light) RPC regression tests- votes.out | 36 +- ...proxy) RPC regression tests- contracts.out | 84 ++-- ...proxy) RPC regression tests- delegates.out | 40 +- ...e proxy) RPC regression tests- mempool.out | 42 +- ...y) RPC regression tests- misc_protocol.out | 10 +- ...ode proxy) RPC regression tests- votes.out | 36 +- ...a_dir) RPC regression tests- contracts.out | 84 ++-- ...a_dir) RPC regression tests- delegates.out | 40 +- ...r) RPC regression tests- misc_protocol.out | 10 +- ..._data_dir) RPC regression tests- votes.out | 36 +- ...r_rpc) RPC regression tests- contracts.out | 84 ++-- ...r_rpc) RPC regression tests- delegates.out | 40 +- ...c) RPC regression tests- misc_protocol.out | 10 +- ...erver_rpc) RPC regression tests- votes.out | 36 +- ... - delegate - consensus - destination).out | 30 +- ...- delegate - consensus -- destination).out | 30 +- ...-- delegate - consensus - destination).out | 30 +- ...- delegate - consensus -- destination).out | 30 +- ...lpha- Test register with consensus key.out | 12 +- ...a- Test revert to unique consensus key.out | 22 +- ... set consensus key - baker is delegate.out | 10 +- ... consensus key - baker is not delegate.out | 10 +- .../Alpha- Create contract.out | 8 +- .../Jakarta- Create contract.out | 8 +- .../Kathmandu- Create contract.out | 8 +- .../Lima- Create contract.out | 8 +- ...ctionality (feature_flag_is_disabled).out | 4 +- ...ctionality (rollup_node_dal_subscript.out | 6 +- .../Alpha- set deposits limit.out | 2 +- .../Alpha- unset deposits limit.out | 2 +- .../Jakarta- set deposits limit.out | 2 +- .../Jakarta- unset deposits limit.out | 2 +- .../Kathmandu- set deposits limit.out | 2 +- .../Kathmandu- unset deposits limit.out | 2 +- .../Lima- set deposits limit.out | 2 +- .../Lima- unset deposits limit.out | 2 +- ...lpha- hash data ... of type ... (good).out | 132 +++--- .../Alpha- increase paid storage.out | 2 +- .../Kathmandu- increase paid storage.out | 2 +- ...- a late rollup should catch up (late).out | 4 +- ...tbox message should be executable (_0).out | 8 +- ...tbox message should be executable (_5).out | 8 +- ...x message should be executable (aux_0).out | 8 +- ...x message should be executable (aux_5).out | 8 +- ...Alpha- arith - consecutive commitments.out | 12 +- ...rith - get genesis info of a sc rollup.out | 4 +- ...nt hash and inbox level of a sc rollup.out | 4 +- ...ce of inbox in the rollup node (basic).out | 12 +- ...inbox in the rollup node (disconnects).out | 20 +- ... the rollup node (handles_chain_reorg).out | 20 +- ...ances PVM state with internal messages.out | 6 +- ... node advances PVM state with messages.out | 46 +- ...th - node boots into the initial state.out | 6 +- ...tion of a SCORU executes without error.out | 4 +- ...ssages in the inbox - check inbox size.out | 44 +- ...s in the inbox - current messages hash.out | 12 +- ...games winning strategies (inbox_proof).out | 44 +- ...ng strategies (inbox_proof_at_genesis).out | 44 +- ...rategies (inbox_proof_many_empty_level.out | 44 +- ...rategies (inbox_proof_one_empty_level).out | 44 +- ...rategies (inbox_proof_with_new_content.out | 124 +++--- ...games winning strategies (pvm_proof_0).out | 44 +- ...games winning strategies (pvm_proof_1).out | 44 +- ...games winning strategies (pvm_proof_2).out | 32 +- ...games winning strategies (pvm_proof_3).out | 32 +- ...ning strategies (pvm_proof_at_genesis).out | 44 +- ...ion games winning strategies (timeout).out | 44 +- ...orrect handling of commitments (arith).out | 10 +- ...ing of commitments (batcher_does_not_p.out | 244 +++++------ ...ing of commitments (commitment_is_stor.out | 126 +++--- ...ing of commitments (first_published_at.out | 6 +- ...ing of commitments (handles_chain_reor.out | 10 +- ...ing of commitments (maintenance_publis.out | 244 +++++------ ...ndling of commitments (messages_reset).out | 126 +++--- ...ing of commitments (no_commitment_publ.out | 20 +- ...ing of commitments (node_use_proto_par.out | 66 +-- ...dling of commitments (non_final_level).out | 126 +++--- ...ing of commitments (observer_does_not_.out | 244 +++++------ ...ing of commitments (operator_publishes.out | 244 +++++------ ...ing of commitments (robust_to_failures.out | 126 +++--- ...o cement not on top of LCC or disputed.out | 68 +-- ... smart contract optimistic rollup node.out | 4 +- ...lpha- ensure arith boot sector is used.out | 20 +- ...ract rollup address through the client.out | 4 +- .../Alpha- list originated rollups.out | 40 +- ...lpha- originate arith with boot sector.out | 6 +- .../Alpha- refutation game timeout.out | 40 +- ...ation- check the punishment and reward.out | 16 +- .../Alpha- valid dispute dissection.out | 40 +- ...- a late rollup should catch up (late).out | 4 +- ...tbox message should be executable (_0).out | 4 +- ...tbox message should be executable (_5).out | 4 +- ...x message should be executable (aux_0).out | 4 +- ...x message should be executable (aux_5).out | 4 +- ...- wasm_2_0_0 - consecutive commitments.out | 12 +- ..._0_0 - get genesis info of a sc rollup.out | 4 +- ...itment hash and inbox level of a sc ro.out | 4 +- ...ce of inbox in the rollup node (basic).out | 12 +- ...inbox in the rollup node (disconnects).out | 20 +- ...n the rollup node (handles_chain_reorg.out | 20 +- ...ances PVM state with internal messages.out | 6 +- ... node advances PVM state with messages.out | 46 +- ..._0 - node boots into the initial state.out | 6 +- ...tion of a SCORU executes without error.out | 4 +- ...ssages in the inbox - check inbox size.out | 44 +- ...s in the inbox - current messages hash.out | 12 +- ...games winning strategies (inbox_proof).out | 44 +- ...ng strategies (inbox_proof_at_genesis).out | 44 +- ...ng strategies (inbox_proof_many_empty_.out | 44 +- ...ng strategies (inbox_proof_one_empty_l.out | 44 +- ...ng strategies (inbox_proof_with_new_co.out | 124 +++--- ...games winning strategies (pvm_proof_0).out | 44 +- ...games winning strategies (pvm_proof_1).out | 44 +- ...games winning strategies (pvm_proof_2).out | 32 +- ...games winning strategies (pvm_proof_3).out | 32 +- ...ning strategies (pvm_proof_at_genesis).out | 44 +- ...ion games winning strategies (timeout).out | 44 +- ...handling of commitments (batcher_does_.out | 244 +++++------ ...handling of commitments (commitment_is.out | 126 +++--- ...handling of commitments (first_publish.out | 6 +- ...handling of commitments (handles_chain.out | 10 +- ...handling of commitments (maintenance_p.out | 244 +++++------ ...handling of commitments (messages_rese.out | 126 +++--- ...handling of commitments (no_commitment.out | 20 +- ...handling of commitments (node_use_prot.out | 66 +-- ...handling of commitments (non_final_lev.out | 126 +++--- ...handling of commitments (observer_does.out | 244 +++++------ ...handling of commitments (operator_publ.out | 244 +++++------ ...handling of commitments (robust_to_fai.out | 126 +++--- ...with kernel - no_parse_bad_fingerprint.out | 46 +- ...0 - runs with kernel - no_parse_random.out | 46 +- ...fr bytes parameters more than 32 bytes.out | 2 +- ...Bls12_381 contract primitives- fr- add.out | 288 ++++++------- ...Bls12_381 contract primitives- fr- mul.out | 288 ++++++------- ...12_381 contract primitives- fr- negate.out | 24 +- ...s12_381 contract primitives- fr- store.out | 24 +- ...Bls12_381 contract primitives- g1- add.out | 288 ++++++------- ...Bls12_381 contract primitives- g1- mul.out | 288 ++++++------- ...12_381 contract primitives- g1- negate.out | 24 +- ...s12_381 contract primitives- g1- store.out | 24 +- ...Bls12_381 contract primitives- g2- add.out | 288 ++++++------- ...Bls12_381 contract primitives- g2- mul.out | 288 ++++++------- ...12_381 contract primitives- g2- negate.out | 24 +- ...s12_381 contract primitives- g2- store.out | 24 +- ...ntract primitives- pairing_check empty.out | 2 +- ...ct primitives- pairing_check(neg- pos).out | 288 ++++++------- ...ct primitives- pairing_check(pos- neg).out | 288 ++++++------- ...ct primitives- pairing_check(pos- pos).out | 288 ++++++------- ...ract primitives- signature_aggregation.out | 40 +- ..._381 contract primitives- test_groth16.out | 2 +- .../Alpha- Ticket updates in receipt.out | 4 +- .../Alpha- Create and remove tickets.out | 20 +- .../Alpha- Send tickets in bigmap.out | 12 +- .../Jakarta- Create and remove tickets.out | 20 +- .../Jakarta- Send tickets in bigmap.out | 12 +- .../Kathmandu- Create and remove tickets.out | 20 +- .../Kathmandu- Send tickets in bigmap.out | 12 +- .../Lima- Create and remove tickets.out | 20 +- .../Lima- Send tickets in bigmap.out | 12 +- ...PC (tx_rollup- regression) - rejection.out | 16 +- ...a- RPC (tx_rollup- regression) - state.out | 6 +- ..._rollups- regression) - batch encoding.out | 8 +- ...llups- regression) - commitment remove.out | 32 +- ... (tx_rollups- regression) - commitment.out | 16 +- ...- regression) - inbox merkle tree hash.out | 6 +- ...- regression) - inbox merkle tree path.out | 14 +- ...lups- regression) - inbox message hash.out | 2 +- ...- RPC (tx_rollups- regression) - inbox.out | 10 +- ...gression) - pending bonded commitments.out | 16 +- ... an invalid rollup address should fail.out | 16 +- ...eration for a commitment in the future.out | 10 +- ...ize commitment operation without batch.out | 6 +- ...ommitment operation without commitment.out | 10 +- .../Alpha- Submit empty batch.out | 8 +- .../Alpha- Submit maximum size batch.out | 10 +- .../Alpha- Submit maximum size inbox.out | 406 +++++++++--------- ...ry to finalize a too recent commitment.out | 14 +- ...PC (tx_rollup- regression) - rejection.out | 16 +- ...u- RPC (tx_rollup- regression) - state.out | 6 +- ..._rollups- regression) - batch encoding.out | 8 +- ...llups- regression) - commitment remove.out | 32 +- ... (tx_rollups- regression) - commitment.out | 16 +- ...- regression) - inbox merkle tree hash.out | 6 +- ...- regression) - inbox merkle tree path.out | 14 +- ...lups- regression) - inbox message hash.out | 2 +- ...- RPC (tx_rollups- regression) - inbox.out | 10 +- ...gression) - pending bonded commitments.out | 16 +- ... an invalid rollup address should fail.out | 16 +- ...eration for a commitment in the future.out | 10 +- ...ize commitment operation without batch.out | 6 +- ...ommitment operation without commitment.out | 10 +- .../Kathmandu- Submit empty batch.out | 8 +- .../Kathmandu- Submit maximum size batch.out | 10 +- .../Kathmandu- Submit maximum size inbox.out | 406 +++++++++--------- ...ry to finalize a too recent commitment.out | 14 +- ...PC (tx_rollup- regression) - rejection.out | 16 +- ...a- RPC (tx_rollup- regression) - state.out | 6 +- ..._rollups- regression) - batch encoding.out | 8 +- ...llups- regression) - commitment remove.out | 32 +- ... (tx_rollups- regression) - commitment.out | 16 +- ...- regression) - inbox merkle tree hash.out | 6 +- ...- regression) - inbox merkle tree path.out | 14 +- ...lups- regression) - inbox message hash.out | 2 +- ...- RPC (tx_rollups- regression) - inbox.out | 10 +- ...gression) - pending bonded commitments.out | 16 +- ... an invalid rollup address should fail.out | 16 +- ...eration for a commitment in the future.out | 10 +- ...ize commitment operation without batch.out | 6 +- ...ommitment operation without commitment.out | 10 +- .../tx_rollup.ml/Lima- Submit empty batch.out | 8 +- .../Lima- Submit maximum size batch.out | 10 +- .../Lima- Submit maximum size inbox.out | 406 +++++++++--------- ...ry to finalize a too recent commitment.out | 14 +- .../expected/views.ml/Alpha- Run views.out | 20 +- tezt/tests/hash_data.ml | 10 +- tezt/tests/light.ml | 2 +- tezt/tests/mockup.ml | 10 +- tezt/tests/proxy.ml | 4 +- tezt/tests/proxy_server_test_data.ml | 4 +- tezt/tests/run_script.ml | 2 +- tezt/tests/sc_rollup.ml | 2 +- tezt/tests/voting.ml | 2 +- 308 files changed, 7057 insertions(+), 7057 deletions(-) diff --git a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out index 9a0b5ee0cd10..43bfce506238 100644 --- a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out +++ b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out @@ -1,6 +1,6 @@ sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out -./tezos-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 1600.696 units (will add 100 for safety) Estimated storage: 6534 bytes added (will add 20 for safety) @@ -8,7 +8,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -30,10 +30,10 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.6335 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/initial_level' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/initial_level' 2 -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, diff --git a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out index 34e62a2196d3..10d28627ce81 100644 --- a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out +++ b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out @@ -1,6 +1,6 @@ sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out -./tezos-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 1600.696 units (will add 100 for safety) Estimated storage: 6534 bytes added (will add 20 for safety) @@ -8,7 +8,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -30,10 +30,10 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.6335 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/initial_level' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/initial_level' 2 -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -84,7 +84,7 @@ This sequence of operations was run: "sc_rollup_commitment_storage_size_in_bytes": 84, "sc_rollup_max_lookahead_in_blocks": 30000 } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap1 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap1 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1652.301 units (will add 100 for safety) Estimated storage: no bytes added @@ -92,7 +92,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/lib_tezos/RPC_core.mli b/tezt/lib_tezos/RPC_core.mli index 4806ee732ece..6aa60e629c41 100644 --- a/tezt/lib_tezos/RPC_core.mli +++ b/tezt/lib_tezos/RPC_core.mli @@ -135,12 +135,12 @@ val call_json : module Client : sig type nonrec 'result t = (Node.t, 'result) t - (** Perform RPC calls using [tezos-client]. *) + (** Perform RPC calls using [octez-client]. *) (** RPC calls performed this way are slower and should only be used to test the [rpc] command of the client. *) - (** Call an RPC using [tezos-client rpc]. + (** Call an RPC using [octez-client rpc]. The response body is parsed as JSON, then decoded using the decode function of the RPC description. diff --git a/tezt/lib_tezos/account.mli b/tezt/lib_tezos/account.mli index 7c03d390dcd4..bbccdbccba84 100644 --- a/tezt/lib_tezos/account.mli +++ b/tezt/lib_tezos/account.mli @@ -78,9 +78,9 @@ val sign_bytes : bytes -> Tezos_crypto.Signature.t -(** [write keys ~base_dir] writes the keys into the [tezos-client]'s data +(** [write keys ~base_dir] writes the keys into the [octez-client]'s data directory [base_dir]. This function has the same effect - as importing all the keys manually via [tezos-client] but is + as importing all the keys manually via [octez-client] but is faster. *) val write : key list -> base_dir:string -> unit diff --git a/tezt/lib_tezos/client.ml b/tezt/lib_tezos/client.ml index e635c5706766..b59fd291d5ae 100644 --- a/tezt/lib_tezos/client.ml +++ b/tezt/lib_tezos/client.ml @@ -1737,7 +1737,7 @@ let show_voting_period ?endpoint client = match output =~* rex "Current period: \"([a-z]+)\"" with | None -> Test.fail - "tezos-client show voting period did not print the current period" + "octez-client show voting period did not print the current period" | Some period -> return period module Sc_rollup = struct @@ -1902,7 +1902,7 @@ module Sc_rollup = struct let parse process = Process.check process in {value = process; run = parse} - (** Run [tezos-client execute outbox message of sc rollup from + (** Run [octez-client execute outbox message of sc rollup from for commitment hash and output proof ]. *) let execute_outbox_message ?(wait = "none") ?burn_cap ?storage_limit ?fee ?hooks ~rollup ~src ~commitment_hash ~proof client = diff --git a/tezt/lib_tezos/client.mli b/tezt/lib_tezos/client.mli index ec41e53d1590..9b6d1227e9f2 100644 --- a/tezt/lib_tezos/client.mli +++ b/tezt/lib_tezos/client.mli @@ -231,13 +231,13 @@ module Spawn : sig JSON.t Runnable.process end -(** Run [tezos-client rpc list]. *) +(** Run [octez-client rpc list]. *) val rpc_list : ?endpoint:endpoint -> t -> string Lwt.t (** Same as [rpc_list], but do not wait for the process to exit. *) val spawn_rpc_list : ?endpoint:endpoint -> t -> Process.t -(** Run [tezos-client rpc /chains//blocks//header/shell]. *) +(** Run [octez-client rpc /chains//blocks//header/shell]. *) val shell_header : ?endpoint:endpoint -> ?chain:string -> ?block:string -> t -> string Lwt.t @@ -320,16 +320,16 @@ end (** {2 Regular Client Commands} *) -(** Run [tezos-client --version]. *) +(** Run [octez-client --version]. *) val version : t -> unit Lwt.t (** Same as [version], but do not wait for the process to exit. *) val spawn_version : t -> Process.t -(** Run [tezos-client import secret key]. *) +(** Run [octez-client import secret key]. *) val import_secret_key : ?endpoint:endpoint -> t -> Account.key -> unit Lwt.t -(** Run [tezos-client import secret key] for remote signer. *) +(** Run [octez-client import secret key] for remote signer. *) val import_signer_key : ?endpoint:endpoint -> ?force:bool -> t -> Account.key -> Uri.t -> unit Lwt.t @@ -342,7 +342,7 @@ val spawn_import_signer_key : val spawn_import_secret_key : ?endpoint:endpoint -> t -> Account.key -> Process.t -(** Run [tezos-client activate protocol]. +(** Run [octez-client activate protocol]. If [timestamp] is not specified explicitely, it is set to [Ago timestamp_delay], where [timestamp_delay] is 365 days, which @@ -407,7 +407,7 @@ val spawn_activate_protocol : will contain no operations. *) val empty_mempool_file : ?filename:string -> unit -> string -(** Run [tezos-client bake for]. +(** Run [octez-client bake for]. Default [key] is {!Constant.bootstrap1.alias}. @@ -469,7 +469,7 @@ val spawn_bake_for : t -> Process.t -(** Run [tezos-client endorse for]. +(** Run [octez-client endorse for]. Default [key] is {!Constant.bootstrap1.alias}. *) val endorse_for : @@ -489,7 +489,7 @@ val spawn_endorse_for : t -> Process.t -(** Run [tezos-client preendorse for]. +(** Run [octez-client preendorse for]. Default [key] is {!Constant.bootstrap1.alias}. *) val preendorse_for : @@ -509,7 +509,7 @@ val spawn_preendorse_for : t -> Process.t -(** Run [tezos-client propose for]. +(** Run [octez-client propose for]. Default [key] is {!Constant.bootstrap1.alias}. *) val spawn_propose_for : @@ -534,7 +534,7 @@ val propose_for : t -> unit Lwt.t -(** Run [tezos-client show address --show-secret] and parse +(** Run [octez-client show address --show-secret] and parse the output into an [Account.key]. E.g. for [~alias:"bootstrap1"] the command yields: {v @@ -556,7 +556,7 @@ val show_address : alias:string -> t -> Account.key Lwt.t (which also implies that there is no output key to parse). *) val spawn_show_address : alias:string -> t -> Process.t -(** Run [tezos-client list known addresses] and parse the output into +(** Run [octez-client list known addresses] and parse the output into a association list from aliases to public key hashes. *) val list_known_addresses : t -> (string * string) list Lwt.t @@ -564,27 +564,27 @@ val list_known_addresses : t -> (string * string) list Lwt.t exit. *) val spawn_list_known_addresses : t -> Process.t -(** Run [tezos-client gen keys] and return the key alias. +(** Run [octez-client gen keys] and return the key alias. The default value for [alias] is a fresh alias of the form [tezt_]. *) val gen_keys : ?alias:string -> t -> string Lwt.t -(** A helper to run [tezos-client gen keys] followed by - [tezos-client show address] to get the generated key. *) +(** A helper to run [octez-client gen keys] followed by + [octez-client show address] to get the generated key. *) val gen_and_show_keys : ?alias:string -> t -> Account.key Lwt.t -(** Run [tezos-client bls gen keys ]. *) +(** Run [octez-client bls gen keys ]. *) val bls_gen_keys : ?hooks:Process.hooks -> ?force:bool -> ?alias:string -> t -> string Lwt.t -(** Run [tezos-client bls list keys]. +(** Run [octez-client bls list keys]. Returns the known BLS aliases associated to their public key hash. Fails if the format is not of the form [: ]. *) val bls_list_keys : ?hooks:Process.hooks -> t -> (string * string) list Lwt.t -(** Run [tezos-client bls show address ] and parse +(** Run [octez-client bls show address ] and parse the output into an [Account.aggregate_key]. E.g. for [~alias:"bls_account"] the command yields: {v @@ -606,11 +606,11 @@ v} val bls_show_address : ?hooks:Process.hooks -> alias:string -> t -> Account.aggregate_key Lwt.t -(** A helper to run [tezos-client bls gen keys] followed by - [tezos-client bls show address] to get the generated key. *) +(** A helper to run [octez-client bls gen keys] followed by + [octez-client bls show address] to get the generated key. *) val bls_gen_and_show_keys : ?alias:string -> t -> Account.aggregate_key Lwt.t -(** Run [tezos-client bls import secret key +(** Run [octez-client bls import secret key ]. *) val bls_import_secret_key : ?hooks:Process.hooks -> @@ -619,7 +619,7 @@ val bls_import_secret_key : t -> unit Lwt.t -(** Run [tezos-client transfer amount from giver to receiver]. *) +(** Run [octez-client transfer amount from giver to receiver]. *) val transfer : ?hooks:Process.hooks -> ?log_output:bool -> @@ -662,7 +662,7 @@ val spawn_transfer : t -> Process.t -(** Run [tezos-client multiple transfers from giver using json_batch]. *) +(** Run [octez-client multiple transfers from giver using json_batch]. *) val multiple_transfers : ?log_output:bool -> ?endpoint:endpoint -> @@ -679,11 +679,11 @@ val multiple_transfers : t -> unit Runnable.process -(** Run tezos-client get delegate for . Returns [Some address] if delegate +(** Run octez-client get delegate for . Returns [Some address] if delegate is set or [None] otherwise. *) val get_delegate : ?endpoint:endpoint -> src:string -> t -> string option Lwt.t -(** Run [tezos-client set delegate for to ]. *) +(** Run [octez-client set delegate for to ]. *) val set_delegate : ?endpoint:endpoint -> ?wait:string -> @@ -696,7 +696,7 @@ val set_delegate : t -> unit Runnable.process -(** Run [tezos-client reveal key for ]. *) +(** Run [octez-client reveal key for ]. *) val reveal : ?endpoint:endpoint -> ?wait:string -> @@ -707,7 +707,7 @@ val reveal : t -> unit Runnable.process -(** Run [tezos-client withdraw delegate from ]. *) +(** Run [octez-client withdraw delegate from ]. *) val withdraw_delegate : ?endpoint:endpoint -> ?wait:string -> @@ -720,14 +720,14 @@ val withdraw_delegate : val spawn_withdraw_delegate : ?endpoint:endpoint -> ?wait:string -> src:string -> t -> Process.t -(** Run [tezos-client get balance for]. *) +(** Run [octez-client get balance for]. *) val get_balance_for : ?endpoint:endpoint -> account:string -> t -> Tez.t Lwt.t (** Same as [get_balance_for], but do not wait for the process to exit. *) val spawn_get_balance_for : ?endpoint:endpoint -> account:string -> t -> Process.t -(** Run [tezos-client create mockup]. *) +(** Run [octez-client create mockup]. *) val create_mockup : ?sync_mode:mockup_sync_mode -> ?parameter_file:string -> @@ -743,7 +743,7 @@ val spawn_create_mockup : t -> Process.t -(** Run [tezos-client submit proposals for]. +(** Run [octez-client submit proposals for]. If both [proto_hash] and [proto_hashes] are specified, the list of protocols which are proposed is [proto_hash :: proto_hashes]. @@ -771,7 +771,7 @@ val spawn_submit_proposals : type ballot = Nay | Pass | Yay -(** Run [tezos-client submit ballot for]. +(** Run [octez-client submit ballot for]. Default [key] is {!Constant.bootstrap1.alias}. *) val submit_ballot : @@ -781,7 +781,7 @@ val submit_ballot : val spawn_submit_ballot : ?key:string -> ?wait:string -> proto_hash:string -> ballot -> t -> Process.t -(** Run [tezos-client set deposits limit for to ]. *) +(** Run [octez-client set deposits limit for to ]. *) val set_deposits_limit : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -791,7 +791,7 @@ val set_deposits_limit : t -> string Lwt.t -(** Run [tezos-client unset deposits limit for ]. *) +(** Run [octez-client unset deposits limit for ]. *) val unset_deposits_limit : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -800,7 +800,7 @@ val unset_deposits_limit : t -> string Lwt.t -(** Run [tezos-client increase the paid storage of by bytes from ]. *) +(** Run [octez-client increase the paid storage of by bytes from ]. *) val increase_paid_storage : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -811,7 +811,7 @@ val increase_paid_storage : t -> string Lwt.t -(** Run [tezos-client get contract used storage space for ]. *) +(** Run [octez-client get contract used storage space for ]. *) val used_storage_space : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -820,7 +820,7 @@ val used_storage_space : t -> string Lwt.t -(** Run [tezos-client get contract paid storage space for ]. *) +(** Run [octez-client get contract paid storage space for ]. *) val paid_storage_space : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -829,7 +829,7 @@ val paid_storage_space : t -> string Lwt.t -(** Run [tezos-client use as consensus key for delegate ] *) +(** Run [octez-client use as consensus key for delegate ] *) val update_consensus_key : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -841,7 +841,7 @@ val update_consensus_key : t -> unit Lwt.t -(** Run [tezos-client drain delegate with consensus key ] *) +(** Run [octez-client drain delegate with consensus key ] *) val drain_delegate : ?hooks:Process.hooks -> ?endpoint:endpoint -> @@ -858,7 +858,7 @@ val drain_delegate : (* TODO: https://gitlab.com/tezos/tezos/-/issues/2336 [src] should be named [from] and probably have type [Account.t] *) -(** Run [tezos-client originate contract alias transferring amount from src +(** Run [octez-client originate contract alias transferring amount from src running prg]. Returns the originated contract hash. *) val originate_contract : ?hooks:Process.hooks -> @@ -911,7 +911,7 @@ type stresstest_contract_parameters = { (** Gas limit to use for invocations during the stress test *) } -(** Run [tezos-client stresstest transfer using ]. +(** Run [octez-client stresstest transfer using ]. [sources] is a string containing all the [source_aliases], [source_pkhs], and [source_accounts] in JSON format as expected by @@ -988,7 +988,7 @@ val stresstest_estimate_gas : val stresstest_originate_smart_contracts : ?endpoint:endpoint -> Account.key -> t -> unit Lwt.t -(** Run [tezos-client run script .. on storage .. and input ..]. +(** Run [octez-client run script .. on storage .. and input ..]. Returns the new storage as a string. @@ -1018,7 +1018,7 @@ val spawn_run_script : t -> Process.t -(** Run [tezos-client register global constant value from src]. +(** Run [octez-client register global constant value from src]. Returns the address hash of the new constant. *) val register_global_constant : ?wait:string -> @@ -1037,9 +1037,9 @@ val spawn_register_global_constant : t -> Process.t -(** Run [tezos-client hash data .. of type ...] +(** Run [octez-client hash data .. of type ...] - Given that the output of [tezos-client] is: + Given that the output of [octez-client] is: [Raw packed data: 0x050303 Script-expression-ID-Hash: exprvDnoPjyKeR9FSnvwYg5a1v6mDyB6TmnATwWySSP6VmJxrzQb9E @@ -1073,14 +1073,14 @@ val hash_data : val spawn_hash_data : ?hooks:Process.hooks -> data:string -> typ:string -> t -> Process.t -(** Run [tezos-client hash script ..]*) +(** Run [octez-client hash script ..]*) val hash_script : ?hooks:Process_hooks.t -> script:string -> t -> string Lwt.t (** Same as [hash_script], but do not wait for the process to exit. *) val spawn_hash_script : ?hooks:Process_hooks.t -> script:string -> t -> Process.t -(** Run [tezos-client normalize data .. of type ...]*) +(** Run [octez-client normalize data .. of type ...]*) val normalize_data : ?mode:normalize_mode -> ?legacy:bool -> @@ -1098,7 +1098,7 @@ val spawn_normalize_data : t -> Process.t -(** Run [tezos-client normalize script ..]*) +(** Run [octez-client normalize script ..]*) val normalize_script : ?mode:normalize_mode -> script:string -> t -> string Lwt.t @@ -1106,7 +1106,7 @@ val normalize_script : val spawn_normalize_script : ?mode:normalize_mode -> script:string -> t -> Process.t -(** Run [tezos-client typecheck script ..]*) +(** Run [octez-client typecheck script ..]*) val typecheck_script : script:string -> ?details:bool -> @@ -1142,12 +1142,12 @@ val spawn_run_view : t -> Process.t -(** Run [tezos-client run view .. on contract .. with input ..]. +(** Run [octez-client run view .. on contract .. with input ..]. Returns the value returned by a view as a string. Fails if the view or the contract does not exist. If [input] is [None], it - runs [tezos-client run view .. on contract ..]. *) + runs [octez-client run view .. on contract ..]. *) val run_view : ?hooks:Process.hooks -> ?source:string -> @@ -1161,7 +1161,7 @@ val run_view : t -> string Lwt.t -(** Run [tezos-client list mode protocols]. +(** Run [octez-client list mode protocols]. Note: the [list protocols] command (without mode) is an admin command (see {!Admin.list_protocols}). *) @@ -1171,20 +1171,20 @@ val list_protocols : [< `Light | `Mockup | `Proxy] -> t -> string list Lwt.t and do not process stdout. *) val spawn_list_protocols : [< `Light | `Mockup | `Proxy] -> t -> Process.t -(** Run [tezos-client migrate mockup to]. *) +(** Run [octez-client migrate mockup to]. *) val migrate_mockup : next_protocol:Protocol.t -> t -> unit Lwt.t (** Same as [migrate_mockup], but do not wait for the process to exit. *) val spawn_migrate_mockup : next_protocol:Protocol.t -> t -> Process.t -(** Run [tezos-client sign block for ]. *) +(** Run [octez-client sign block for ]. *) val sign_block : t -> string -> delegate:string -> string Lwt.t (** Same as [sign_block], but do not wait for the process to exit. *) val spawn_sign_block : t -> string -> delegate:string -> Process.t module Tx_rollup : sig - (** Run [tezos-client originate tx rollup from ]. *) + (** Run [octez-client originate tx rollup from ]. *) val originate : ?wait:string -> ?burn_cap:Tez.t -> @@ -1196,7 +1196,7 @@ module Tx_rollup : sig t -> string Runnable.process - (** Run [tezos-client submit tx rollup batch to from ]. *) + (** Run [octez-client submit tx rollup batch to from ]. *) val submit_batch : ?wait:string -> ?burn_cap:Tez.t -> @@ -1210,7 +1210,7 @@ module Tx_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit tx rollup commitment to from ]. *) + (** Run [octez-client submit tx rollup commitment to from ]. *) val submit_commitment : ?wait:string -> ?burn_cap:Tez.t -> @@ -1225,7 +1225,7 @@ module Tx_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit tx rollup finalize commitment to from ]. *) + (** Run [octez-client submit tx rollup finalize commitment to from ]. *) val submit_finalize_commitment : ?wait:string -> ?burn_cap:Tez.t -> @@ -1236,7 +1236,7 @@ module Tx_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit tx rollup remove commitment to from ]. *) + (** Run [octez-client submit tx rollup remove commitment to from ]. *) val submit_remove_commitment : ?wait:string -> ?burn_cap:Tez.t -> @@ -1247,7 +1247,7 @@ module Tx_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit tx rollup rejection commitment at level + (** Run [octez-client submit tx rollup rejection commitment at level message at with with agreed context hash and withdraw list to from ]. *) @@ -1271,7 +1271,7 @@ module Tx_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit tx rollup return bond to from ]. *) + (** Run [octez-client submit tx rollup return bond to from ]. *) val submit_return_bond : ?wait:string -> ?burn_cap:Tez.t -> @@ -1312,14 +1312,14 @@ module Tx_rollup : sig unit Runnable.process end -(** Run [tezos-client show voting period] and return the period name. *) +(** Run [octez-client show voting period] and return the period name. *) val show_voting_period : ?endpoint:endpoint -> t -> string Lwt.t (** Same as [show_voting_period], but do not wait for the process to exit. *) val spawn_show_voting_period : ?endpoint:endpoint -> t -> Process.t module Sc_rollup : sig - (** Run [tezos-client originate sc rollup from of kind booting with ]. *) + (** Run [octez-client originate sc rollup from of kind booting with ]. *) val originate : ?hooks:Process.hooks -> ?wait:string -> @@ -1343,7 +1343,7 @@ module Sc_rollup : sig t -> Process.t - (** Run [tezos-client send rollup message from to ]. *) + (** Run [octez-client send rollup message from to ]. *) val send_message : ?hooks:Process.hooks -> ?wait:string -> @@ -1365,7 +1365,7 @@ module Sc_rollup : sig t -> Process.t - (** Run [tezos-client publish commitment from for sc rollup + (** Run [octez-client publish commitment from for sc rollup with compressed state at inbox level and predecessor and number of ticks . *) val publish_commitment : @@ -1381,7 +1381,7 @@ module Sc_rollup : sig t -> unit Runnable.process - (** Run [tezos-client cement commitment from for sc rollup ]. *) + (** Run [octez-client cement commitment from for sc rollup ]. *) val cement_commitment : ?hooks:Process.hooks -> ?wait:string -> @@ -1392,7 +1392,7 @@ module Sc_rollup : sig t -> unit Runnable.process - (** Run [tezos-client timeout dispute on sc rollup with from + (** Run [octez-client timeout dispute on sc rollup with from ]. *) val timeout : ?expect_failure:bool -> @@ -1405,7 +1405,7 @@ module Sc_rollup : sig t -> unit Runnable.process - (** Run [tezos-client submit sc rollup recover bond to from ]. *) + (** Run [octez-client submit sc rollup recover bond to from ]. *) val submit_recover_bond : ?wait:string -> ?burn_cap:Tez.t -> @@ -1417,7 +1417,7 @@ module Sc_rollup : sig t -> unit Runnable.process - (** Run [tezos-client execute outbox message of sc rollup from + (** Run [octez-client execute outbox message of sc rollup from for commitment hash and output proof ]. *) val execute_outbox_message : ?wait:string -> @@ -1505,7 +1505,7 @@ val init_with_protocol : (** Create a client with mode [Mockup] and run [create mockup]. Contrary to [init], this does not import any secret key, because - [tezos-client create mockup] already initializes the mockup with bootstrap + [octez-client create mockup] already initializes the mockup with bootstrap keys. *) val init_mockup : @@ -1586,7 +1586,7 @@ val contract_code : (** Sign a string of bytes with secret key of the given account. *) val sign_bytes : signer:string -> data:string -> t -> string Lwt.t -(** Use tezos-client to convert a script between given forms. *) +(** Use octez-client to convert a script between given forms. *) val convert_script : script:string -> src_format:[`Michelson | `Json | `Binary] -> @@ -1594,5 +1594,5 @@ val convert_script : t -> string Lwt.t -(** Run [tezos-client bootstrapped]. *) +(** Run [octez-client bootstrapped]. *) val bootstrapped : t -> unit Lwt.t diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index ccb6fccb6cad..e84b38aeeab5 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -24,7 +24,7 @@ (* *) (*****************************************************************************) -let tezos_client = "./tezos-client" +let tezos_client = "./octez-client" let tezos_admin_client = "./tezos-admin-client" diff --git a/tezt/lib_tezos/demo_client.mli b/tezt/lib_tezos/demo_client.mli index f835837648f3..c6d26a556d60 100644 --- a/tezt/lib_tezos/demo_client.mli +++ b/tezt/lib_tezos/demo_client.mli @@ -27,7 +27,7 @@ module Time = Tezos_base.Time.System (** Run Tezos client with commands related to `demo_protocol`. *) -(** Run [tezos-client activate protocol] with `demo_protocol`. +(** Run [octez-client activate protocol] with `demo_protocol`. If [timestamp] is not specified explicitely, it is set to [Ago timestamp_delay], where [timestamp_delay] is 365 days, which @@ -42,22 +42,22 @@ val activate : Client.t -> unit Lwt.t -(** Run [tezos-client bake]. *) +(** Run [octez-client bake]. *) val bake : ?msg:string -> Client.t -> unit Lwt.t -(** Run [tezos-client get a], get the current value of counter `a`. *) +(** Run [octez-client get a], get the current value of counter `a`. *) val get_a : Client.t -> int Lwt.t -(** Run [tezos-client get a], get the current value of counter `b`. *) +(** Run [octez-client get a], get the current value of counter `b`. *) val get_b : Client.t -> int Lwt.t -(** Run [tezos-client increment a], add one to counter `a`. *) +(** Run [octez-client increment a], add one to counter `a`. *) val increment_a : Client.t -> unit Lwt.t -(** Run [tezos-client increment b], add one to counter `a`.. *) +(** Run [octez-client increment b], add one to counter `a`.. *) val increment_b : Client.t -> unit Lwt.t -(** Run [tezos-client transfer amount], when [amount] is positive, +(** Run [octez-client transfer amount], when [amount] is positive, transfer [amount] from counter `a` to counter `b. When [amount] is negative, transfer [-amount] from `b` to `a`. *) val transfer : Client.t -> int -> unit Lwt.t diff --git a/tezt/long_tests/sc_rollup.ml b/tezt/long_tests/sc_rollup.ml index 3d0a5124f48e..4ec2def7381c 100644 --- a/tezt/long_tests/sc_rollup.ml +++ b/tezt/long_tests/sc_rollup.ml @@ -143,7 +143,7 @@ let with_fresh_rollup ?kind ~boot_sector f tezos_node tezos_client operator = in f sc_rollup sc_rollup_node configuration_filename -(** This helper injects an SC rollup origination via tezos-client. Then it +(** This helper injects an SC rollup origination via octez-client. Then it bakes to include the origination in a block. It returns the address of the originated rollup *) let originate_sc_rollup ?(hooks = hooks) ?(burn_cap = Tez.(of_int 9999999)) diff --git a/tezt/tests/bootstrap.ml b/tezt/tests/bootstrap.ml index 5c40b6d5f684..93c60703d743 100644 --- a/tezt/tests/bootstrap.ml +++ b/tezt/tests/bootstrap.ml @@ -69,7 +69,7 @@ let bootstrapped_event = b) Otherwise, we check that both nodes synchronize. In full mode, we also check that the savepoint is higher than when Node 2 was killed. *) let check_bootstrap_with_history_modes hmode1 hmode2 = - (* Number of calls to [tezos-client bake for] once the protocol is activated, + (* Number of calls to [octez-client bake for] once the protocol is activated, before we kill [node_2]. *) let bakes_before_kill = 9 in @@ -78,7 +78,7 @@ let check_bootstrap_with_history_modes hmode1 hmode2 = (* TODO-TB: update the doc strings below, written for max_operations_ttl = 0. *) - (* Number of calls to [tezos-client bake for] while [node_2] is not + (* Number of calls to [octez-client bake for] while [node_2] is not running. This number is high enough so that it is bigger than the Last-Allowed-Fork-Level or the caboose. diff --git a/tezt/tests/client_run_view.ml b/tezt/tests/client_run_view.ml index c57787e929eb..d58c30f64212 100644 --- a/tezt/tests/client_run_view.ml +++ b/tezt/tests/client_run_view.ml @@ -27,7 +27,7 @@ ------- Component: Client Invocation: dune exec tezt/tests/main.exe -- --file client_run_view.ml - Subject: Check that run view command to tezos-client behaves correctly + Subject: Check that run view command to octez-client behaves correctly *) let viewable_script = diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- contracts.out index 6172051e773e..4fbd5e0f6a1f 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,96 +9,96 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -114,20 +114,20 @@ Fatal error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -137,10 +137,10 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -152,10 +152,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -321,20 +321,20 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -344,7 +344,7 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -375,7 +375,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -529,10 +529,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -542,7 +542,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- mempool.out index 4923380d3463..94c14117ac39 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -69,7 +69,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -84,7 +84,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -104,7 +104,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -124,7 +124,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -145,29 +145,29 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "2", "found": "1" } ] } ], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.alpha.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.alpha.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.alpha.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -184,23 +184,23 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -209,38 +209,38 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } -./tezos-client rpc post /chains/main/mempool/filter with '{}' +./octez-client rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- misc_protocol.out index fdb1311dceae..debdd020abbe 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 10, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 58, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- votes.out index a7ea3fe91817..7a6be820083a 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode client) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- contracts.out index 8415a6aa1767..83abab4c6d2f 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL "annots": [ "%add_right" ] } ] } } } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL null protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- delegates.out index 839186e69dcc..b393a2ac5886 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -27,88 +27,88 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "active_consensus_key": "[PUBLIC_KEY_HASH]" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- misc_protocol.out index f136edd3e518..903ef7d963f0 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/constants +./octez-client --mode light rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -63,7 +63,7 @@ "zk_rollup_min_pending_to_process": 10 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -81,12 +81,12 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "consensus_key": "[PUBLIC_KEY_HASH]" } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -106,6 +106,6 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- votes.out index f1efd727e434..2d621b75c295 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode light) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal null protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL "voting_power": "4000000000000" } ] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaAL "voting_power": "4000001978209" } ] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [] protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of light mode unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- contracts.out index 5763e390dd0d..735fe5bb5662 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "annots": [ "%add_right" ] } ] } } } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL null protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- delegates.out index faaa3dc4e853..674ebe15a0c2 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -27,88 +27,88 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "active_consensus_key": "[PUBLIC_KEY_HASH]" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- mempool.out index f979bb040394..5dc60512f937 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -70,7 +70,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -86,7 +86,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -107,7 +107,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -128,7 +128,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -150,7 +150,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK @@ -158,25 +158,25 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.alpha.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.alpha.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.alpha.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -194,26 +194,26 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -223,45 +223,45 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{}' +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- misc_protocol.out index 4cf7d8981c0e..f35a822a65c7 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/constants +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -63,7 +63,7 @@ "zk_rollup_min_pending_to_process": 10 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -81,12 +81,12 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "consensus_key": "[PUBLIC_KEY_HASH]" } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -106,6 +106,6 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- votes.out index fc45eac6faf8..f9b8dcf7c210 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal null protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "voting_power": "4000000000000" } ] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaAL "voting_power": "4000001978209" } ] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [] protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of proxy unspecified, using the node's protocol: ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out index bf8b201f6211..9c81a23ef36d 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 4, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 41, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_data_dir) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out index bf8b201f6211..9c81a23ef36d 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 4, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 41, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Alpha- (mode proxy_server_rpc) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Binary RPC regression tests.out b/tezt/tests/expected/RPC_test.ml/Binary RPC regression tests.out index 6e0d0d897c45..1de7687794d4 100644 --- a/tezt/tests/expected/RPC_test.ml/Binary RPC regression tests.out +++ b/tezt/tests/expected/RPC_test.ml/Binary RPC regression tests.out @@ -1,5 +1,5 @@ -./tezos-client --media-type json rpc get /chains/main/blocks/head/header/shell +./octez-client --media-type json rpc get /chains/main/blocks/head/header/shell { "level": 0, "proto": 0, "predecessor": "[BLOCK_HASH]", "timestamp": "[TIMESTAMP]", "validation_pass": 0, @@ -7,5 +7,5 @@ "fitness": [], "context": "[CONTEXT_HASH]" } -./tezos-client --media-type binary rpc get /chains/main/blocks/head/header/shell +./octez-client --media-type binary rpc get /chains/main/blocks/head/header/shell 00000000008fcf233671b6a04fcf679d2a381c2544ea6c1ea29ba6157776ed8424c7ccd00b000000005b37aac4000e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a80000000046eda4bd10fa370d99881852b74be8a0e2f407afb9d4722fefffcfbe76878a66 diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- contracts.out index 6172051e773e..4fbd5e0f6a1f 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,96 +9,96 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -114,20 +114,20 @@ Fatal error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -137,10 +137,10 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -152,10 +152,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -321,20 +321,20 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -344,7 +344,7 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -375,7 +375,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -529,10 +529,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -542,7 +542,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- delegates.out index 092ce060fb91..6a6e76715b79 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- mempool.out index c2e364e83c14..ecdd579e1da1 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -69,7 +69,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -84,7 +84,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -104,7 +104,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -124,7 +124,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -145,29 +145,29 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "2", "found": "1" } ] } ], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.013-PtJakart.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.013-PtJakart.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.013-PtJakart.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -184,23 +184,23 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -209,38 +209,38 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } -./tezos-client rpc post /chains/main/mempool/filter with '{}' +./octez-client rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- misc_protocol.out index eb569097d5ac..4bc8b4c8cb45 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -45,7 +45,7 @@ "sc_rollup_challenge_window_in_blocks": 20160, "sc_rollup_max_available_messages": 1000000 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -57,11 +57,11 @@ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 10, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -75,5 +75,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 58 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- votes.out index a7ea3fe91817..7a6be820083a 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode client) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- contracts.out index eec0d0daacb7..8df83e0ba48e 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ "annots": [ "%add_right" ] } ] } } } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ null protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- delegates.out index 7837bd74fcbd..371e7de40115 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -26,88 +26,88 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "voting_power": "4000000000000" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- misc_protocol.out index c2135b67df73..c425e87a622f 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/constants +./octez-client --mode light rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -46,7 +46,7 @@ "sc_rollup_max_available_messages": 1000000 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -59,12 +59,12 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "round": 10, "estimated_time": "[TIMESTAMP]" } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -79,6 +79,6 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "first_slot": 0, "endorsing_power": 58 } ] } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- votes.out index d70a4a75a81c..69a59fda0dfc 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode light) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal null protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ "voting_power": "4000000000000" } ] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJ "voting_power": "4000001978209" } ] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [] protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of light mode unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- contracts.out index 8ef86cb89a14..e110f6f995b4 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "annots": [ "%add_right" ] } ] } } } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH null protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- delegates.out index 100b2a2faf1b..920ddc84971c 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -26,88 +26,88 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "voting_power": "4000000000000" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- mempool.out index e2483ba709ca..7a2167af8e19 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -70,7 +70,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -86,7 +86,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -107,7 +107,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -128,7 +128,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -150,7 +150,7 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY @@ -158,25 +158,25 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.013-PtJakart.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.013-PtJakart.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.013-PtJakart.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -194,26 +194,26 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -223,45 +223,45 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{}' +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- misc_protocol.out index 35d444c7f576..aa328496174c 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/constants +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -46,7 +46,7 @@ "sc_rollup_max_available_messages": 1000000 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -59,12 +59,12 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "round": 10, "estimated_time": "[TIMESTAMP]" } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -79,6 +79,6 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "first_slot": 0, "endorsing_power": 58 } ] } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- votes.out index 623849f63b4c..833039c05e30 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal null protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "voting_power": "4000000000000" } ] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqH "voting_power": "4000001978209" } ] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [] protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of proxy unspecified, using the node's protocol: PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- delegates.out index 092ce060fb91..6a6e76715b79 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out index 0a4264b2c8db..81aa1d4c162a 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -45,7 +45,7 @@ "sc_rollup_challenge_window_in_blocks": 20160, "sc_rollup_max_available_messages": 1000000 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", @@ -57,11 +57,11 @@ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 4, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -75,5 +75,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 41 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_data_dir) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- delegates.out index 092ce060fb91..6a6e76715b79 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out index 0a4264b2c8db..81aa1d4c162a 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -45,7 +45,7 @@ "sc_rollup_challenge_window_in_blocks": 20160, "sc_rollup_max_available_messages": 1000000 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", @@ -57,11 +57,11 @@ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 4, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -75,5 +75,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 41 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Jakarta- (mode proxy_server_rpc) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- contracts.out index 6172051e773e..4fbd5e0f6a1f 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,96 +9,96 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -114,20 +114,20 @@ Fatal error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -137,10 +137,10 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -152,10 +152,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -321,20 +321,20 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -344,7 +344,7 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -375,7 +375,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -529,10 +529,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -542,7 +542,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- delegates.out index c5963596007d..fe9e4f82f2c6 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000", "remaining_proposals": 20 } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- mempool.out index a269189e7dae..6e05ffb8dde0 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -69,7 +69,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -84,7 +84,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -104,7 +104,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -124,7 +124,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -145,29 +145,29 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "2", "found": "1" } ] } ], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.014-PtKathma.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.014-PtKathma.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.014-PtKathma.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -184,23 +184,23 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -209,38 +209,38 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } -./tezos-client rpc post /chains/main/mempool/filter with '{}' +./octez-client rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- misc_protocol.out index 8bdcef4091ad..9bd18e90581c 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -56,7 +56,7 @@ "sc_rollup_max_active_outbox_levels": 20160, "sc_rollup_max_outbox_messages_per_level": 100 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -68,11 +68,11 @@ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 10, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -86,5 +86,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 58 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- votes.out index a7ea3fe91817..7a6be820083a 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode client) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- contracts.out index 8a62fca17793..8851d09e5f13 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL "annots": [ "%add_right" ] } ] } } } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL null protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- delegates.out index 874166ce630e..767f7ffaf7b6 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -26,88 +26,88 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "voting_power": "4000000000000", "remaining_proposals": 20 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- misc_protocol.out index ed793c174314..317441b9ab87 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/constants +./octez-client --mode light rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -57,7 +57,7 @@ "sc_rollup_max_outbox_messages_per_level": 100 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -70,12 +70,12 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "round": 10, "estimated_time": "[TIMESTAMP]" } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -90,6 +90,6 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "first_slot": 0, "endorsing_power": 58 } ] } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- votes.out index 934562557304..e17464b2b64c 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode light) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal null protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL "voting_power": "4000000000000" } ] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDAL "voting_power": "4000001978209" } ] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [] protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of light mode unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- contracts.out index d70f7a3e8166..1dfc14fcd546 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "annots": [ "%add_right" ] } ] } } } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C null protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- delegates.out index 8cc972f14b26..06b54141da4b 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -26,88 +26,88 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "voting_power": "4000000000000", "remaining_proposals": 20 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- mempool.out index ed17f183a9e2..185358bf1c61 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -70,7 +70,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -86,7 +86,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -107,7 +107,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -128,7 +128,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -150,7 +150,7 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg @@ -158,25 +158,25 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.014-PtKathma.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.014-PtKathma.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.014-PtKathma.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -194,26 +194,26 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -223,45 +223,45 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{}' +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- misc_protocol.out index f6802eaef9b9..1a30a1f5bdcb 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/constants +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -57,7 +57,7 @@ "sc_rollup_max_outbox_messages_per_level": 100 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", @@ -70,12 +70,12 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "round": 10, "estimated_time": "[TIMESTAMP]" } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -90,6 +90,6 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "first_slot": 0, "endorsing_power": 58 } ] } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- votes.out index 2db22c826d96..84d6d287ff5c 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal null protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "voting_power": "4000000000000" } ] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7C "voting_power": "4000001978209" } ] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [] protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of proxy unspecified, using the node's protocol: PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- delegates.out index c5963596007d..fe9e4f82f2c6 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000", "remaining_proposals": 20 } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out index 0a29a978e6aa..db385f61d61c 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -56,7 +56,7 @@ "sc_rollup_max_active_outbox_levels": 20160, "sc_rollup_max_outbox_messages_per_level": 100 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", @@ -68,11 +68,11 @@ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 4, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -86,5 +86,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 41 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_data_dir) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- delegates.out index c5963596007d..fe9e4f82f2c6 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,86 +9,86 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 5, "voting_power": "4000000000000", "remaining_proposals": 20 } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out index 0a29a978e6aa..db385f61d61c 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -56,7 +56,7 @@ "sc_rollup_max_active_outbox_levels": 20160, "sc_rollup_max_outbox_messages_per_level": 100 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]" }, { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", @@ -68,11 +68,11 @@ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 4, "estimated_time": "[TIMESTAMP]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -86,5 +86,5 @@ { "delegate": "[PUBLIC_KEY_HASH]", "first_slot": 0, "endorsing_power": 41 } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Kathmandu- (mode proxy_server_rpc) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- contracts.out index 6172051e773e..4fbd5e0f6a1f 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,96 +9,96 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -114,20 +114,20 @@ Fatal error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -137,10 +137,10 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -152,10 +152,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -321,20 +321,20 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Fatal error: No service found at this URL -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Fatal error: No service found at this URL -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -344,7 +344,7 @@ Fatal error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -375,7 +375,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -529,10 +529,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -542,7 +542,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- mempool.out index 5d3fce4cd77b..1b1e61a827b5 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -69,7 +69,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -84,7 +84,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -104,7 +104,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -124,7 +124,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "contract": "[PUBLIC_KEY_HASH]", "expected": "1", "found": "5" } ] } ], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -145,29 +145,29 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "2", "found": "1" } ] } ], "branch_delayed": [], "unprocessed": [] } -./tezos-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.015-PtLimaPt.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.015-PtLimaPt.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.015-PtLimaPt.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -184,23 +184,23 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } -./tezos-client rpc post /chains/main/mempool/filter with '{ +./octez-client rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -209,38 +209,38 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } -./tezos-client rpc post /chains/main/mempool/filter with '{}' +./octez-client rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get /chains/main/mempool/filter +./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } -./tezos-client rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client rpc get '/chains/main/mempool/filter?include_default=false' {} diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- misc_protocol.out index fdb1311dceae..debdd020abbe 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 10, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 58, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- votes.out index a7ea3fe91817..7a6be820083a 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode client) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- contracts.out index e99174680335..5a996180da8e 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T "annots": [ "%add_right" ] } ] } } } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T null protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode light rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- delegates.out index 839186e69dcc..b393a2ac5886 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode light rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode light rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -27,88 +27,88 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "active_consensus_key": "[PUBLIC_KEY_HASH]" } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode light rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- misc_protocol.out index f136edd3e518..903ef7d963f0 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/context/constants +./octez-client --mode light rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -63,7 +63,7 @@ "zk_rollup_min_pending_to_process": 10 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -81,12 +81,12 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "consensus_key": "[PUBLIC_KEY_HASH]" } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode light rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -106,6 +106,6 @@ protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenes "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode light rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of light mode unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- votes.out index b453ac63509a..3729fb592d81 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode light) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal null protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T "voting_power": "4000000000000" } ] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode light rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode light rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode light rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4T "voting_power": "4000001978209" } ] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode light rpc get /chains/main/blocks/head/votes/proposals [] protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode light rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode light rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of light mode unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- contracts.out index 94dbd705e86e..cf82a8762795 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,111 +18,111 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -139,23 +139,23 @@ Fatal error: { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -166,11 +166,11 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -183,11 +183,11 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -354,23 +354,23 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD Fatal error: No service found at this URL -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -381,7 +381,7 @@ Fatal error: null protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -413,7 +413,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "annots": [ "%add_right" ] } ] } } } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -568,11 +568,11 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -583,7 +583,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 null protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client --mode proxy rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- delegates.out index faaa3dc4e853..674ebe15a0c2 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/contracts +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -10,7 +10,7 @@ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/delegates +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", @@ -18,7 +18,7 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -27,88 +27,88 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "active_consensus_key": "[PUBLIC_KEY_HASH]" } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- mempool.out index 2b35d73a0193..e1b2217e6d73 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- mempool.out @@ -6,7 +6,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -70,7 +70,7 @@ curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied= "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=true&refused=false&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [ { "hash": "[OPERATION_HASH]", "branch": "[BRANCH_HASH]", @@ -86,7 +86,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=true&outdated=false&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [ { "hash": "[OPERATION_HASH]", @@ -107,7 +107,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=true&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", @@ -128,7 +128,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "expected": "1", "found": "5" } ] } ], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=false&branch_delayed=false&branch_refused=true' { "applied": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", @@ -150,7 +150,7 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=1&applied=false&refused=false&outdated=true&branch_delayed=false&branch_refused=false' { "applied": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [], "unprocessed": [] } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD @@ -158,25 +158,25 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 curl -s 'http://localhost:[PORT]/chains/main/mempool/monitor_operations?applied=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.015-PtLimaPt.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.015-PtLimaPt.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.015-PtLimaPt.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", @@ -194,26 +194,26 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "50", "minimal_nanotez_per_gas_unit": [ "201", "5" ], "minimal_nanotez_per_byte": [ "56", "3" ], "allow_script_failure": false } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{ +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{ "minimal_fees": "200", "allow_script_failure": true }' @@ -223,45 +223,45 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "200", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' { "minimal_fees": "200" } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc post /chains/main/mempool/filter with '{}' +./octez-client --mode proxy rpc post /chains/main/mempool/filter with '{}' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/mempool/filter +./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=true' { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], "minimal_nanotez_per_byte": [ "1000", "1" ], "allow_script_failure": true, "replace_by_fee_factor": [ "21", "20" ], "max_prechecked_manager_operations": 5000 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' +./octez-client --mode proxy rpc get '/chains/main/mempool/filter?include_default=false' {} protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- misc_protocol.out index 4cf7d8981c0e..f35a822a65c7 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/context/constants +./octez-client --mode proxy rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -63,7 +63,7 @@ "zk_rollup_min_pending_to_process": 10 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 2, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -81,12 +81,12 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "consensus_key": "[PUBLIC_KEY_HASH]" } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client --mode proxy rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 1, "level_position": 0, "cycle": 0, "cycle_position": 0, "expected_commitment": false } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 1, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -106,6 +106,6 @@ protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGen "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im -./tezos-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client --mode proxy rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } protocol of proxy unspecified, using the node's protocol: ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- votes.out index 14f9b5372ae2..b9a9336161b4 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy) RPC regression tests- votes.out @@ -1,26 +1,26 @@ -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal null protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -33,43 +33,43 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "voting_power": "4000000000000" } ] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 0, "remaining": 3 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/current_quorum 5500 protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/listings +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -82,15 +82,15 @@ protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7 "voting_power": "4000001978209" } ] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/proposals [] protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD -./tezos-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client --mode proxy rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" protocol of proxy unspecified, using the node's protocol: PtLimaPt5HZrSMR4TB1qM7Ed8riGUqozU7qcbZNbpZgMPuVUweD diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out index bf8b201f6211..9c81a23ef36d 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 4, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 41, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_data_dir) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- contracts.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- contracts.out index 8153ff7f3850..0eb272899232 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- contracts.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- contracts.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,110 +9,110 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "3800000000000", "delegate": "[PUBLIC_KEY_HASH]", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "0" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "100000000", "counter": "1" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "100000000" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "1" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "99999393", "delegate": "[PUBLIC_KEY_HASH]", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "99999393" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/counter' "4" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/manager_key' "[PUBLIC_KEY]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/delegate' "[PUBLIC_KEY_HASH]" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/entrypoints - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/script - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/storage - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -128,24 +128,24 @@ Error: "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -155,10 +155,10 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "parameter", "args": [ { "prim": "string" } ] }, { "prim": "storage", @@ -170,10 +170,10 @@ null { "prim": "PAIR" } ] ] } ], "storage": { "prim": "Some", "args": [ { "string": "initial storage" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Some", "args": [ { "string": "initial storage" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]' { "balance": "0", "script": { "code": @@ -339,24 +339,24 @@ null "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/counter - error: The client does not support following HTTP redirects yet. -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key' Error: Rpc request failed: - meth: GET - uri: http://localhost:[PORT]/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/manager_key - error: The client does not support following HTTP redirects yet. -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "int": "0" }, @@ -366,7 +366,7 @@ Error: }' null -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/entrypoints' { "entrypoints": { "rem_right": { "prim": "string" }, "rem_left": { "prim": "string" }, "rem": @@ -397,7 +397,7 @@ null "args": [ { "prim": "string" }, { "prim": "nat" } ], "annots": [ "%add_right" ] } ] } } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/script' { "code": [ { "prim": "storage", "args": @@ -551,10 +551,10 @@ null { "prim": "PAIR" } ] ] } ] ] } ], "storage": { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/storage' { "prim": "Pair", "args": [ { "int": "4" }, { "int": "5" } ] } -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "test" }, @@ -564,7 +564,7 @@ null }' null -./tezos-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ +./octez-client rpc post '/chains/main/blocks/head/context/contracts/[CONTRACT_HASH]/big_map_get' with '{ "key": { "string": "dup" }, diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- delegates.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- delegates.out index 7e05acf2dbfb..11c9db29ab4c 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- delegates.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- delegates.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/contracts +./octez-client rpc get /chains/main/blocks/head/context/contracts [ "[CONTRACT_HASH]", "[CONTRACT_HASH]", "[CONTRACT_HASH]", @@ -9,14 +9,14 @@ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get /chains/main/blocks/head/context/delegates +./octez-client rpc get /chains/main/blocks/head/context/delegates [ "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]", "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -24,72 +24,72 @@ "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' "200000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' false -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' [ "[PUBLIC_KEY_HASH]" ] -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' 5 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' "4000000000000" -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/full_balance' Fatal error: Command failed: The implicit account ([PUBLIC_KEY_HASH]) whose balance was requested is not a registered delegate. To get the balance of this account you can use the ../context/contracts/[PUBLIC_KEY_HASH]/balance RPC. The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/frozen_deposits' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/deactivated' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/delegated_contracts' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/grace_period' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/staking_balance' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]/voting_power' Fatal error: Command failed: The provided public key hash ([PUBLIC_KEY_HASH]) is not the address of a registered delegate. If you own this account and want to register it as a delegate, use a delegation operation to delegate the account to itself. diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out index bf8b201f6211..9c81a23ef36d 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- misc_protocol.out @@ -1,5 +1,5 @@ -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -62,7 +62,7 @@ "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client rpc get /chains/main/blocks/head/helpers/baking_rights +./octez-client rpc get /chains/main/blocks/head/helpers/baking_rights [ { "level": 3, "delegate": "[PUBLIC_KEY_HASH]", "round": 0, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" }, @@ -79,11 +79,11 @@ "round": 4, "estimated_time": "[TIMESTAMP]", "consensus_key": "[PUBLIC_KEY_HASH]" } ] -./tezos-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' +./octez-client rpc get '/chains/main/blocks/head/helpers/current_level?offset=0' { "level": 2, "level_position": 1, "cycle": 0, "cycle_position": 1, "expected_commitment": false } -./tezos-client rpc get /chains/main/blocks/head/helpers/endorsing_rights +./octez-client rpc get /chains/main/blocks/head/helpers/endorsing_rights [ { "level": 2, "delegates": [ { "delegate": "[PUBLIC_KEY_HASH]", @@ -102,5 +102,5 @@ "first_slot": 0, "endorsing_power": 41, "consensus_key": "[PUBLIC_KEY_HASH]" } ] } ] -./tezos-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle +./octez-client rpc get /chains/main/blocks/head/helpers/levels_in_current_cycle { "first": 1, "last": 8 } diff --git a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- votes.out b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- votes.out index c5d50e640de8..8c859f49f493 100644 --- a/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- votes.out +++ b/tezt/tests/expected/RPC_test.ml/Lima- (mode proxy_server_rpc) RPC regression tests- votes.out @@ -1,21 +1,21 @@ -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "0", "nay": "0", "pass": "0" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal null -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -27,35 +27,35 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [ [ "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp", "4000000000000" ] ] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 0, "kind": "proposal", "start_position": 0 }, "position": 3, "remaining": 0 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000000000000" -./tezos-client rpc get /chains/main/blocks/head/votes/ballot_list +./octez-client rpc get /chains/main/blocks/head/votes/ballot_list [ { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "nay" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "pass" }, { "pkh": "[PUBLIC_KEY_HASH]", "ballot": "yay" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/ballots +./octez-client rpc get /chains/main/blocks/head/votes/ballots { "yay": "4000001978209", "nay": "4000000000000", "pass": "4000000000000" } -./tezos-client rpc get /chains/main/blocks/head/votes/current_period +./octez-client rpc get /chains/main/blocks/head/votes/current_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 1, "remaining": 2 } -./tezos-client rpc get /chains/main/blocks/head/votes/current_proposal +./octez-client rpc get /chains/main/blocks/head/votes/current_proposal "ProtoDemoNoopsDemoNoopsDemoNoopsDemoNoopsDemo6XBoYp" -./tezos-client rpc get /chains/main/blocks/head/votes/current_quorum +./octez-client rpc get /chains/main/blocks/head/votes/current_quorum 5500 -./tezos-client rpc get /chains/main/blocks/head/votes/listings +./octez-client rpc get /chains/main/blocks/head/votes/listings [ { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000000000000" }, { "pkh": "[PUBLIC_KEY_HASH]", @@ -67,12 +67,12 @@ null { "pkh": "[PUBLIC_KEY_HASH]", "voting_power": "4000001978209" } ] -./tezos-client rpc get /chains/main/blocks/head/votes/proposals +./octez-client rpc get /chains/main/blocks/head/votes/proposals [] -./tezos-client rpc get /chains/main/blocks/head/votes/successor_period +./octez-client rpc get /chains/main/blocks/head/votes/successor_period { "voting_period": { "index": 1, "kind": "exploration", "start_position": 4 }, "position": 2, "remaining": 1 } -./tezos-client rpc get /chains/main/blocks/head/votes/total_voting_power +./octez-client rpc get /chains/main/blocks/head/votes/total_voting_power "20000001978209" diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus - destination).out b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus - destination).out index 41e62c49ef14..ffd54418a873 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus - destination).out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus - destination).out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000333333", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000333333", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000004170240", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "4000004170240", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -51,7 +51,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000004170240", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "4000004170240", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -59,22 +59,22 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800003961728" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client --wait none drain delegate bootstrap1 to dummy_account_0 with dummy_account_0 +./octez-client --wait none drain delegate bootstrap1 to dummy_account_0 with dummy_account_0 Node is bootstrapped. Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Drain delegate: @@ -90,7 +90,7 @@ This sequence of operations was run: [PUBLIC_KEY_HASH] ... +ꜩ38000.038974 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "238000580819", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "238000580819", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -98,11 +98,11 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "38000372307" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003858504" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003858504" diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus -- destination).out b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus -- destination).out index 7f9c6b3912d8..12e08b8f1f8c 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus -- destination).out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker - delegate - consensus -- destination).out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000333333", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000333333", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000004170240", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "4000004170240", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -51,7 +51,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000004170240", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "4000004170240", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -59,22 +59,22 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800003961728" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client --wait none drain delegate bootstrap1 to dummy_account_1 with dummy_account_0 +./octez-client --wait none drain delegate bootstrap1 to dummy_account_1 with dummy_account_0 Node is bootstrapped. Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Drain delegate: @@ -90,7 +90,7 @@ This sequence of operations was run: [PUBLIC_KEY_HASH] ... +ꜩ38000.038974 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "238000580819", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "238000580819", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -98,11 +98,11 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "38000372307" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003858504" diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus - destination).out b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus - destination).out index ab11adc6f592..1a4f96bce133 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus - destination).out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus - destination).out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "3999999999633", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "3999999999633", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000003836540", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "4000003836540", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -51,7 +51,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000003836540", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "4000003836540", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -59,22 +59,22 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800003644713" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client --wait none drain delegate bootstrap1 to dummy_account_0 with dummy_account_0 +./octez-client --wait none drain delegate bootstrap1 to dummy_account_0 with dummy_account_0 Node is bootstrapped. Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Drain delegate: @@ -90,7 +90,7 @@ This sequence of operations was run: [PUBLIC_KEY_HASH] ... +ꜩ38000.035804 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "238000560964", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "238000560964", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -98,11 +98,11 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "38000369137" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003544659" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003544659" diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus -- destination).out b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus -- destination).out index e2221c4218b7..e53d1550304f 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus -- destination).out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test drain delegate with (baker -- delegate - consensus -- destination).out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "3999999999633", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "3999999999633", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000003836540", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "4000003836540", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -51,7 +51,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000003836540", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "4000003836540", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -59,22 +59,22 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3800003644713" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client --wait none drain delegate bootstrap1 to dummy_account_1 with dummy_account_0 +./octez-client --wait none drain delegate bootstrap1 to dummy_account_1 with dummy_account_0 Node is bootstrapped. Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Drain delegate: @@ -90,7 +90,7 @@ This sequence of operations was run: [PUBLIC_KEY_HASH] ... +ꜩ38000.035804 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "238000560964", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "238000560964", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -98,11 +98,11 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "38000369137" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "0" -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]/balance' "3762003544659" diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test register with consensus key.out b/tezt/tests/expected/consensus_key.ml/Alpha- Test register with consensus key.out index 21d96971409d..aa514455169c 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test register with consensus key.out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test register with consensus key.out @@ -1,8 +1,8 @@ -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "1" } -./tezos-client --wait none register key dummy_account_0 as delegate with consensus key dummy_account_1 +./octez-client --wait none register key dummy_account_0 as delegate with consensus key dummy_account_1 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 1000 units (will add 0 for safety) @@ -13,7 +13,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -59,7 +59,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "999999999122", "current_frozen_deposits": "0", "frozen_deposits": "0", "staking_balance": "999999999122", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -68,10 +68,10 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "999999999122", "current_frozen_deposits": "49999999956", "frozen_deposits": "49999999956", "staking_balance": "999999999122", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test revert to unique consensus key.out b/tezt/tests/expected/consensus_key.ml/Alpha- Test revert to unique consensus key.out index bf19a73ac22b..6955c0755af7 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test revert to unique consensus key.out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test revert to unique consensus key.out @@ -1,8 +1,8 @@ -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "1" } -./tezos-client --wait none register key dummy_account_0 as delegate with consensus key dummy_account_1 +./octez-client --wait none register key dummy_account_0 as delegate with consensus key dummy_account_1 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 1000 units (will add 0 for safety) @@ -13,7 +13,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -59,7 +59,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "999999999122", "current_frozen_deposits": "0", "frozen_deposits": "0", "staking_balance": "999999999122", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -68,17 +68,17 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/contracts/[PUBLIC_KEY_HASH]' { "balance": "0", "counter": "4" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "999999999122", "current_frozen_deposits": "49999999956", "frozen_deposits": "49999999956", "staking_balance": "999999999122", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 3, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client --wait none set consensus key for dummy_account_0 to dummy_account_0 +./octez-client --wait none set consensus key for dummy_account_0 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -86,7 +86,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -104,14 +104,14 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "1000000383428", "current_frozen_deposits": "49999999956", "frozen_deposits": "49999999956", "staking_balance": "1000000383428", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], "delegated_balance": "0", "deactivated": false, "grace_period": 4, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "1000000383061", "current_frozen_deposits": "50000019153", "frozen_deposits": "50000019153", "staking_balance": "1000000383061", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -120,7 +120,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 4, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "1000000383061", "current_frozen_deposits": "50000019153", "frozen_deposits": "50000019153", "staking_balance": "1000000383061", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is delegate.out b/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is delegate.out index cef7e650c7b2..adfb50bb6558 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is delegate.out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is delegate.out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000333333", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000333333", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000004170240", "current_frozen_deposits": "200000208512", "frozen_deposits": "200000208512", "staking_balance": "4000004170240", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], diff --git a/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is not delegate.out b/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is not delegate.out index 8c003d1dc2ff..cf385a824671 100644 --- a/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is not delegate.out +++ b/tezt/tests/expected/consensus_key.ml/Alpha- Test set consensus key - baker is not delegate.out @@ -1,5 +1,5 @@ -./tezos-client --wait none set consensus key for bootstrap1 to dummy_account_0 +./octez-client --wait none set consensus key for bootstrap1 to dummy_account_0 Node is bootstrapped. Estimated gas: 1000 units (will add 100 for safety) Estimated storage: no bytes added @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -25,7 +25,7 @@ This sequence of operations was run: Consumed gas: 1000 -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000000000000", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "4000000000000", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -33,7 +33,7 @@ This sequence of operations was run: "voting_power": "4000000000000", "remaining_proposals": 20, "active_consensus_key": "[PUBLIC_KEY_HASH]" } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "3999999999633", "current_frozen_deposits": "200000000000", "frozen_deposits": "200000000000", "staking_balance": "3999999999633", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], @@ -43,7 +43,7 @@ This sequence of operations was run: "pending_consensus_keys": [ { "cycle": 2, "pkh": "[PUBLIC_KEY_HASH]" } ] } -./tezos-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/delegates/[PUBLIC_KEY_HASH]' { "full_balance": "4000003836540", "current_frozen_deposits": "200000191827", "frozen_deposits": "200000191827", "staking_balance": "4000003836540", "delegated_contracts": [ "[PUBLIC_KEY_HASH]" ], diff --git a/tezt/tests/expected/create_contract.ml/Alpha- Create contract.out b/tezt/tests/expected/create_contract.ml/Alpha- Create contract.out index c3e1fbcb1a07..ea35f843f31a 100644 --- a/tezt/tests/expected/create_contract.ml/Alpha- Create contract.out +++ b/tezt/tests/expected/create_contract.ml/Alpha- Create contract.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1428.637 units (will add 100 for safety) Estimated storage: 350 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as originate_contract.tz. -./tezos-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit +./octez-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit Node is bootstrapped. Estimated gas: 3525.357 units (will add 100 for safety) Estimated storage: 295 bytes added (will add 20 for safety) @@ -61,7 +61,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/create_contract.ml/Jakarta- Create contract.out b/tezt/tests/expected/create_contract.ml/Jakarta- Create contract.out index e13d90ff1cd4..09a6c6da0070 100644 --- a/tezt/tests/expected/create_contract.ml/Jakarta- Create contract.out +++ b/tezt/tests/expected/create_contract.ml/Jakarta- Create contract.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1425.542 units (will add 100 for safety) Estimated storage: 350 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as originate_contract.tz. -./tezos-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit +./octez-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit Node is bootstrapped. Estimated gas: 3524.252 units (will add 100 for safety) Estimated storage: 295 bytes added (will add 20 for safety) @@ -61,7 +61,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/create_contract.ml/Kathmandu- Create contract.out b/tezt/tests/expected/create_contract.ml/Kathmandu- Create contract.out index eb545fa10d92..6c825ca91b94 100644 --- a/tezt/tests/expected/create_contract.ml/Kathmandu- Create contract.out +++ b/tezt/tests/expected/create_contract.ml/Kathmandu- Create contract.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1425.182 units (will add 100 for safety) Estimated storage: 350 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as originate_contract.tz. -./tezos-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit +./octez-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit Node is bootstrapped. Estimated gas: 3523.902 units (will add 100 for safety) Estimated storage: 295 bytes added (will add 20 for safety) @@ -61,7 +61,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/create_contract.ml/Lima- Create contract.out b/tezt/tests/expected/create_contract.ml/Lima- Create contract.out index c3e1fbcb1a07..ea35f843f31a 100644 --- a/tezt/tests/expected/create_contract.ml/Lima- Create contract.out +++ b/tezt/tests/expected/create_contract.ml/Lima- Create contract.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract originate_contract.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/originate_contract.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1428.637 units (will add 100 for safety) Estimated storage: 350 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -53,7 +53,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as originate_contract.tz. -./tezos-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit +./octez-client --mode mockup --wait none transfer 1 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg Unit Node is bootstrapped. Estimated gas: 3525.357 units (will add 100 for safety) Estimated storage: 295 bytes added (will add 20 for safety) @@ -61,7 +61,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (feature_flag_is_disabled).out b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (feature_flag_is_disabled).out index 353d6ac5b06e..407cffe6a5a7 100644 --- a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (feature_flag_is_disabled).out +++ b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (feature_flag_is_disabled).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out index e20625e61161..e9b7028d8d0d 100644 --- a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out +++ b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/deposits_limit.ml/Alpha- set deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Alpha- set deposits limit.out index d4a0a2f75d31..9d8a1b857027 100644 --- a/tezt/tests/expected/deposits_limit.ml/Alpha- set deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Alpha- set deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7' NOT waiting for the operation to be included. Use command - tezos-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Alpha- unset deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Alpha- unset deposits limit.out index d2f507a87331..ac4ec7fd9220 100644 --- a/tezt/tests/expected/deposits_limit.ml/Alpha- unset deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Alpha- unset deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn' NOT waiting for the operation to be included. Use command - tezos-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Jakarta- set deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Jakarta- set deposits limit.out index 399af2d093ae..a55ea496f8ad 100644 --- a/tezt/tests/expected/deposits_limit.ml/Jakarta- set deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Jakarta- set deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7' NOT waiting for the operation to be included. Use command - tezos-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Jakarta- unset deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Jakarta- unset deposits limit.out index 6f3289b35832..8bbdac3e84ec 100644 --- a/tezt/tests/expected/deposits_limit.ml/Jakarta- unset deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Jakarta- unset deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn' NOT waiting for the operation to be included. Use command - tezos-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Kathmandu- set deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Kathmandu- set deposits limit.out index d4a0a2f75d31..9d8a1b857027 100644 --- a/tezt/tests/expected/deposits_limit.ml/Kathmandu- set deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Kathmandu- set deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7' NOT waiting for the operation to be included. Use command - tezos-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Kathmandu- unset deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Kathmandu- unset deposits limit.out index d2f507a87331..ac4ec7fd9220 100644 --- a/tezt/tests/expected/deposits_limit.ml/Kathmandu- unset deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Kathmandu- unset deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn' NOT waiting for the operation to be included. Use command - tezos-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Lima- set deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Lima- set deposits limit.out index d4a0a2f75d31..9d8a1b857027 100644 --- a/tezt/tests/expected/deposits_limit.ml/Lima- set deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Lima- set deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7' NOT waiting for the operation to be included. Use command - tezos-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for ooNSHh2tG2DkND4aYzz2eG75ySzedcNdLvfjtKixM69Sdej11U7 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/deposits_limit.ml/Lima- unset deposits limit.out b/tezt/tests/expected/deposits_limit.ml/Lima- unset deposits limit.out index d2f507a87331..ac4ec7fd9220 100644 --- a/tezt/tests/expected/deposits_limit.ml/Lima- unset deposits limit.out +++ b/tezt/tests/expected/deposits_limit.ml/Lima- unset deposits limit.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn' NOT waiting for the operation to be included. Use command - tezos-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for onqFPeWE1g1A8kQ9hcyLW22Z71kd8t7Wmpfc15Yzi8ph2eprrUn to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/hash_data.ml/Alpha- hash data ... of type ... (good).out b/tezt/tests/expected/hash_data.ml/Alpha- hash data ... of type ... (good).out index 143f4114f5ae..f82f31bfc19a 100644 --- a/tezt/tests/expected/hash_data.ml/Alpha- hash data ... of type ... (good).out +++ b/tezt/tests/expected/hash_data.ml/Alpha- hash data ... of type ... (good).out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup hash data -92233720368547758089223372036854775807 of type int +./octez-client --mode mockup hash data -92233720368547758089223372036854775807 of type int Raw packed data: 0x0500ffffffffffffffffff8180c09e91c191c79502 Script-expression-ID-Hash: expruG5Q9N4beaRnBNDX9c1rQ1QUGRyPgQyTpwJedPhTpxXfTkguXn Raw Script-expression-ID-Hash: 0x6216452f655bf0e4ba4f86c58a7bface77c01dc88e9db83102212e1fe3d50ca7 @@ -8,7 +8,7 @@ Raw Sha256 hash: 0x19392ac75f657ecb477bf79085a4490f1be98a31c03434b40d38e089cf345 Raw Sha512 hash: 0x94afe9bdf473c06f33fb1c59854e1c15b13d76eeef4b2c4d27605f9be3f3113d13fc0b979870fff2604bf816510522abdee8622535917fc112813fabb5d38a9a Gas remaining: 1039999.244 units remaining -./tezos-client --mode mockup hash data -9223372036854775808 of type int +./octez-client --mode mockup hash data -9223372036854775808 of type int Raw packed data: 0x0500c0808080808080808002 Script-expression-ID-Hash: exprv3Fy2Seq49zs6JYAGd9zGkFFqiACPjyyHf3sCZFFRnxVvYKUPz Raw Script-expression-ID-Hash: 0xc8adbddf5949c1d4d104c1b7d658baa7a4c5813c1ae7cbee9d099bbb73ccb5a3 @@ -17,7 +17,7 @@ Raw Sha256 hash: 0x6ff401ab35f93209f6c1c8c4d7c36adfd58dba53bca644ecd9107edb30e18 Raw Sha512 hash: 0x9ae07221db7b28fdd73a89744a7d7b94fbe44a150cf752a864aa554adf9ac849a73cfdf0bc682c2b830b4dcaec5ac4de71a19eb1fbc58ded3d7a793f96cc4afa Gas remaining: 1039999.444 units remaining -./tezos-client --mode mockup hash data -4611686018427387904 of type int +./octez-client --mode mockup hash data -4611686018427387904 of type int Raw packed data: 0x0500c0808080808080808001 Script-expression-ID-Hash: exprtdBSRcCcmApcTq7pu378scXyxCVPbLxfiQ5uCsqNATnXQGaDbQ Raw Script-expression-ID-Hash: 0x0e4f763b32f9f61a670de9049e17b51051a7eb39110a2fc978d4075fcad01cb1 @@ -26,7 +26,7 @@ Raw Sha256 hash: 0x99f3e8cb5de4405979d25b07b08d7e0c040c185f9e1ba22f4165f23f959b5 Raw Sha512 hash: 0x21f8c0bdb48495f65e9933b9a66ab86e5f980acd2e1c247c17c1f707474682e8f88fbd0ff6ad7eece958bb80c1963a2cc30ebd81708de4bb79f86878468c651e Gas remaining: 1039999.444 units remaining -./tezos-client --mode mockup hash data -1 of type int +./octez-client --mode mockup hash data -1 of type int Raw packed data: 0x050041 Script-expression-ID-Hash: expru57wdzZCHCeGnKwUzxCJjG1HjveGXp1CCusScXEMq9kbidSvDG Raw Script-expression-ID-Hash: 0x4935af0cbcc38e08fae2742399a95eaa2a8aa3c4504971b72afbf1e336fd9d8b @@ -35,7 +35,7 @@ Raw Sha256 hash: 0x5db11f873d99e0d9c25e52c9137676326f8a03f18c6c802fecbcd4a5543c2 Raw Sha512 hash: 0x45256a6d4fe9afc4eda42131ad62e28b5903c43243afdbc69709e8bb9a7cf49a0c117c26d58849f41757beae1052d00d78deb10bd62728a7c04afb32afb637e2 Gas remaining: 1039999.619 units remaining -./tezos-client --mode mockup hash data 1 of type int +./octez-client --mode mockup hash data 1 of type int Raw packed data: 0x050001 Script-expression-ID-Hash: expru2dKqDfZG8hu4wNGkiyunvq2hdSKuVYtcKta7BWP6Q18oNxKjS Raw Script-expression-ID-Hash: 0x438c52065d4605460b12d1b9446876a1c922b416103a20d44e994a9fd2b8ed07 @@ -44,7 +44,7 @@ Raw Sha256 hash: 0x57072915640d052f4e2843e1498b10c4f71b62df565525d33c4a66a724e3e Raw Sha512 hash: 0x112e6b61a60ecf001d501f39284ff8a575d818f2f79295b90b24f045d165a490c19cac2add9149dbdd23a8f2cf956dbee0efe17449111e6326e97ab21532f445 Gas remaining: 1039999.619 units remaining -./tezos-client --mode mockup hash data 2 of type int +./octez-client --mode mockup hash data 2 of type int Raw packed data: 0x050002 Script-expression-ID-Hash: expruDuAZnFKqmLoisJqUGqrNzXTvw7PJM2rYk97JErM5FHCerQqgn Raw Script-expression-ID-Hash: 0x5d2525095b5382da2c9c295a739a189382cfaa2ebfa54e320d15bc6f178d6820 @@ -53,7 +53,7 @@ Raw Sha256 hash: 0x0a8efab5eba4157330b3113690508ee944e684a3c6949c00d64fcab2d565e Raw Sha512 hash: 0x4747a1aba769d89519dddbee3a1fb9d79555831b9044508efee0bd4f1837bd78dfeb585bf1e150d3c7f8dc79e815c4c3f7e4c7ef477e77bdc84dc4f5fb0598c5 Gas remaining: 1039999.619 units remaining -./tezos-client --mode mockup hash data 4611686018427387903 of type int +./octez-client --mode mockup hash data 4611686018427387903 of type int Raw packed data: 0x0500bfffffffffffffff7f Script-expression-ID-Hash: exprtucdegDH8uqtjprBzMMVaAFJxsctauXP7Qzmfu3KxcyTwnRnfk Raw Script-expression-ID-Hash: 0x33a06c095748ee4505cba0c1b7ef8d7666ff5cff1ebf865d7b75b4fb8606a130 @@ -62,7 +62,7 @@ Raw Sha256 hash: 0x563ee067653bda5b3609ef10c5fba6f76392642b950dca8ab70e85343caa6 Raw Sha512 hash: 0x40691c0bb573951c3c48c13db7acf03cbb3c5164197555c98ff5a4858acbb2957e2daf0178bedcfd7e5cbd2cf045d693d822cb218b417e10ed517da1f34fe8c5 Gas remaining: 1039999.444 units remaining -./tezos-client --mode mockup hash data 9223372036854775807 of type int +./octez-client --mode mockup hash data 9223372036854775807 of type int Raw packed data: 0x0500bfffffffffffffffff01 Script-expression-ID-Hash: exprupFUK8vtnxuBeiwi8ajvzyqT3eytHd5RueTNQztXn6Q1rFGPKM Raw Script-expression-ID-Hash: 0xab242636b94a88d317af40fe4928ede501f51249840fa44b2e57c2ff6d7d326b @@ -71,7 +71,7 @@ Raw Sha256 hash: 0x15d152f6eeb5baf6bf2630719997223fe2c1bedf2730656a755b36f841cc8 Raw Sha512 hash: 0x63af709255528779eeb42613bc0385b3564aa4882a7b8a3f9387850a907e7cee3f2a8a22b881f1222400dae352b1363b7ffb4ff7528995f8b8384932be5af625 Gas remaining: 1039999.444 units remaining -./tezos-client --mode mockup hash data 92233720368547758079223372036854775807 of type int +./octez-client --mode mockup hash data 92233720368547758079223372036854775807 of type int Raw packed data: 0x0500bfffbfe1eebeeeb8eaffffbf9e91c191c79502 Script-expression-ID-Hash: expruEdpvhN7bLdgrLpgAGvrzHSu9gs2K7V474qz6BjpAP9uXegr3q Raw Script-expression-ID-Hash: 0x5ed0b316a2ab47e3698fa3b046ebefc2e775ad37426a0886c4f14d3f7650c462 @@ -80,7 +80,7 @@ Raw Sha256 hash: 0xeb749cd1d6d7184d6d0d6f0aae0cf379082bc340f468e2b89a9beb3190f59 Raw Sha512 hash: 0xb8bec79fbca40add468205be6c6ec631f3977fadcf843ef65ca288dd6b8f18ddaa822608163d825ca00e4d348bb3c79abacc0b1555d45ac9c235fd38234dbe31 Gas remaining: 1039999.244 units remaining -./tezos-client --mode mockup hash data False of type bool +./octez-client --mode mockup hash data False of type bool Raw packed data: 0x050303 Script-expression-ID-Hash: exprvDnoPjyKeR9FSnvwYg5a1v6mDyB6TmnATwWySSP6VmJxrzQb9E Raw Script-expression-ID-Hash: 0xe0978ddc9329cbd84d25fd15a161a7d2e7e555da91e2a335ece8c8bc11ade245 @@ -89,7 +89,7 @@ Raw Sha256 hash: 0x35ef99f7718e7d1f065bae635780f41c0cd201e9ffb3390ba6ef428c2815f Raw Sha512 hash: 0x2c9ca967bf47f6cc76861693379b7397f65e6a1b6e633df28cf02be0b0d18319ae783b4c199fd61115e000a15a5ba8a292a3b1468c2cfe2b3e3a9fa08d419698 Gas remaining: 1039999.644 units remaining -./tezos-client --mode mockup hash data True of type bool +./octez-client --mode mockup hash data True of type bool Raw packed data: 0x05030a Script-expression-ID-Hash: exprvMjTcyX8e8HskSUV3ipMhPzMLKTn92vsWZkiJTTYj7U9J8sAyP Raw Script-expression-ID-Hash: 0xf2a04e59c51d374e01df59a69495e400c6548415d628cf212a108f46697e4f53 @@ -98,7 +98,7 @@ Raw Sha256 hash: 0xfb2a0db46fe82f0aeb2824b2f0840cc1437bf7bdf836d5164351e0cfe5b0f Raw Sha512 hash: 0xcd0d052ce182cb449207cbb0781be4c9eb3f48c631fe210a03996f6a287e528d8a94817758102a647820007d18cb8e94f0f8bb829ca571287d390b47ab6ae389 Gas remaining: 1039999.644 units remaining -./tezos-client --mode mockup hash data '{}' of type 'list(bool)' +./octez-client --mode mockup hash data '{}' of type 'list(bool)' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -107,7 +107,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data '{}' of type 'list(int)' +./octez-client --mode mockup hash data '{}' of type 'list(int)' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -116,7 +116,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data '{}' of type 'list(unit)' +./octez-client --mode mockup hash data '{}' of type 'list(unit)' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -125,7 +125,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data '{True; False}' of type 'list(bool)' +./octez-client --mode mockup hash data '{True; False}' of type 'list(bool)' Raw packed data: 0x050200000004030a0303 Script-expression-ID-Hash: exprvAgoBrfufCNYoqAjdTcW2zD965bvLPD76xT7bVBNSn9SU6UgVd Raw Script-expression-ID-Hash: 0xd98b8c66ef2fb29d4d2ad21a667a753e0dd7044571e709330d4b92a5dc3d622c @@ -134,7 +134,7 @@ Raw Sha256 hash: 0xc939a10e1f26f0fddb7d00e26595b383bcd8d5fad6cc5427e8b0385a323d2 Raw Sha512 hash: 0x98e4f14ef8e5ad0fa7520f07459fec0d5eb2f5759f0beebd5fa63beb950f6afa0d51c2573402d09684308677bae667ae8323fc2a32b5358be3155f56b73e263f Gas remaining: 1039998.992 units remaining -./tezos-client --mode mockup hash data '{True; True}' of type 'list(bool)' +./octez-client --mode mockup hash data '{True; True}' of type 'list(bool)' Raw packed data: 0x050200000004030a030a Script-expression-ID-Hash: expruRvaTS59Lau3wHMFuiADbSkSTPf61W3UCW25ej1kY8TnioYiG4 Raw Script-expression-ID-Hash: 0x7872a58d23f32f0e045de43738dc925bcab9c84c4ea5e7d25774832cdf66f2a8 @@ -143,7 +143,7 @@ Raw Sha256 hash: 0x709190aaed8bda9abbca553974949a4a81dcdb927ebbc89aa7aef53bee218 Raw Sha512 hash: 0x7e67d91c4bb7a7c56e66ca752878e07ec45d61c6ff413b210384be67e946ca63cb1f852137d29494a7e232e2439092270e3b7abd834bcf2b18d192729794dbf7 Gas remaining: 1039998.992 units remaining -./tezos-client --mode mockup hash data '{-1; 0}' of type 'list(int)' +./octez-client --mode mockup hash data '{-1; 0}' of type 'list(int)' Raw packed data: 0x05020000000400410000 Script-expression-ID-Hash: expruNySy7xWaeniq7qraAeEtFzBvJvFA4Jt3op3Dt2m6PddU2Hqr7 Raw Script-expression-ID-Hash: 0x71bf94bc4515cc0afc439e3714423dfa3ef180fa8ff2c671f245dba990eb41ce @@ -152,7 +152,7 @@ Raw Sha256 hash: 0x28e46755a35977ff466f50cb4224bf71541ca519ca1a3f900e1d2cd7da453 Raw Sha512 hash: 0x0f79f40cb2c56e753120d405b1bb5bb843ac34fc2b362b4f8f684913318ecbf3d99e4be5fc6f8ed16ee11fef6f4c412ecfc8c6efbab1684585b0ceb8a6bad3b1 Gas remaining: 1039998.967 units remaining -./tezos-client --mode mockup hash data '"[CONTRACT_HASH]"' of type address +./octez-client --mode mockup hash data '"[CONTRACT_HASH]"' of type address Raw packed data: 0x050a0000001601d1a37c088a1221b636bb5fccb35e05181038ba7c00 Script-expression-ID-Hash: expruKMyQaSREJvvRY1engxJjG9eExbrS22JaZUiBmMnhVew5nyu98 Raw Script-expression-ID-Hash: 0x698c356a1846c517db5b16f7a8ff507c3eb4aaa46c316a6936e955123358b306 @@ -161,7 +161,7 @@ Raw Sha256 hash: 0xa5f6f6520cfa43309e72f6745efcbebc1edd1486ab219421e349c8000ddfe Raw Sha512 hash: 0x4618bdd8850b8707c52bbf7f64526f8d83e59ccb3f2f1067ca33b5c470c709be21dc9242db15d5428af7b13dfb77353ab39d9367e2a6a12986e95aaf2d4285a7 Gas remaining: 1039996.054 units remaining -./tezos-client --mode mockup hash data '"[CONTRACT_HASH]%entrypoint"' of type address +./octez-client --mode mockup hash data '"[CONTRACT_HASH]%entrypoint"' of type address Raw packed data: 0x050a00000020011d23c1d3d2f8a4ea5e8784b8f7ecf2ad304c0fe600656e747279706f696e74 Script-expression-ID-Hash: exprttX9EL2UJb6Jw6tALybjjfRB3YUC4XsXdYjoGs7SnwZwwiEDHB Raw Script-expression-ID-Hash: 0x31241f23ec93014cd7b7cfe1e0a21517bfd0f08b38e348d78f45d37a40da530c @@ -170,7 +170,7 @@ Raw Sha256 hash: 0xf1c661a1663f788977e3508c6fe3c85346a34101d76b1d47783839ed2d756 Raw Sha512 hash: 0x781bd064edc01ff80b436682932dd2f0550a6dbf26be32ac434c6386235f4b4c5bb4610b9fad23374d606dcf853a7e16fcce4e3c20fd796e116adb587cdddcbd Gas remaining: 1039995.954 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address +./octez-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address Raw packed data: 0x050a00000016000002298c03ed7d454a101eb7022bc95f7e5f41ac78 Script-expression-ID-Hash: expruH3qgknRBJVLVkwdzf6wfBxd7Y1uqNxr7zuMFxTC12e5PacLfv Raw Script-expression-ID-Hash: 0x644beb3894b35023de5b76a4c054a32eb7a818b2a83a1b0eb3974184faad1cbe @@ -179,7 +179,7 @@ Raw Sha256 hash: 0x690cf3688186dafd5f78765b514f62ebf98804ed4732d3e9504d1e5d10f62 Raw Sha512 hash: 0x9fe6e4a006013a541dde89aeef0db58a39c1b6d06f12554c8d01dc67dff183602d4e5d4a04ac37088d8e7e7836d08f044b279bc70a752b3ad3f1ed0131a9ea03 Gas remaining: 1039996.054 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address +./octez-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address Raw packed data: 0x050a000000160001e5c6d1f726796e98b2bad2a819a36f742b2fe25b Script-expression-ID-Hash: exprte1BpSKiw9DnLocxVhaUQYqPGZiCbHrENpe2VsvfjvNZ3LTiGf Raw Script-expression-ID-Hash: 0x102dff270630ac032e24ae0a62b478930f56f4f5a27c9c3c799a8496d749b8a6 @@ -188,7 +188,7 @@ Raw Sha256 hash: 0xc7016dde1b3b0a15dbfc476de05480386d8781f996769b0113bcf8d3a0f73 Raw Sha512 hash: 0x8446a69748c9e209bbd9e2d7ec652b3edd1516905b2ef11008993c27d239a237b3372c26854b8a1d393aa504478de76560a9fdd96fef24faff8483851814c6c7 Gas remaining: 1039996.054 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address +./octez-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type address Raw packed data: 0x050a0000001600026c9b3ad59e0f8bdc2bd2011675825f9f547131da Script-expression-ID-Hash: expruXqtng8pcQAshhkrVpENv9xXSirB19McDD4geN3aFFSbjJQMRy Raw Script-expression-ID-Hash: 0x85e36142a913e3c8d6fb5a77aaad753b01ebe40096bf46090737b8e80effbee3 @@ -197,7 +197,7 @@ Raw Sha256 hash: 0x1520063584bffabc0cc4d64d1d9f35c205ee403789653fef4465fad7da23a Raw Sha512 hash: 0xe8fa1be3ab9fc177a731fdea29e3242831ccea70db15fa5f0dd8f592794261c9e49b51311e0b5387a81472c77edd87cba3afa6207e36ef0bce7f30b0c03bacb0 Gas remaining: 1039996.054 units remaining -./tezos-client --mode mockup hash data 0 of type bls12_381_fr +./octez-client --mode mockup hash data 0 of type bls12_381_fr Raw packed data: 0x050a000000200000000000000000000000000000000000000000000000000000000000000000 Script-expression-ID-Hash: exprvGRJUuBnkCc3vi2nFiCKonniDQhcJxTGRuJY68uJubvS1bxnmA Raw Script-expression-ID-Hash: 0xe68feee8b6ba14292b006b585748c4bd4757955f04320efd37fc0c719bdd7258 @@ -206,7 +206,7 @@ Raw Sha256 hash: 0xc928f798bdcab5fc59c9c06f348c2b1dd1d846ef8d2694ff3359a7fa98e5a Raw Sha512 hash: 0x56d50c63bacfbac2102091e99071b824150d2c61cbfba9b65a9bad467f1e364a3e1286b0c5de1e7084c7dd3d27a29c19ecbac42d4f5d7797c003b75063f688b4 Gas remaining: 1039999.124 units remaining -./tezos-client --mode mockup hash data 1 of type bls12_381_fr +./octez-client --mode mockup hash data 1 of type bls12_381_fr Raw packed data: 0x050a000000200100000000000000000000000000000000000000000000000000000000000000 Script-expression-ID-Hash: exprtgCbDCSxBsG1xnR5B2MmdvwomjRwGZdM2MxfW5NdcB3uXiUUgD Raw Script-expression-ID-Hash: 0x152ad70bf1a27b6885d3085953411591cbeccd289c0c9fae3257cec340745254 @@ -215,7 +215,7 @@ Raw Sha256 hash: 0x251c21e3c764b0993d4e49a7939ebc0192c9af7f6fbb5073f1035ea17a2cb Raw Sha512 hash: 0x31a063e0701b89ff1a19364d44c39c7ba28fbeb20b95e5a12be432fcc419666fcf030ed6349e3bca6f7446989b5cb9fb3b4425c4eff01ca1993efca695db199b Gas remaining: 1039999.124 units remaining -./tezos-client --mode mockup hash data 0x01 of type bls12_381_fr +./octez-client --mode mockup hash data 0x01 of type bls12_381_fr Raw packed data: 0x050a000000200100000000000000000000000000000000000000000000000000000000000000 Script-expression-ID-Hash: exprtgCbDCSxBsG1xnR5B2MmdvwomjRwGZdM2MxfW5NdcB3uXiUUgD Raw Script-expression-ID-Hash: 0x152ad70bf1a27b6885d3085953411591cbeccd289c0c9fae3257cec340745254 @@ -224,7 +224,7 @@ Raw Sha256 hash: 0x251c21e3c764b0993d4e49a7939ebc0192c9af7f6fbb5073f1035ea17a2cb Raw Sha512 hash: 0x31a063e0701b89ff1a19364d44c39c7ba28fbeb20b95e5a12be432fcc419666fcf030ed6349e3bca6f7446989b5cb9fb3b4425c4eff01ca1993efca695db199b Gas remaining: 1039999.124 units remaining -./tezos-client --mode mockup hash data 0x0001 of type bls12_381_fr +./octez-client --mode mockup hash data 0x0001 of type bls12_381_fr Raw packed data: 0x050a000000200001000000000000000000000000000000000000000000000000000000000000 Script-expression-ID-Hash: exprtitZpQKmhwwbedezDJBMs2aC9a9xwK1QgAEyZXsArw4d2FQ5Kt Raw Script-expression-ID-Hash: 0x1b460a4d53d8b7029da22adfcaa257555be45259e3480690cafa1e997212afcf @@ -233,7 +233,7 @@ Raw Sha256 hash: 0xe7038c6478963c7e52c61c9590b774280cfacf0547adc4943a26a608bdb0f Raw Sha512 hash: 0x70e7340161a29e3dc08258b154fc797e2ea407ed35dcaf7782e0ad693906c75d15fd68887f2b03375f5c869c9912c390d020b47aee1ca6d20c5ac714c45b678e Gas remaining: 1039999.124 units remaining -./tezos-client --mode mockup hash data 0x0572cbea904d67468808c8eb50a9450c9721db309128012543902d0ac358a62ae28f75bb8f1c7c42c39a8c5529bf0f4e166a9d8cabc673a322fda673779d8e3822ba3ecb8670e461f73bb9021d5fd76a4c56d9d4cd16bd1bba86881979749d28 of type bls12_381_g1 +./octez-client --mode mockup hash data 0x0572cbea904d67468808c8eb50a9450c9721db309128012543902d0ac358a62ae28f75bb8f1c7c42c39a8c5529bf0f4e166a9d8cabc673a322fda673779d8e3822ba3ecb8670e461f73bb9021d5fd76a4c56d9d4cd16bd1bba86881979749d28 of type bls12_381_g1 Raw packed data: 0x050a000000600572cbea904d67468808c8eb50a9450c9721db309128012543902d0ac358a62ae28f75bb8f1c7c42c39a8c5529bf0f4e166a9d8cabc673a322fda673779d8e3822ba3ecb8670e461f73bb9021d5fd76a4c56d9d4cd16bd1bba86881979749d28 Script-expression-ID-Hash: exprupSAayZNCY4pMsSxx2Cbqr8LUcZ5YUnRG38hXjqRhkCAkVvt9q Raw Script-expression-ID-Hash: 0xab8f542bd84f792908f266964e5329c1532fd6e932de8c34256c3dd5d972fd91 @@ -242,7 +242,7 @@ Raw Sha256 hash: 0xeb0effa0878f7c1dfba8a579b282f45ae24715eebc01929bad29dcd9ab44d Raw Sha512 hash: 0x918f9b3b2b615817b4108beca643225a11796825fb00a9126c950f59afbf95364b11ac468150e6fd458b01d1ad3d77ccb0c08a2849e9262e66058014c41cd487 Gas remaining: 1039940.884 units remaining -./tezos-client --mode mockup hash data 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899 of type bls12_381_g2 +./octez-client --mode mockup hash data 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899 of type bls12_381_g2 Raw packed data: 0x050a000000c00a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899 Script-expression-ID-Hash: expruyowq2jYmYPBWkdc5ZSgqP4daGevfjJePrhDTUtP7YQL4Dzi5x Raw Script-expression-ID-Hash: 0xc0d91f9ad81185f09853efcfc5951eca5c19f9b983808d824637f7bdc03ff595 @@ -251,7 +251,7 @@ Raw Sha256 hash: 0xa160577bd9510066d5aa8043d4ce365f03a4f5057516d951c380a521c04fd Raw Sha512 hash: 0xb0ce4a3348adff71470fc470d700b28fd991a91d4013cc6d89bd34a2f1c05f9d0be5cfe64f6b5d79fdbc27eb3e84be520e4e2d864d6b6649722b22061bbfbd7b Gas remaining: 1039924.824 units remaining -./tezos-client --mode mockup hash data 0x of type bytes +./octez-client --mode mockup hash data 0x of type bytes Raw packed data: 0x050a00000000 Script-expression-ID-Hash: expru3w5vUB5kLiEvvbFA81Su29kZM9bvCuVVPDNqVQq9RJ5PZ8oRw Raw Script-expression-ID-Hash: 0x468397e139c257d8cd242c3e9a9a821f987eaab1e2e5098f11095258f1f11eec @@ -260,7 +260,7 @@ Raw Sha256 hash: 0x59b7ebd426a428d05b6f1d634e56708f7711bd6d0495578281115368c1635 Raw Sha512 hash: 0xb3dd201d5209fd911e193f3490154db2335205f472f0a7730e28182c5a3f07fa997f266226b12efb1bb39e8bc39d7a54d9c69fb575664bfb0be3bdd0550f7d65 Gas remaining: 1039999.644 units remaining -./tezos-client --mode mockup hash data 0xABCDEF42 of type bytes +./octez-client --mode mockup hash data 0xABCDEF42 of type bytes Raw packed data: 0x050a00000004abcdef42 Script-expression-ID-Hash: exprtbzFhHQHhmEMHRqKi6k1fzAQYiVtuCXauZvM1VrN1p8iJLhJeG Raw Script-expression-ID-Hash: 0x0b9a15faff1a1effa06a876cb86e81c9df2ca55fa8adfc4759449c602720a8c9 @@ -269,7 +269,7 @@ Raw Sha256 hash: 0x616628cdbcd057574ae41c224271249cd8b1cca683b206d58c088922cb9f9 Raw Sha512 hash: 0xc93e6e937d63f506af719edccc50d15d0faf7b213e5f572dd3ac73271815816ebdf738fc6345464af7a2ce7fbace473a03ae38157dea3fb4cc34a6c3b17b7dbc Gas remaining: 1039999.604 units remaining -./tezos-client --mode mockup hash data 0x7a06a770 of type chain_id +./octez-client --mode mockup hash data 0x7a06a770 of type chain_id Raw packed data: 0x050a000000047a06a770 Script-expression-ID-Hash: expruWMYwqN4LDi29J8v47jRfpLkqjEkUaYtn6N9RZL8PB6z7Kca2w Raw Script-expression-ID-Hash: 0x82820dedcd30b1b2c3253042b252e0b385dd365eaffdac09fbadf19cea1fab4a @@ -278,7 +278,7 @@ Raw Sha256 hash: 0x092220899acefcdc4870e3c2d6ce436cf3e7a27855ebca4d3b24da62bc294 Raw Sha512 hash: 0x99d8d47bed4a102b519062df6f04a65ce5ab7f98fadd3fdf7cdc6c21c652d9a59e8116781683c08b2094bb4fd99f516b690978d0a1f105aa05443a3e7e087697 Gas remaining: 1039999.504 units remaining -./tezos-client --mode mockup hash data '"NetXynUjJNZm7wi"' of type chain_id +./octez-client --mode mockup hash data '"NetXynUjJNZm7wi"' of type chain_id Raw packed data: 0x050a00000004f3d48554 Script-expression-ID-Hash: exprtXgy1oXtj7HHY7Vw9rw3nKoPmrWaGE9iYF6ToeYfvcwmKTFECY Raw Script-expression-ID-Hash: 0x01d7b61758f39c12865684f612da8f479d3755efaa0af26636254068a31c5083 @@ -287,7 +287,7 @@ Raw Sha256 hash: 0xf6a25e29f615b4f5edb309db8229c4e607828111795f6ac68a30684bd04bc Raw Sha512 hash: 0x09ef7ad4129366f7c7e3beae66514b91728428b1b6b62454876fd7b07621bffa068de15dbc4cf3b550682481663df2a64435f65ed231787feeec183221dd4c6b Gas remaining: 1039997.954 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY]"' of type key +./octez-client --mode mockup hash data '"[PUBLIC_KEY]"' of type key Raw packed data: 0x050a00000021004798d2cc98473d7e250c898885718afd2e4efbcb1a1595ab9730761ed830de0f Script-expression-ID-Hash: exprtbUKNrgLiggTQePME77Tgz9QcD1HK2pEVWHFLnR1qaah41D2XF Raw Script-expression-ID-Hash: 0x0a6e0f781438d15aea8aeb41e8f00ea25bacc3d1efedfc62ca2eed7fcf299e3a @@ -296,7 +296,7 @@ Raw Sha256 hash: 0x30467dc415ef58a775a6aa618f515d856287ad20b56477a16c0cfdf0f2a2e Raw Sha512 hash: 0x1b3f5993512659e0164d186381de64bd6a4c678cefd7ca756ec087769208fc62b4563df31cd4680707e3c43a5a8c7a4579ad5c34ae471a5731ebcbe0db2255ec Gas remaining: 1039673.859 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY]"' of type key +./octez-client --mode mockup hash data '"[PUBLIC_KEY]"' of type key Raw packed data: 0x050a000000210057b0e07666fe26167f92bffe667dc2ba2214a404f4fe5d1bb8ce01baef5663a5 Script-expression-ID-Hash: expruJXx976B1KtYQeE96FS74k4VRXRKBAWx5e9TMWEBGPwv8VG5tt Raw Script-expression-ID-Hash: 0x67aaee572e9d4e0673e66273b43e2300393ee44eb95984304b1407abb5809c24 @@ -305,7 +305,7 @@ Raw Sha256 hash: 0x13830142ebb330c5f0177637a05894338307e1179b67c45d90eb2e9815117 Raw Sha512 hash: 0x075b346f72fb69759345eff13f52ad51b9c5c138fc6155742c309910412e2efc9a33615a8d4a3e6724c15de7960807cd7e83185d24ab5c096f766916ac035982 Gas remaining: 1039673.859 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type key_hash +./octez-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type key_hash Raw packed data: 0x050a000000150002298c03ed7d454a101eb7022bc95f7e5f41ac78 Script-expression-ID-Hash: expru6fotvwsd3SnSHp5qhcUTHAmd1hqQA24srgXcGRRaCA2gPLYkf Raw Script-expression-ID-Hash: 0x4cba54c206c1ccfd72a4a5492b21ae41f1faa6a7a7cce3f1b270218dc79814d3 @@ -314,7 +314,7 @@ Raw Sha256 hash: 0x4156dbe479999c7df14d90ae46e304304534cc38795d73ecc76d60c78724f Raw Sha512 hash: 0xffb476c7d1ae269c82ea4d09a1513a8d915a8b50acb759c351228edc5e623e6f7390f2bd856625476ba14bb17b4dac07572fc40341e9eedf44e372a40550d798 Gas remaining: 1039996.064 units remaining -./tezos-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type key_hash +./octez-client --mode mockup hash data '"[PUBLIC_KEY_HASH]"' of type key_hash Raw packed data: 0x050a000000150080dfbed18097a4cb62dea643ebc5346600b5204d Script-expression-ID-Hash: expruEg1o4eXzeCwhgod4hTPbJjdpULmL2cbYphGFC9trLLhNaK3kw Raw Script-expression-ID-Hash: 0x5ee69f25f750a193690ec32802a7a33b9572c7856791471d21fc4e73199dbaf3 @@ -323,7 +323,7 @@ Raw Sha256 hash: 0x6f54374213823a79f912fb52cb57793466b4a39267dfbdcfdc918eeef2964 Raw Sha512 hash: 0x2cb036951cd1725c7863f5c04f6f81a879bd0a533b1422a60a2a38d0c8243b10a0a879766e2a04c3cd47c532e417089839c3cf621621060f00bc5c79bda058bb Gas remaining: 1039996.064 units remaining -./tezos-client --mode mockup hash data '{ }' of type 'lambda unit unit' +./octez-client --mode mockup hash data '{ }' of type 'lambda unit unit' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -332,7 +332,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.129 units remaining -./tezos-client --mode mockup hash data '{ PUSH nat 1; ADD }' of type 'lambda nat nat' +./octez-client --mode mockup hash data '{ PUSH nat 1; ADD }' of type 'lambda nat nat' Raw packed data: 0x0502000000080743036200010312 Script-expression-ID-Hash: expru2DqBT8sxeHNp8FZnU3yEsE3eBRttz553dx3ct4fLZKvag6KXz Raw Script-expression-ID-Hash: 0x42a0dcc26c782dcc094ba725e4bcc4f8710c72203a895b5e888990c12d03d7df @@ -341,7 +341,7 @@ Raw Sha256 hash: 0x113616e40fd9fcf4cb73a9cf9c57fc0ab1853fa4432b9ca975b472d0173bc Raw Sha512 hash: 0x2256250f59e3c1c708eae9aa4d6f7d2dafdf82cb12b872db8320048c0dab3e225e96e846e284382fcfc832b83f0bf3ee3945fc6936357b2c29d96f29ba90315a Gas remaining: 1039997.245 units remaining -./tezos-client --mode mockup hash data '{}' of type 'list unit' +./octez-client --mode mockup hash data '{}' of type 'list unit' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -350,7 +350,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data '{ 0 ; 10 }' of type 'list nat' +./octez-client --mode mockup hash data '{ 0 ; 10 }' of type 'list nat' Raw packed data: 0x0502000000040000000a Script-expression-ID-Hash: expru4vWphhWxDfcnCeXUdGZAhDpNTNt7qSvcoEAF58Se8dVgC2fBR Raw Script-expression-ID-Hash: 0x48c32738e9d3772486ca8e0d150d6b94cebcd2421e3e8112434192c3c1df3a86 @@ -359,7 +359,7 @@ Raw Sha256 hash: 0xaf9e7cce96fb6243ab05cd630f260862264dfe7eccda6fa24050a7cb90431 Raw Sha512 hash: 0xc699a04538d2cc260b183e65a02b1ea9fdeeca4c3bc253ae8e70d9824b7e79ebae34f6da3dd5eb3ceb29e9d18dc5e6f36d630b13be50adf566e9badb810f3349 Gas remaining: 1039998.967 units remaining -./tezos-client --mode mockup hash data '{ Some 10 ; None }' of type 'list (option int)' +./octez-client --mode mockup hash data '{ Some 10 ; None }' of type 'list (option int)' Raw packed data: 0x0502000000060509000a0306 Script-expression-ID-Hash: exprv7yYyxehrZrCaxT9CLhMtAmQCUjjv9PDBZMkqASKLHUVGQUQHk Raw Script-expression-ID-Hash: 0xd363a18306b7fc740debf0d1a981b5c4e5a3b7914eb04b90d6d406bce9f74d41 @@ -368,7 +368,7 @@ Raw Sha256 hash: 0xa24baf1b39078a1811069da825039c4e6e8ab2de34d58f29baab4ffa9323f Raw Sha512 hash: 0xb92f1245587939c4ade1554874192d1bbd83f9d34a044e778fca611a6eac5f1a91a259b5fb0682495c1735a0f50e7da5fbdc4e4029e66ed64ecdc7a832a36e7c Gas remaining: 1039998.611 units remaining -./tezos-client --mode mockup hash data '{}' of type 'map nat unit' +./octez-client --mode mockup hash data '{}' of type 'map nat unit' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -377,7 +377,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.524 units remaining -./tezos-client --mode mockup hash data '{ Elt 0 0xCB ; Elt 1 0xAB }' of type 'map nat bytes' +./octez-client --mode mockup hash data '{ Elt 0 0xCB ; Elt 1 0xAB }' of type 'map nat bytes' Raw packed data: 0x050200000014070400000a00000001cb070400010a00000001ab Script-expression-ID-Hash: exprupowg2SRTtvx8kU3J6iV3Nta1rZ54KFMMHvX9ADcB9kg8vDR8u Raw Script-expression-ID-Hash: 0xac6995309e75f33132a6819b36c2ae787684be3c23e7cf2a44533229b0aec974 @@ -386,7 +386,7 @@ Raw Sha256 hash: 0x732bb539d52c41e6cc09d6116b1b3d25257b27dfd7adc7a09e03d345c09e0 Raw Sha512 hash: 0x0d565633ca0b3c3751aee0fe54d9be744bea79b1a714d97227397dfe79b5058d6385bc86dcdabbb280c5fc2fb56fc073550ac63d947df2787a5927a1342c343b Gas remaining: 1039997.798 units remaining -./tezos-client --mode mockup hash data 0 of type mutez +./octez-client --mode mockup hash data 0 of type mutez Raw packed data: 0x050000 Script-expression-ID-Hash: exprtZBwZUeYYYfUs9B9Rg2ywHezVHnCCnmF9WsDQVrs582dSK63dC Raw Script-expression-ID-Hash: 0x053f610929e2b6ea458c54dfd8b29716d379c13f5c8fd82d5c793a9e31271743 @@ -395,7 +395,7 @@ Raw Sha256 hash: 0x69c492e24afa52c556de5ea70e1b5d7da3f0bc7a5a7fd1d413444c1a42a7e Raw Sha512 hash: 0x6fb0c536a65271998988dffee83efeb370514fcfecd339ebda1f97bde876ea5ecde4a2e8e93b22071849f5625639936ebc55b71c3b4118254f5bff444e515a85 Gas remaining: 1039999.644 units remaining -./tezos-client --mode mockup hash data 1 of type mutez +./octez-client --mode mockup hash data 1 of type mutez Raw packed data: 0x050001 Script-expression-ID-Hash: expru2dKqDfZG8hu4wNGkiyunvq2hdSKuVYtcKta7BWP6Q18oNxKjS Raw Script-expression-ID-Hash: 0x438c52065d4605460b12d1b9446876a1c922b416103a20d44e994a9fd2b8ed07 @@ -404,7 +404,7 @@ Raw Sha256 hash: 0x57072915640d052f4e2843e1498b10c4f71b62df565525d33c4a66a724e3e Raw Sha512 hash: 0x112e6b61a60ecf001d501f39284ff8a575d818f2f79295b90b24f045d165a490c19cac2add9149dbdd23a8f2cf956dbee0efe17449111e6326e97ab21532f445 Gas remaining: 1039999.619 units remaining -./tezos-client --mode mockup hash data 99999 of type mutez +./octez-client --mode mockup hash data 99999 of type mutez Raw packed data: 0x05009f9a0c Script-expression-ID-Hash: expruQUsZtokRsnKdzPwveAiq1QX2TgnMeRdhQ3rqBJw6LbfK7nJEa Raw Script-expression-ID-Hash: 0x752bc02931fa202b4f7c174c0cea1254e6a007bc42f53d00d7f51556392f84f0 @@ -413,7 +413,7 @@ Raw Sha256 hash: 0xd794d67b0648f7a498c96eb5b8b8ab14d15c45dd13ae8168b4a3741e7b4cc Raw Sha512 hash: 0xed76e4309dcbd480e19bb3e942adaada5ead9eeec944c0f90798c978cccee14b80d2a1b8f0f2346ca54b56d1662b02c6b0b58a2caa1a7187d5281e70ccd43ce6 Gas remaining: 1039999.569 units remaining -./tezos-client --mode mockup hash data 0 of type nat +./octez-client --mode mockup hash data 0 of type nat Raw packed data: 0x050000 Script-expression-ID-Hash: exprtZBwZUeYYYfUs9B9Rg2ywHezVHnCCnmF9WsDQVrs582dSK63dC Raw Script-expression-ID-Hash: 0x053f610929e2b6ea458c54dfd8b29716d379c13f5c8fd82d5c793a9e31271743 @@ -422,7 +422,7 @@ Raw Sha256 hash: 0x69c492e24afa52c556de5ea70e1b5d7da3f0bc7a5a7fd1d413444c1a42a7e Raw Sha512 hash: 0x6fb0c536a65271998988dffee83efeb370514fcfecd339ebda1f97bde876ea5ecde4a2e8e93b22071849f5625639936ebc55b71c3b4118254f5bff444e515a85 Gas remaining: 1039999.644 units remaining -./tezos-client --mode mockup hash data 1 of type nat +./octez-client --mode mockup hash data 1 of type nat Raw packed data: 0x050001 Script-expression-ID-Hash: expru2dKqDfZG8hu4wNGkiyunvq2hdSKuVYtcKta7BWP6Q18oNxKjS Raw Script-expression-ID-Hash: 0x438c52065d4605460b12d1b9446876a1c922b416103a20d44e994a9fd2b8ed07 @@ -431,7 +431,7 @@ Raw Sha256 hash: 0x57072915640d052f4e2843e1498b10c4f71b62df565525d33c4a66a724e3e Raw Sha512 hash: 0x112e6b61a60ecf001d501f39284ff8a575d818f2f79295b90b24f045d165a490c19cac2add9149dbdd23a8f2cf956dbee0efe17449111e6326e97ab21532f445 Gas remaining: 1039999.619 units remaining -./tezos-client --mode mockup hash data 99999 of type nat +./octez-client --mode mockup hash data 99999 of type nat Raw packed data: 0x05009f9a0c Script-expression-ID-Hash: expruQUsZtokRsnKdzPwveAiq1QX2TgnMeRdhQ3rqBJw6LbfK7nJEa Raw Script-expression-ID-Hash: 0x752bc02931fa202b4f7c174c0cea1254e6a007bc42f53d00d7f51556392f84f0 @@ -440,7 +440,7 @@ Raw Sha256 hash: 0xd794d67b0648f7a498c96eb5b8b8ab14d15c45dd13ae8168b4a3741e7b4cc Raw Sha512 hash: 0xed76e4309dcbd480e19bb3e942adaada5ead9eeec944c0f90798c978cccee14b80d2a1b8f0f2346ca54b56d1662b02c6b0b58a2caa1a7187d5281e70ccd43ce6 Gas remaining: 1039999.569 units remaining -./tezos-client --mode mockup hash data None of type 'option unit' +./octez-client --mode mockup hash data None of type 'option unit' Raw packed data: 0x050306 Script-expression-ID-Hash: exprtn5DaoF31YMuSLAJFjARQmKwsdUUnHMCKBqZ6zoH1SiAyqHkFh Raw Script-expression-ID-Hash: 0x22809fd952c3478272e90aa2f8e59260e81bfa5c35329845dddbd462470f61bc @@ -449,7 +449,7 @@ Raw Sha256 hash: 0xe61760f1647df1aa8f3f64cf8a93fecddf536ed4867d4111cbedab7652f82 Raw Sha512 hash: 0x4a3457a98c4f863fb53dfa90af26aa46becda18150cda8e2d3d1de2a1f6536b7c5bc7c99f0216610650e90653d69badca147cd88e3d6f472b5be617c076980e0 Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data 'Some "foo"' of type 'option string' +./octez-client --mode mockup hash data 'Some "foo"' of type 'option string' Raw packed data: 0x0505090100000003666f6f Script-expression-ID-Hash: expruWj1i3NoT1rSzrv22q9uTuL8Ax5LcRkhHQJLDbRfaHSydRmpx4 Raw Script-expression-ID-Hash: 0x83592457741d2dbb22af78846b3040e92614170c2e4850110a88b2d924a10ac7 @@ -458,7 +458,7 @@ Raw Sha256 hash: 0xcd56882646da9e0c3309537fb762087316b9bd0c754e7c858b30445e5a4df Raw Sha512 hash: 0xb7c841f6c2ab26702ce4b2a72b0f70e63c561ed97bc77df78c2f763e492eb8c86ecf755b60aa1246cc1ba95b0de2d1a3afa3de408325b3b2c764efcb24d1a9e5 Gas remaining: 1039999.214 units remaining -./tezos-client --mode mockup hash data '(Left True)' of type 'or bool string' +./octez-client --mode mockup hash data '(Left True)' of type 'or bool string' Raw packed data: 0x050505030a Script-expression-ID-Hash: exprufiG2ZNeHqrtWKs4bJ3yPwqxxe2W1jPv8NfHezGjadF15ruvUw Raw Script-expression-ID-Hash: 0x97c11ba899e5d0cb4772b7932f1669b4ab29113b0f17c88e22fd10fc1faf991e @@ -467,7 +467,7 @@ Raw Sha256 hash: 0x07b7ad9ed53b16bf17d52aa7eb3ae77fba8671f6f979eccc92ecf9e6702f7 Raw Sha512 hash: 0xb2de8eb67db0b449a7b5b844e6c7d1cb8ca874003a1e43b802bf273474e621deaefe7cdfb27c2bd2c78326e2e0506f1ecae038be143cf5b4b4d7e918b6ebc72e Gas remaining: 1039999.228 units remaining -./tezos-client --mode mockup hash data '(Right "foo")' of type 'or bool string' +./octez-client --mode mockup hash data '(Right "foo")' of type 'or bool string' Raw packed data: 0x0505080100000003666f6f Script-expression-ID-Hash: exprvD9V6jDDCiYUQjkqNdnD2eFyqMA76Rkoa6rpVXkim7hcqHFFEz Raw Script-expression-ID-Hash: 0xdf2193b9a689f10ac5c8a48c577f3e2a94221bd9ac884b5fa1b74f3f916d7dd3 @@ -476,7 +476,7 @@ Raw Sha256 hash: 0x2477b0dad8808245eacf22a51ef1f6b9bcb59b8f4d4b3a979132fa74dd129 Raw Sha512 hash: 0x64d21e4c66c2c1da70cda80a9609a28e8571734e42a63927753c2027f5c168086fd9925ddaee1544b254fbf63b055bc5ee4e9a987f457b58be04abbdfd29ac57 Gas remaining: 1039999.154 units remaining -./tezos-client --mode mockup hash data '(Pair 0 True)' of type 'pair int bool' +./octez-client --mode mockup hash data '(Pair 0 True)' of type 'pair int bool' Raw packed data: 0x0507070000030a Script-expression-ID-Hash: exprubgTpz2xzfqw7VxoZ9CfmYeQCayFc4mAA9pgnXDKXo64FD2tDw Raw Script-expression-ID-Hash: 0x8e99fc570ca12731c2a09203fb84b25f93264a234dc1dc6abd8b920a06309794 @@ -485,7 +485,7 @@ Raw Sha256 hash: 0x754da3f12fe6c0317d39bc71ff0489d763047648833d3403cdb348c93f9c2 Raw Sha512 hash: 0xfc2f3d753f8749bec06d6cccadd8263d69ca4121af57d0fce69b62bdb82173d3403b28cd69eb551827c7b80384d77e48b42be7399f06e310762a80ebcdfb5e1b Gas remaining: 1039998.932 units remaining -./tezos-client --mode mockup hash data '(Pair 0 (Pair True 0x))' of type 'pair int bool bytes' +./octez-client --mode mockup hash data '(Pair 0 (Pair True 0x))' of type 'pair int bool bytes' Raw packed data: 0x05070700000707030a0a00000000 Script-expression-ID-Hash: expruJK4yoH9hmZUDgbb5DBtjekERQd913ar43wFgkLVL4eYcFtDsT Raw Script-expression-ID-Hash: 0x6729d37ba0b7c4f8746e53816067fec805fbbd37253d81cf974b6edd054da22b @@ -494,7 +494,7 @@ Raw Sha256 hash: 0x2ee3aa1d789b740d21b535384a8ec28c7c375484576f070a0ea03f0ada791 Raw Sha512 hash: 0x83faf6a6c5c205a86087d77460f54a582f285918f45847376b7a722520f69acf23d6a9f09cce2646fcd279f33241ab345e2e17613f0babd1ebc5979713bff784 Gas remaining: 1039998.220 units remaining -./tezos-client --mode mockup hash data '(Pair 0 True 0x)' of type 'pair int bool bytes' +./octez-client --mode mockup hash data '(Pair 0 True 0x)' of type 'pair int bool bytes' Raw packed data: 0x05070700000707030a0a00000000 Script-expression-ID-Hash: expruJK4yoH9hmZUDgbb5DBtjekERQd913ar43wFgkLVL4eYcFtDsT Raw Script-expression-ID-Hash: 0x6729d37ba0b7c4f8746e53816067fec805fbbd37253d81cf974b6edd054da22b @@ -503,7 +503,7 @@ Raw Sha256 hash: 0x2ee3aa1d789b740d21b535384a8ec28c7c375484576f070a0ea03f0ada791 Raw Sha512 hash: 0x83faf6a6c5c205a86087d77460f54a582f285918f45847376b7a722520f69acf23d6a9f09cce2646fcd279f33241ab345e2e17613f0babd1ebc5979713bff784 Gas remaining: 1039998.220 units remaining -./tezos-client --mode mockup hash data '{0; True; 0x}' of type 'pair int bool bytes' +./octez-client --mode mockup hash data '{0; True; 0x}' of type 'pair int bool bytes' Raw packed data: 0x05070700000707030a0a00000000 Script-expression-ID-Hash: expruJK4yoH9hmZUDgbb5DBtjekERQd913ar43wFgkLVL4eYcFtDsT Raw Script-expression-ID-Hash: 0x6729d37ba0b7c4f8746e53816067fec805fbbd37253d81cf974b6edd054da22b @@ -512,7 +512,7 @@ Raw Sha256 hash: 0x2ee3aa1d789b740d21b535384a8ec28c7c375484576f070a0ea03f0ada791 Raw Sha512 hash: 0x83faf6a6c5c205a86087d77460f54a582f285918f45847376b7a722520f69acf23d6a9f09cce2646fcd279f33241ab345e2e17613f0babd1ebc5979713bff784 Gas remaining: 1039998.220 units remaining -./tezos-client --mode mockup hash data '{}' of type 'set bool' +./octez-client --mode mockup hash data '{}' of type 'set bool' Raw packed data: 0x050200000000 Script-expression-ID-Hash: exprvLcRMXArBMo4ZGN2fxbyDgW4hQTTTRd48VUbEwC4o2dMR2YjFP Raw Script-expression-ID-Hash: 0xf0147b0fcd9ed958297e3e663f25d0427f7f70576f22047a8d52953941a8b057 @@ -521,7 +521,7 @@ Raw Sha256 hash: 0x077e8b5d0b528d84284d773f8cc36da052248bb96c341d68d51b86e0ce098 Raw Sha512 hash: 0x7553bc601c56a361eb537e2bcba685ae6fbf3b68003bd9426db318352db433445aee770bab94631ce5bdf29b948caf1665e208c9be33d8b70fa67d2839d4a16a Gas remaining: 1039999.584 units remaining -./tezos-client --mode mockup hash data '{ 0 ; 3 ; 4 }' of type 'set nat' +./octez-client --mode mockup hash data '{ 0 ; 3 ; 4 }' of type 'set nat' Raw packed data: 0x050200000006000000030004 Script-expression-ID-Hash: expruTArjjBYFarD9wM3cZJWXr4ZGzDNmZ4NzJja4evPDhDaGRRS5F Raw Script-expression-ID-Hash: 0x7b470c4d4cd099659964e7ae56f49599a16e5c4ddbe03898a7f87b08f8cb4a6f @@ -530,7 +530,7 @@ Raw Sha256 hash: 0x79b8b0a86bb4e9939b552d8bfc98c50b991ae227235a3d39381349817ebdd Raw Sha512 hash: 0x34de860c30437423f988cff5ed945981ed4b82dc8a9153f1fbb387e3a05d502d494aa3fb627698a2d7d3b769715e24f844274d0a86bbddff3d955d97ba39d410 Gas remaining: 1039998.186 units remaining -./tezos-client --mode mockup hash data '"ABC\n123"' of type string +./octez-client --mode mockup hash data '"ABC\n123"' of type string Raw packed data: 0x0501000000074142430a313233 Script-expression-ID-Hash: expru9epr1Q99NjjgfhQBBmLiAb55ATvHcpvXqVfxnjQyAo3qLpTSU Raw Script-expression-ID-Hash: 0x53804fa1fb0854914ed6562bc7dde5d9c2307bbf5ac70e787a715c113e36d6c6 @@ -539,7 +539,7 @@ Raw Sha256 hash: 0x3ebab0c348173626afcb9c982d06ee1189fb1a6359eecd33b30af851aacdc Raw Sha512 hash: 0x086fccde9f22aba378cd47833d9613f6d1cfd3f15fb6a8dde0eb57e1da651de8ef69886a7a4ebbadf50155910d1fbcc9048e0d9acb196be04adf519476d52307 Gas remaining: 1039999.490 units remaining -./tezos-client --mode mockup hash data '"edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7"' of type signature +./octez-client --mode mockup hash data '"edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7"' of type signature Raw packed data: 0x050a0000004049d47dba27bd76208b092f3e500f64818920c817491b8b9094f28c2c2b9c6721b257b8878ce47182122b8ea84aeacd84a8aa28cb1f1fe48a26355a7bca4b8306 Script-expression-ID-Hash: exprtXK3xDMDMu3vGVkb6m9JxwRb3t62tZZNWZPS6FGCY5oFVcZuaM Raw Script-expression-ID-Hash: 0x00fc144dd18ae1a2d0c6247aa7dad67b2f8bec1b26984437b4bdf02e2d296783 @@ -548,7 +548,7 @@ Raw Sha256 hash: 0xf432ec1cf86bc818d9dff9f69870eaedbbfaee429f2619500757f3ce1d7bc Raw Sha512 hash: 0xd7f46bdf12090e235e59f0a61af1ca90f64f6022bd5df479a62f16fd829c6cec431dc081ee16f0c103eec70be968d3f70ec9f584f8948d31c804a87ddc82b1b3 Gas remaining: 1039992.559 units remaining -./tezos-client --mode mockup hash data '"spsig1PPUFZucuAQybs5wsqsNQ68QNgFaBnVKMFaoZZfi1BtNnuCAWnmL9wVy5HfHkR6AeodjVGxpBVVSYcJKyMURn6K1yknYLm"' of type signature +./octez-client --mode mockup hash data '"spsig1PPUFZucuAQybs5wsqsNQ68QNgFaBnVKMFaoZZfi1BtNnuCAWnmL9wVy5HfHkR6AeodjVGxpBVVSYcJKyMURn6K1yknYLm"' of type signature Raw packed data: 0x050a00000040865b0ceaa2decd64fea1b7e0e97d6ae8035125d821ebe99d7d5c8a559f36fdd43388a570e475011f6d2bbef184ece9bafbf0ac12157f7257988e9575ae2cbca9 Script-expression-ID-Hash: expruiLTZFkM8c6b9yURRmpLK3f7AAQbPQc11DeCSLoWUqGMUwLiSn Raw Script-expression-ID-Hash: 0x9db673f2907fafceb934a674351b57e76ba2bf9b3ee2f6edac327089ef5aa749 @@ -557,7 +557,7 @@ Raw Sha256 hash: 0x42fe71aa3f9fa7d868a2a8aee492b2a559fba87f8c15403ffe753fc0effff Raw Sha512 hash: 0xc9a9d704af153d9a2d046bd428f817c9db9ec5d52881ac31e28ed1faca821d34b797bee5171855d6f35ecefed7db2800a20639fc1f877672d03b456af7cf296e Gas remaining: 1039992.559 units remaining -./tezos-client --mode mockup hash data '"foo"' of type string +./octez-client --mode mockup hash data '"foo"' of type string Raw packed data: 0x050100000003666f6f Script-expression-ID-Hash: expruTFUPVsqkuD5iwLMJuzoyGSFABnxLo7CZrgnS1czt1WbTwpVrJ Raw Script-expression-ID-Hash: 0x7b754bee2b13dd9f9486e6f933e27afc2c31765a8414fc98422255138b04a366 @@ -566,7 +566,7 @@ Raw Sha256 hash: 0xe9341dd81166c9253032c8296ae443fbe0d6878502c31cdc431407c4f46dd Raw Sha512 hash: 0x8bf21486ea4a0789bf772b75b3cd8f9edace809f79c38146dbbe2d447edf99f9fcc7c53f511063fe9de21b22baa01710ef6a300546fcc6529812128488e91309 Gas remaining: 1039999.570 units remaining -./tezos-client --mode mockup hash data '"[TIMESTAMP]"' of type timestamp +./octez-client --mode mockup hash data '"[TIMESTAMP]"' of type timestamp Raw packed data: 0x0500a7e8e4d80b Script-expression-ID-Hash: expruPr6RXBVA966PMQk4kFKyiph9smByS7tFn1hKE6RwAv77VxPes Raw Script-expression-ID-Hash: 0x73bb27e87ad251d54484fc93a59fac977e3e1af83dfaaa33df4cb7646e01ffdf @@ -575,7 +575,7 @@ Raw Sha256 hash: 0x883ec8d70eeb0beb91bb34dbb5a9a49ffdbe79fd99d8a5fe2b5b508381597 Raw Sha512 hash: 0x2b7e8c38c164c6fd93d454fc2ac07122c45616cc616e2789bfb77cc023ef005cf97c8fb8e7c38565d52d0a5fd941a5be0e26e0fd323261069445b89f7ba6086a Gas remaining: 1039999.436 units remaining -./tezos-client --mode mockup hash data 1571659294 of type timestamp +./octez-client --mode mockup hash data 1571659294 of type timestamp Raw packed data: 0x05009ef8ecda0b Script-expression-ID-Hash: exprvPBUjsoev8w7shCt9SLykngSNL393Q8xHJS5eTMSrA2KbecS2x Raw Script-expression-ID-Hash: 0xf5ea5a2add84cb09fcf97c1d6e931a177dc6b47c27859d0a8c67e6a89c87098c @@ -584,7 +584,7 @@ Raw Sha256 hash: 0xa4e6a8748a04d460e75e1420baa3f4e9d53c758f076a0a5e3730941eade9c Raw Sha512 hash: 0x69c9ac176f1c5da7b15e859224d9877da0ecb9ecb84e0fa580405c46f13cc8ea11365502298f45354dc21ddeccd7ad3772c8d11091870536f156a6fc94aad89a Gas remaining: 1039999.544 units remaining -./tezos-client --mode mockup hash data Unit of type unit +./octez-client --mode mockup hash data Unit of type unit Raw packed data: 0x05030b Script-expression-ID-Hash: expruaDPoTWXcTR6fiQPy4KZSW72U6Swc1rVmMiP1KdwmCceeEpVjd Raw Script-expression-ID-Hash: 0x8b456a4530fb6d0fea9a0dcd0e9d6ff6b30d13b05d05cb4a375dd91bf2a7eadc diff --git a/tezt/tests/expected/increase_paid_storage.ml/Alpha- increase paid storage.out b/tezt/tests/expected/increase_paid_storage.ml/Alpha- increase paid storage.out index e8d0ed438a4f..c62dab4a851d 100644 --- a/tezt/tests/expected/increase_paid_storage.ml/Alpha- increase paid storage.out +++ b/tezt/tests/expected/increase_paid_storage.ml/Alpha- increase paid storage.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'opFGw9Xy4JKvdK9jeKNTUhb5zyZJ4phdTUDP33yG8GPXb17q8ov' NOT waiting for the operation to be included. Use command - tezos-client wait for opFGw9Xy4JKvdK9jeKNTUhb5zyZJ4phdTUDP33yG8GPXb17q8ov to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for opFGw9Xy4JKvdK9jeKNTUhb5zyZJ4phdTUDP33yG8GPXb17q8ov to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/increase_paid_storage.ml/Kathmandu- increase paid storage.out b/tezt/tests/expected/increase_paid_storage.ml/Kathmandu- increase paid storage.out index 537471a1a029..aef687220918 100644 --- a/tezt/tests/expected/increase_paid_storage.ml/Kathmandu- increase paid storage.out +++ b/tezt/tests/expected/increase_paid_storage.ml/Kathmandu- increase paid storage.out @@ -5,7 +5,7 @@ Operation successfully injected in the node. Operation hash is 'ooaB1EZhB4xGAr4FzEiPuT8CdwFxj5dmAoWYBqCKexohZt24o5K' NOT waiting for the operation to be included. Use command - tezos-client wait for ooaB1EZhB4xGAr4FzEiPuT8CdwFxj5dmAoWYBqCKexohZt24o5K to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 + octez-client wait for ooaB1EZhB4xGAr4FzEiPuT8CdwFxj5dmAoWYBqCKexohZt24o5K to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisf79b5d1CoW2 and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - a late rollup should catch up (late).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - a late rollup should catch up (late).out index dbc6ea78c67c..e4468239ac81 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - a late rollup should catch up (late).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - a late rollup should catch up (late).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_0).out index ffd935c23cb0..52d9e253387e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.377 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_5).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_5).out index ffd935c23cb0..52d9e253387e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_5).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (_5).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.377 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_0).out index 2fb08900cb9e..e0d29a0898f7 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]%aux"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]%aux"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.445 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_5).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_5).out index 2fb08900cb9e..e0d29a0898f7 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_5).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - an outbox message should be executable (aux_5).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]%aux"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["37 [CONTRACT_HASH]%aux"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.445 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - consecutive commitments.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - consecutive commitments.out index 8325e412c30c..12fb44a8bab2 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - consecutive commitments.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - consecutive commitments.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 32 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 32 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 62 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 62 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get genesis info of a sc rollup.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get genesis info of a sc rollup.out index dbc6ea78c67c..e4468239ac81 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get genesis info of a sc rollup.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get genesis info of a sc rollup.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get last cemented commitment hash and inbox level of a sc rollup.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get last cemented commitment hash and inbox level of a sc rollup.out index dbc6ea78c67c..e4468239ac81 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get last cemented commitment hash and inbox level of a sc rollup.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - get last cemented commitment hash and inbox level of a sc rollup.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (basic).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (basic).out index 810ad42e77a6..c6dcaf46d996 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (basic).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (basic).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (disconnects).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (disconnects).out index a3618a906b0f..30e64cf249ea 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (disconnects).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (disconnects).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (handles_chain_reorg).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (handles_chain_reorg).out index f19100d52424..93aee625c2cb 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (handles_chain_reorg).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - maintenance of inbox in the rollup node (handles_chain_reorg).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.944 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.944 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out index be3ceaf0184c..d12ddfa4040a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out index 99ae3632d7fb..4be33c7daa80 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -43,7 +43,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.773 units (will add 100 for safety) Estimated storage: no bytes added @@ -51,7 +51,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -97,7 +97,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "19" -./tezos-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.995 units (will add 100 for safety) Estimated storage: no bytes added @@ -105,7 +105,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "37" -./tezos-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -207,7 +207,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "56" -./tezos-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -215,7 +215,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -263,7 +263,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "75" -./tezos-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -271,7 +271,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -319,7 +319,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "94" -./tezos-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -327,7 +327,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -375,7 +375,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "113" -./tezos-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -383,7 +383,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -431,7 +431,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "132" -./tezos-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -439,7 +439,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "151" -./tezos-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.633 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -545,7 +545,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "170" -./tezos-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.650 units (will add 100 for safety) Estimated storage: no bytes added @@ -553,7 +553,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out index 5348063dc125..860b27068763 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - origination of a SCORU executes without error.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - origination of a SCORU executes without error.out index dbc6ea78c67c..e4468239ac81 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - origination of a SCORU executes without error.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - origination of a SCORU executes without error.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - check inbox size.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - check inbox size.out index c50b5fc79a9d..c869edc1f9d9 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - check inbox size.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - check inbox size.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - current messages hash.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - current messages hash.out index 609a9f9db9d2..0e65d5aafa8c 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - current messages hash.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - pushing messages in the inbox - current messages hash.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["hello, message number 0", "hello, message number 1", "hello, message number 2", "hello, message number 3", "hello, message number 4"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["hello, message number 0", "hello, message number 1", "hello, message number 2", "hello, message number 3", "hello, message number 4"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.381 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["hello, message number 5", "hello, message number 6", "hello, message number 7", "hello, message number 8", "hello, message number 9", "hello, message number 10"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["hello, message number 5", "hello, message number 6", "hello, message number 7", "hello, message number 8", "hello, message number 9", "hello, message number 10"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.471 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out index 71fd74055b4e..79345b8a7335 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.047 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.299 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.506 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.713 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out index 6ce2b1e7c209..0a519683b2d2 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.047 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.284 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out index 5e3c969b1b8c..30c1eaae5c86 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.905 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.969 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out index 8dfc95e1eb93..d573575c5c8c 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out index 0c36653406ad..6d6e37e26925 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out index 24ac72ff51d3..8cc72bc800a6 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out index e844880eea7c..ab6d855c0060 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["hash:scd1C1PeCnVMC9jDsDjzEW1Ez9GWS97TLJLxA\n"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["hash:scd1C1PeCnVMC9jDsDjzEW1Ez9GWS97TLJLxA\n"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.317 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out index 7abf06396f1c..954bd10f6e15 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out index 1ba5c59c5916..45a688ac1c46 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out index 7e0e1452340d..68645cda1a78 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out index 723dc2cff1a7..76d1b1bc498d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.850 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out index 589180b6c585..93e78c1ddf2d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out index 79c8a376795d..82f2f09468f4 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out index 27249b85c280..adb023ba46b3 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -55,7 +55,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -118,7 +118,7 @@ This sequence of operations was run: "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 +./octez-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 Node is bootstrapped. This simulation failed: Manager signed operations: @@ -138,7 +138,7 @@ This simulation failed: Error: Attempted to withdraw while not staked on the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4115.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -146,7 +146,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -166,7 +166,7 @@ This sequence of operations was run: Inbox level: 32 -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -229,7 +229,7 @@ This sequence of operations was run: "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 +./octez-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 Node is bootstrapped. Estimated gas: 3205.162 units (will add 100 for safety) Estimated storage: no bytes added @@ -237,7 +237,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out index 051ddd02502b..4d4b99789949 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out index c17f38e0d600..03d3d507d5ae 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out index 7abf06396f1c..954bd10f6e15 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out index 589180b6c585..93e78c1ddf2d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out index 46641ba6553c..8ea55fb08047 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- commitments- publish- and try to cement not on top of LCC or disputed.out b/tezt/tests/expected/sc_rollup.ml/Alpha- commitments- publish- and try to cement not on top of LCC or disputed.out index 6ee1176d36b3..6ec3269fb16d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- commitments- publish- and try to cement not on top of LCC or disputed.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- commitments- publish- and try to cement not on top of LCC or disputed.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -102,7 +102,7 @@ This sequence of operations was run: Commitment published at level: 9 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -110,7 +110,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: Commitment published at level: 12 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 Node is bootstrapped. Estimated gas: 8082.075 units (will add 100 for safety) Estimated storage: no bytes added @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -171,7 +171,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -179,7 +179,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -204,7 +204,7 @@ This sequence of operations was run: Commitment published at level: 15 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -212,7 +212,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -237,7 +237,7 @@ This sequence of operations was run: Commitment published at level: 16 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -256,7 +256,7 @@ Error: Current level: 22, minimal level: 27 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -273,7 +273,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -290,7 +290,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -307,7 +307,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -324,7 +324,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -341,7 +341,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4115.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -349,7 +349,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -369,7 +369,7 @@ This sequence of operations was run: Inbox level: 5 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4575.678 units (will add 100 for safety) Estimated storage: no bytes added @@ -377,7 +377,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -397,7 +397,7 @@ This sequence of operations was run: Inbox level: 8 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -414,7 +414,7 @@ This simulation failed: Error: Attempted to cement a disputed commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -431,7 +431,7 @@ This simulation failed: Error: Attempted to cement a disputed commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -448,7 +448,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -465,7 +465,7 @@ This simulation failed: Error: Parent is not the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -482,7 +482,7 @@ This simulation failed: Error: Commitment [SC_ROLLUP_COMMITMENT_HASH] does not exist -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -499,7 +499,7 @@ This simulation failed: Error: Commitment [SC_ROLLUP_COMMITMENT_HASH] does not exist -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 5035.832 units (will add 100 for safety) Estimated storage: no bytes added @@ -507,7 +507,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -527,7 +527,7 @@ This sequence of operations was run: Inbox level: 11 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 5265.986 units (will add 100 for safety) Estimated storage: no bytes added @@ -535,7 +535,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- configuration of a smart contract optimistic rollup node.out b/tezt/tests/expected/sc_rollup.ml/Alpha- configuration of a smart contract optimistic rollup node.out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- configuration of a smart contract optimistic rollup node.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- configuration of a smart contract optimistic rollup node.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out b/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out index 01e0666311b2..290740cc167c 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with '10 10 10 + +' --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with '10 10 10 + +' --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.497 units (will add 100 for safety) Estimated storage: 6667 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66675 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["10 +"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["10 +"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.654 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -79,7 +79,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with 31 --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with 31 --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.457 units (will add 100 for safety) Estimated storage: 6657 bytes added (will add 20 for safety) @@ -87,7 +87,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -113,11 +113,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66425 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 4, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["10 +"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["10 +"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.654 units (will add 100 for safety) Estimated storage: no bytes added @@ -125,7 +125,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- getting a smart-contract rollup address through the client.out b/tezt/tests/expected/sc_rollup.ml/Alpha- getting a smart-contract rollup address through the client.out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- getting a smart-contract rollup address through the client.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- getting a smart-contract rollup address through the client.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- list originated rollups.out b/tezt/tests/expected/sc_rollup.ml/Alpha- list originated rollups.out index a162d824b8f5..bf5b54a8041e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- list originated rollups.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- list originated rollups.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -67,7 +67,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -75,7 +75,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -101,7 +101,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -109,7 +109,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -169,7 +169,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -177,7 +177,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -203,7 +203,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -211,7 +211,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -237,7 +237,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -245,7 +245,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -271,7 +271,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -279,7 +279,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -305,7 +305,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -313,7 +313,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- originate arith with boot sector.out b/tezt/tests/expected/sc_rollup.ml/Alpha- originate arith with boot sector.out index df0e40a92451..187fe7ea3393 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- originate arith with boot sector.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- originate arith with boot sector.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with '10 10 10 + +' --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with '10 10 10 + +' --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.497 units (will add 100 for safety) Estimated storage: 6667 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,5 +33,5 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66675 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/boot_sector' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/boot_sector' "10 10 10 + +" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- refutation game timeout.out b/tezt/tests/expected/sc_rollup.ml/Alpha- refutation game timeout.out index 96330ed1b2a3..27a1f7dfb6e8 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- refutation game timeout.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- refutation game timeout.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -102,7 +102,7 @@ This sequence of operations was run: Commitment published at level: 9 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -110,7 +110,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: Commitment published at level: 12 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 Node is bootstrapped. Estimated gas: 8082.075 units (will add 100 for safety) Estimated storage: no bytes added @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -171,7 +171,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -179,7 +179,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -204,7 +204,7 @@ This sequence of operations was run: Commitment published at level: 15 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -212,7 +212,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -237,7 +237,7 @@ This sequence of operations was run: Commitment published at level: 16 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4115.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -245,7 +245,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -265,7 +265,7 @@ This sequence of operations was run: Inbox level: 5 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4575.678 units (will add 100 for safety) Estimated storage: no bytes added @@ -273,7 +273,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -293,7 +293,7 @@ This sequence of operations was run: Inbox level: 8 -./tezos-client --wait none timeout dispute on sc rollup '[SC_ROLLUP_HASH]' with '[PUBLIC_KEY_HASH]' from bootstrap1 +./octez-client --wait none timeout dispute on sc rollup '[SC_ROLLUP_HASH]' with '[PUBLIC_KEY_HASH]' from bootstrap1 Node is bootstrapped. Estimated gas: 8210.876 units (will add 100 for safety) Estimated storage: no bytes added @@ -301,7 +301,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- refutation- check the punishment and reward.out b/tezt/tests/expected/sc_rollup.ml/Alpha- refutation- check the punishment and reward.out index 75d34b9ddb6f..0b363f106cea 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- refutation- check the punishment and reward.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- refutation- check the punishment and reward.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 4 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 4 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 4 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 4 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -105,7 +105,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none timeout dispute on sc rollup '[SC_ROLLUP_HASH]' with '[PUBLIC_KEY_HASH]' from bootstrap1 +./octez-client --wait none timeout dispute on sc rollup '[SC_ROLLUP_HASH]' with '[PUBLIC_KEY_HASH]' from bootstrap1 Node is bootstrapped. Estimated gas: 6460.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -113,7 +113,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- valid dispute dissection.out b/tezt/tests/expected/sc_rollup.ml/Alpha- valid dispute dissection.out index 2a89444c008c..82c7e7aad11a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- valid dispute dissection.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- valid dispute dissection.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 5 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 8 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 2 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -102,7 +102,7 @@ This sequence of operations was run: Commitment published at level: 9 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 31 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -110,7 +110,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: Commitment published at level: 12 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 11 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 32 Node is bootstrapped. Estimated gas: 8082.075 units (will add 100 for safety) Estimated storage: no bytes added @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -171,7 +171,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 311 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -179,7 +179,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -204,7 +204,7 @@ This sequence of operations was run: Commitment published at level: 15 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 14 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 321 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -212,7 +212,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -237,7 +237,7 @@ This sequence of operations was run: Commitment published at level: 16 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4115.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -245,7 +245,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -265,7 +265,7 @@ This sequence of operations was run: Inbox level: 5 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4575.678 units (will add 100 for safety) Estimated storage: no bytes added @@ -273,7 +273,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -293,7 +293,7 @@ This sequence of operations was run: Inbox level: 8 -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -310,7 +310,7 @@ This simulation failed: Error: Attempted to cement a disputed commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - a late rollup should catch up (late).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - a late rollup should catch up (late).out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - a late rollup should catch up (late).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - a late rollup should catch up (late).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_0).out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_5).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_5).out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_5).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (_5).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_0).out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_5).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_5).out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_5).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - an outbox message should be executable (aux_5).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - consecutive commitments.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - consecutive commitments.out index 777d46287234..5d5d8109c705 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - consecutive commitments.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - consecutive commitments.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 32 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 32 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 5781.719 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -69,7 +69,7 @@ This sequence of operations was run: Frozen_bonds([PUBLIC_KEY_HASH],[SC_ROLLUP_HASH]) ... +ꜩ10000 -./tezos-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 62 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 +./octez-client --wait none publish commitment from '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' with compressed state '[SC_ROLLUP_PVM_STATE_HASH]' at inbox level 62 and predecessor '[SC_ROLLUP_COMMITMENT_HASH]' and number of ticks 1 Node is bootstrapped. Estimated gas: 4245.547 units (will add 100 for safety) Estimated storage: no bytes added @@ -77,7 +77,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get genesis info of a sc rollup.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get genesis info of a sc rollup.out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get genesis info of a sc rollup.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get genesis info of a sc rollup.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get last cemented commitment hash and inbox level of a sc ro.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get last cemented commitment hash and inbox level of a sc ro.out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get last cemented commitment hash and inbox level of a sc ro.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - get last cemented commitment hash and inbox level of a sc ro.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (basic).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (basic).out index 36e39cfd267a..057610b28b7f 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (basic).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (basic).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (disconnects).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (disconnects).out index 3b1e1f4d74e0..14d507a9b6d3 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (disconnects).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (disconnects).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (handles_chain_reorg.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (handles_chain_reorg.out index 865feb2904c9..5ee8f601d678 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (handles_chain_reorg.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - maintenance of inbox in the rollup node (handles_chain_reorg.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.944 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.944 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out index ab6722f60714..5a9fc886a777 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out index 2ab7510addb2..8fa6d8d1fb20 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -43,7 +43,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.773 units (will add 100 for safety) Estimated storage: no bytes added @@ -51,7 +51,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -94,7 +94,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "2" -./tezos-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.995 units (will add 100 for safety) Estimated storage: no bytes added @@ -102,7 +102,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -146,7 +146,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "3" -./tezos-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -154,7 +154,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -198,7 +198,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -206,7 +206,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -251,7 +251,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "5" -./tezos-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -259,7 +259,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -304,7 +304,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -312,7 +312,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -357,7 +357,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "7" -./tezos-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -365,7 +365,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -410,7 +410,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -418,7 +418,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -464,7 +464,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "9" -./tezos-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.633 units (will add 100 for safety) Estimated storage: no bytes added @@ -472,7 +472,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -518,7 +518,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.650 units (will add 100 for safety) Estimated storage: no bytes added @@ -526,7 +526,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out index db90e56a14ea..b7d5652455e8 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - origination of a SCORU executes without error.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - origination of a SCORU executes without error.out index 678c98281d03..8619af933353 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - origination of a SCORU executes without error.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - origination of a SCORU executes without error.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - check inbox size.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - check inbox size.out index 4311978af521..2dc3f944b289 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - check inbox size.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - check inbox size.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - current messages hash.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - current messages hash.out index 21b28c7d5d85..39da20e40ad4 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - current messages hash.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - pushing messages in the inbox - current messages hash.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["hello, message number 0", "hello, message number 1", "hello, message number 2", "hello, message number 3", "hello, message number 4"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["hello, message number 0", "hello, message number 1", "hello, message number 2", "hello, message number 3", "hello, message number 4"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.381 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["hello, message number 5", "hello, message number 6", "hello, message number 7", "hello, message number 8", "hello, message number 9", "hello, message number 10"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["hello, message number 5", "hello, message number 6", "hello, message number 7", "hello, message number 8", "hello, message number 9", "hello, message number 10"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.471 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out index fdd8b4544989..88294cd2c12f 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.047 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.299 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.506 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.713 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out index a531c98ee5aa..8ff5fb39d13d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.047 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.284 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out index 8618b0295e0e..f93c3d7a8db1 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.905 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.969 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.984 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out index a32c0f8aa6b7..19cd18ecd0e1 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out index 38cddef2f99b..dd756ecd0cf0 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out index 59a61cae3340..07faf16e12dd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["3 3 +","1","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","3 3 +","1 1 x","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.269 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 3 +","3 7 8 + * y","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.348 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","3 3 +","2 2 out"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.491 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.570 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.698 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.762 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["1","1 1 x","3 7 8 + * y","2 2 out","3 3 +"]' from bootstrap3 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.777 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out index c606efd64324..f0fd77ac961b 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out index a84d4b32d3df..da554c0ea338 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out index 5138f35fdc0d..9f1a3ce65483 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out index a41bbac6ab1f..6d5612753c44 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.850 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out index cc5f93f38cb7..e8c08ffe3e56 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out index 8bc993e8cd5d..d555f76399fd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out index 91cdf4b859a3..29e2c10ed3f2 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -55,7 +55,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -118,7 +118,7 @@ This sequence of operations was run: "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 +./octez-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 Node is bootstrapped. This simulation failed: Manager signed operations: @@ -138,7 +138,7 @@ This simulation failed: Error: Attempted to withdraw while not staked on the last cemented commitment. -./tezos-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' +./octez-client --wait none cement commitment '[SC_ROLLUP_COMMITMENT_HASH]' from bootstrap1 for sc rollup '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 4115.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -146,7 +146,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -166,7 +166,7 @@ This sequence of operations was run: Inbox level: 32 -./tezos-client rpc get /chains/main/blocks/head/context/constants +./octez-client rpc get /chains/main/blocks/head/context/constants { "proof_of_work_nonce_size": 8, "nonce_length": 32, "max_anon_ops_per_block": 132, "max_operation_data_length": 32768, "max_proposals_per_delegate": 20, "max_micheline_node_count": 50000, @@ -229,7 +229,7 @@ This sequence of operations was run: "zk_rollup_enable": false, "zk_rollup_origination_size": 4000, "zk_rollup_min_pending_to_process": 10 } -./tezos-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 +./octez-client --wait none recover bond of '[PUBLIC_KEY_HASH]' for sc rollup '[SC_ROLLUP_HASH]' --fee 1 Node is bootstrapped. Estimated gas: 3205.162 units (will add 100 for safety) Estimated storage: no bytes added @@ -237,7 +237,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out index 8b4cb17bd4eb..bd820b4c4ccd 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out index 1b6c62808dba..2fe61eee602a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out index c606efd64324..f0fd77ac961b 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out index cc5f93f38cb7..e8c08ffe3e56 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -41,7 +41,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -72,7 +72,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -80,7 +80,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -112,7 +112,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -120,7 +120,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -152,7 +152,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -160,7 +160,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -193,7 +193,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -201,7 +201,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -242,7 +242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -275,7 +275,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -316,7 +316,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -324,7 +324,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -358,7 +358,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -366,7 +366,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -400,7 +400,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -408,7 +408,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -442,7 +442,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -450,7 +450,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -484,7 +484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -492,7 +492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -526,7 +526,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -534,7 +534,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -568,7 +568,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -576,7 +576,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -610,7 +610,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -618,7 +618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -652,7 +652,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -660,7 +660,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -695,7 +695,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -703,7 +703,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -738,7 +738,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -746,7 +746,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -781,7 +781,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -789,7 +789,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -824,7 +824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -832,7 +832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -867,7 +867,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -875,7 +875,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -910,7 +910,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -918,7 +918,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -953,7 +953,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -961,7 +961,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -996,7 +996,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1004,7 +1004,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1039,7 +1039,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1047,7 +1047,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1082,7 +1082,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1090,7 +1090,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1125,7 +1125,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1133,7 +1133,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1168,7 +1168,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1176,7 +1176,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1211,7 +1211,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1219,7 +1219,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1254,7 +1254,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1262,7 +1262,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1297,7 +1297,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.772 units (will add 100 for safety) Estimated storage: no bytes added @@ -1305,7 +1305,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1340,7 +1340,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.368 units (will add 100 for safety) Estimated storage: no bytes added @@ -1348,7 +1348,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1384,7 +1384,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.171 units (will add 100 for safety) Estimated storage: no bytes added @@ -1392,7 +1392,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1428,7 +1428,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.767 units (will add 100 for safety) Estimated storage: no bytes added @@ -1436,7 +1436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1472,7 +1472,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.363 units (will add 100 for safety) Estimated storage: no bytes added @@ -1480,7 +1480,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1516,7 +1516,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.959 units (will add 100 for safety) Estimated storage: no bytes added @@ -1524,7 +1524,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1560,7 +1560,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.555 units (will add 100 for safety) Estimated storage: no bytes added @@ -1568,7 +1568,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1604,7 +1604,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.151 units (will add 100 for safety) Estimated storage: no bytes added @@ -1612,7 +1612,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1648,7 +1648,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.747 units (will add 100 for safety) Estimated storage: no bytes added @@ -1656,7 +1656,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1692,7 +1692,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -1700,7 +1700,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1736,7 +1736,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -1744,7 +1744,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1780,7 +1780,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.535 units (will add 100 for safety) Estimated storage: no bytes added @@ -1788,7 +1788,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1824,7 +1824,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.131 units (will add 100 for safety) Estimated storage: no bytes added @@ -1832,7 +1832,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1868,7 +1868,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.727 units (will add 100 for safety) Estimated storage: no bytes added @@ -1876,7 +1876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1912,7 +1912,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.323 units (will add 100 for safety) Estimated storage: no bytes added @@ -1920,7 +1920,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1956,7 +1956,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.919 units (will add 100 for safety) Estimated storage: no bytes added @@ -1964,7 +1964,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2000,7 +2000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.515 units (will add 100 for safety) Estimated storage: no bytes added @@ -2008,7 +2008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2044,7 +2044,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.111 units (will add 100 for safety) Estimated storage: no bytes added @@ -2052,7 +2052,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2088,7 +2088,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.707 units (will add 100 for safety) Estimated storage: no bytes added @@ -2096,7 +2096,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2132,7 +2132,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.303 units (will add 100 for safety) Estimated storage: no bytes added @@ -2140,7 +2140,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2176,7 +2176,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.899 units (will add 100 for safety) Estimated storage: no bytes added @@ -2184,7 +2184,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2220,7 +2220,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.495 units (will add 100 for safety) Estimated storage: no bytes added @@ -2228,7 +2228,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2264,7 +2264,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.091 units (will add 100 for safety) Estimated storage: no bytes added @@ -2272,7 +2272,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2308,7 +2308,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.687 units (will add 100 for safety) Estimated storage: no bytes added @@ -2316,7 +2316,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2352,7 +2352,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -2360,7 +2360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2396,7 +2396,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.879 units (will add 100 for safety) Estimated storage: no bytes added @@ -2404,7 +2404,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2440,7 +2440,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.475 units (will add 100 for safety) Estimated storage: no bytes added @@ -2448,7 +2448,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2484,7 +2484,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.071 units (will add 100 for safety) Estimated storage: no bytes added @@ -2492,7 +2492,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2528,7 +2528,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.667 units (will add 100 for safety) Estimated storage: no bytes added @@ -2536,7 +2536,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2572,7 +2572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.263 units (will add 100 for safety) Estimated storage: no bytes added @@ -2580,7 +2580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out index 1d41d76c199b..19615800f521 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 010fa03030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303000d5024ff4c33df62141bd485af4154641aa9220c5dede9aed006eb5d3c88bff3b --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3126.593 units (will add 100 for safety) Estimated storage: 10691 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ2.67275 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.722 units (will add 100 for safety) Estimated storage: no bytes added @@ -45,7 +45,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.540 units (will add 100 for safety) Estimated storage: no bytes added @@ -84,7 +84,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.343 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -156,7 +156,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1878.939 units (will add 100 for safety) Estimated storage: no bytes added @@ -164,7 +164,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -197,7 +197,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1879.742 units (will add 100 for safety) Estimated storage: no bytes added @@ -205,7 +205,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -238,7 +238,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.338 units (will add 100 for safety) Estimated storage: no bytes added @@ -246,7 +246,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -279,7 +279,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1880.934 units (will add 100 for safety) Estimated storage: no bytes added @@ -287,7 +287,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -320,7 +320,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1881.530 units (will add 100 for safety) Estimated storage: no bytes added @@ -328,7 +328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -362,7 +362,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.333 units (will add 100 for safety) Estimated storage: no bytes added @@ -370,7 +370,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -404,7 +404,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1882.929 units (will add 100 for safety) Estimated storage: no bytes added @@ -412,7 +412,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -446,7 +446,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1883.525 units (will add 100 for safety) Estimated storage: no bytes added @@ -454,7 +454,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -488,7 +488,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.121 units (will add 100 for safety) Estimated storage: no bytes added @@ -496,7 +496,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -530,7 +530,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1884.717 units (will add 100 for safety) Estimated storage: no bytes added @@ -538,7 +538,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -572,7 +572,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.313 units (will add 100 for safety) Estimated storage: no bytes added @@ -580,7 +580,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -614,7 +614,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1885.909 units (will add 100 for safety) Estimated storage: no bytes added @@ -622,7 +622,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1886.505 units (will add 100 for safety) Estimated storage: no bytes added @@ -664,7 +664,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -699,7 +699,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.308 units (will add 100 for safety) Estimated storage: no bytes added @@ -707,7 +707,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -742,7 +742,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1887.904 units (will add 100 for safety) Estimated storage: no bytes added @@ -750,7 +750,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -785,7 +785,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1888.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -793,7 +793,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -828,7 +828,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.096 units (will add 100 for safety) Estimated storage: no bytes added @@ -836,7 +836,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -871,7 +871,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1889.692 units (will add 100 for safety) Estimated storage: no bytes added @@ -879,7 +879,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.288 units (will add 100 for safety) Estimated storage: no bytes added @@ -922,7 +922,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -957,7 +957,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1890.884 units (will add 100 for safety) Estimated storage: no bytes added @@ -965,7 +965,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1000,7 +1000,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1891.480 units (will add 100 for safety) Estimated storage: no bytes added @@ -1008,7 +1008,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1043,7 +1043,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.076 units (will add 100 for safety) Estimated storage: no bytes added @@ -1051,7 +1051,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1086,7 +1086,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1892.672 units (will add 100 for safety) Estimated storage: no bytes added @@ -1094,7 +1094,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1129,7 +1129,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.268 units (will add 100 for safety) Estimated storage: no bytes added @@ -1137,7 +1137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1172,7 +1172,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1893.864 units (will add 100 for safety) Estimated storage: no bytes added @@ -1180,7 +1180,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1215,7 +1215,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1894.460 units (will add 100 for safety) Estimated storage: no bytes added @@ -1223,7 +1223,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1258,7 +1258,7 @@ This sequence of operations was run: } -./tezos-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message 'text:["CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE","CAFEBABE"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1895.056 units (will add 100 for safety) Estimated storage: no bytes added @@ -1266,7 +1266,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out index d90205b063cf..e7e9f5df9f12 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 00000026870061206d01000000014a0c60027f7f017f60027f7f0060037f7f7f017f60000060017f0060037f7f7f0060047f7f7f7f017f60047f7f7f7f0060017f017f60057f7f7f7f7f017f60017f017e60057f7f7f7f7f00034746030400050601000506040700080902070407000803080404040507010a0a0004050008010104010101010b010200000101010301010004020501020a0000080808000b00020204050170011d1d05030100110619037f01418080c0000b7f0041948cc0000b7f0041a08cc0000b073304066d656d6f727902000b6b65726e656c5f6e65787400000a5f5f646174615f656e6403010b5f5f686561705f6261736503020922010041010b1c013c090a0b0c1112131023171c161d18262728292c2d2e35413d363b0afa4646860201057f23808080800041106b22002480808080001094808080000240024041002802e083c080000d004100417f3602e083c080000240024041002802e483c080002201450d00200128020041016a210241002802ec83c08000210341002802e883c0800021040c010b410441041082808080002201450d0241002104410020013602e483c080002001410036020041012102410121030b20012002360200410020033602e883c080004100200420036a3602ec83c08000410041002802e083c0800041016a3602e083c08000200041106a2480808080000f0b41b480c080004110200041086a41c480c0800041a480c0800010c280808000000b4104410410b180808000000b02000b1301017f20002001108680808000210220020f0b0f002000200120021087808080000f0b1701017f2000200120022003108880808000210420040f0b0d002000200110b4808080000f0b120041f083c0800020002001108e808080000b140041f083c08000200020012002108f808080000b4501017f024041f083c0800020032002108e808080002204450d002004200020032001200120034b1b10c5808080001a41f083c08000200020012002108f808080000b20040b02000b7701017f02400240200241027422022003410374418080016a2203200220034b1b418780046a220441107640002203417f470d0041012102410021030c010b20034110742203420037030041002102200341003602082003200320044180807c716a4102723602000b20002003360204200020023602000b05004180040b040041010bef0401087f024020022802002205450d002001417f6a210620004102742107410020016b21080340200541086a2109024002402005280208220a4101710d00200521010c010b03402009200a417e71360200024002402005280204220a417c7122090d00410021010c010b4100200920092d00004101711b21010b02402005280200220b417c71220c450d004100200c200b4102711b220b450d00200b200b2802044103712009723602042005280204220a417c7121090b02402009450d00200920092802004103712005280200417c71723602002005280204210a0b2005200a41037136020420052005280200220941037136020002402009410271450d00200120012802004102723602000b20022001360200200141086a2109200121052001280208220a4101710d000b0b02402001280200417c71220a200141086a22056b2007490d00024002402005200320002004280210118080808000004102746a41086a200a20076b200871220a4d0d0020062005710d0220022009280200417c7136020020012001280200410172360200200121050c010b200a4100360200200a41786a2205420037020020052001280200417c7136020002402001280200220a417c71220b450d004100200b200a4102711b220a450d00200a200a2802044103712005723602040b2005200528020441037120017236020420092009280200417e71360200200120012802002209410371200572220a3602000240024020094102710d00200528020021010c010b2001200a417d713602002005200528020041027222013602000b200520014101723602000b200541086a0f0b20022001280208220536020020050d000b0b41000bac0301037f23808080800041106b22032480808080000240024020010d00200221010c010b200141036a220441027621050240200241054f0d002005417f6a220141ff014b0d00200320003602082003200020014102746a41046a41002001418002491b220028020036020c0240200520022003410c6a200341086a41ec80c08000108d8080800022010d002003200341086a200520021091808080004100210120032802000d0020032802042201200328020c3602082003200136020c200520022003410c6a200341086a41ec80c08000108d8080800021010b2000200328020c3602000c010b2003200028020036020c0240200520022003410c6a41d480c0800041d480c08000108d8080800022010d0002402004417c7122012002410374418080016a2204200120044b1b418780046a220441107640002201417f470d00410021010c010b20014110742201200328020c360208200141003602042001200120044180807c716a4102723602002003200136020c200520022003410c6a41d480c0800041d480c08000108d8080800021010b2000200328020c3602000b200341106a24808080800020010be60501067f23808080800041106b220424808080800002402001450d002002450d000240200341054f0d00200241036a410276417f6a220341ff014b0d0020014100360200200141786a22022002280200417e713602002004200036020c200020034102746a41046a22002802002103024002402004410c6a109380808000450d00024002402001417c6a2205280200417c712206450d00200628020022074101710d0002400240024020022802002208417c7122010d00200621090c010b200621094100200120084102711b2208450d002008200828020441037120067236020420052802002201417c712209450d012002280200417c712101200928020021070b20092001200741037172360200200528020021010b200520014103713602002002200228020022014103713602002001410271450d01200620062802004102723602000c010b20022802002206417c712205450d014100200520064102711b2206450d0120062d00004101710d0120012006280208417c71360200200620024101723602080b200321020c010b200120033602000b200020023602000c010b20014100360200200141786a220220022802002203417e71360200200028020021050240024002402001417c6a2207280200417c712206450d00200628020022094101710d000240024002402003417c7122010d00200621080c010b200621084100200120034102711b2203450d002003200328020441037120067236020420072802002201417c712208450d012002280200417c712101200828020021090b20082001200941037172360200200728020021010b200720014103713602002002200228020022014103713602002001410271450d01200620062802004102723602000c010b2003417c712206450d014100200620034102711b2203450d0120032d00004101710d0120012003280208417c71360200200320024101723602080b200020053602000c010b20012005360200200020023602000b200441106a2480808080000b02000b960201027f23808080800041106b220424808080800020042001280200220528020036020c024002400240200241026a220220026c220241801020024180104b1b220141042004410c6a418481c08000418481c08000108d808080002202450d002005200428020c3602000c010b2004418481c0800020014104108a80808000024002402004280200450d002005200428020c3602000c010b20042802042202200428020c3602082004200236020c200141042004410c6a418481c08000418481c08000108d8080800021022005200428020c36020020020d010b410121010c010b200242003702042002200220014102746a410272360200410021010b2000200236020420002001360200200441106a2480808080000b040020010b040041000b02000b040000000b02000b2a01017f0240200041046a2802002201450d0020002802002200450d002000200141011083808080000b0b2a01017f024020002802042201450d00200041086a2802002200450d002001200041011083808080000b0bdb0101027f23808080800041206b22032480808080000240200120026a22022001490d00200041046a280200220441017422012002200120024b1b22014108200141084b1b2101024002402004450d00200341106a41086a410136020020032004360214200320002802003602100c010b200341003602100b200320014101200341106a109a8080800002402003280200450d00200341086a2802002200450d012003280204200010b180808000000b20032802042102200041046a200136020020002002360200200341206a2480808080000f0b10b280808000000bb50101027f0240024002400240024002400240024002402002450d004101210420014100480d0120032802002205450d02200328020422030d0520010d03200221030c040b20002001360204410121040b410021010c060b20010d00200221030c010b2001200210828080800021030b2003450d010c020b200520032002200110848080800022030d010b20002001360204200221010c010b20002003360204410021040b20002004360200200041086a20013602000bdb0101037f23808080800041206b22022480808080000240200141016a22032001490d00200041046a280200220441017422012003200120034b1b22014108200141084b1b2101024002402004450d00200241106a41086a410136020020022004360214200220002802003602100c010b200241003602100b200220014101200241106a109a8080800002402002280200450d00200241086a2802002200450d012002280204200010b180808000000b20022802042103200041046a200136020020002003360200200241206a2480808080000f0b10b280808000000b0c0042f6e2f8b1f2e1afe7050b0d0042d1ae98c49983b2f7847f0bf70201037f23808080800041106b220224808080800002400240024002402001418001490d002002410036020c20014180104f0d0120022001413f71418001723a000d2002200141067641c001723a000c410221010c020b024020002802082203200041046a280200470d0020002003109b80808000200028020821030b2000200341016a360208200028020020036a20013a00000c020b0240200141808004490d0020022001413f71418001723a000f2002200141127641f001723a000c20022001410676413f71418001723a000e20022001410c76413f71418001723a000d410421010c010b20022001413f71418001723a000e20022001410c7641e001723a000c20022001410676413f71418001723a000d410321010b0240200041046a280200200041086a220428020022036b20014f0d00200020032001109980808000200428020021030b200028020020036a2002410c6a200110c5808080001a2004200320016a3602000b200241106a24808080800041000b180020002802002000280204200028020810a080808000000bbf0101027f23808080800041106b2203248080808000200041146a28020021040240024002400240200041046a2802000e020001030b20040d02419c81c080002100410021040c010b20040d01200028020022002802042104200028020021000b2003200436020420032000360200200341b882c08000200110be808080002002200110c08080800010aa80808000000b2003410036020420032000360200200341a482c08000200110be808080002002200110c08080800010aa80808000000b1c00024020000d00419c81c08000412b200110b880808000000b20000b2000024020000d00419c81c08000412b41f481c0800010b880808000000b20000b02000b2501017f2000200141002802f48bc080002202418b8080800020021b1181808080000000000b5901037f23808080800041106b2201248080808000200010bf8080800041e481c0800010a1808080002102200010be8080800010a28080800021032001200236020820012000360204200120033602002001109f80808000000bb10202047f017e23808080800041306b2202248080808000200141046a2103024020012802040d0020012802002104200241086a41086a22054100360200200242013703082002200241086a360214200241186a41106a200441106a290200370300200241186a41086a200441086a29020037030020022004290200370318200241146a41cc82c08000200241186a10ba808080001a200341086a2005280200360200200320022903083702000b200241186a41086a2204200341086a2802003602002001410c6a41003602002003290200210620014201370204200220063703180240410c410410828080800022010d00410c410410b180808000000b20012002290318370200200141086a20042802003602002000418482c0800036020420002001360200200241306a2480808080000bc80101037f23808080800041306b2202248080808000200141046a2103024020012802040d0020012802002101200241086a41086a22044100360200200242013703082002200241086a360214200241186a41106a200141106a290200370300200241186a41086a200141086a29020037030020022001290200370318200241146a41cc82c08000200241186a10ba808080001a200341086a2004280200360200200320022903083702000b2000418482c0800036020420002003360200200241306a2480808080000b4e01027f200128020421022001280200210302404108410410828080800022010d004108410410b180808000000b20012002360204200120033602002000419482c08000360204200020013602000b14002000419482c08000360204200020013602000bab0201037f23808080800041206b220524808080800041012106410041002802848cc08000220741016a3602848cc080000240024041002d00888cc08000450d0041002802908cc0800041016a21060c010b410041013a00888cc080000b410020063602908cc080000240024020074100480d00200641024b0d00200520043a0018200520033602142005200236021041002802f88bc080002207417f4c0d004100200741016a22073602f88bc08000024041002802808cc080002202450d0041002802fc8bc08000210720052000200128021011818080800000200520052903003703082007200541086a20022802141181808080000041002802f88bc0800021070b41002007417f6a3602f88bc08000200641014b0d0020040d010b00000b2000200110ab80808000000b3101017f23808080800041106b22022480808080002002200136020c20022000360208200241086a1095808080001a00000b5801027f02402000280200220341046a280200200341086a220428020022006b20024f0d00200320002002109980808000200428020021000b200328020020006a2001200210c5808080001a2004200020026a36020041000b120020002802002001109e808080001a41000b7401017f23808080800041206b220224808080800020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41cc82c08000200241086a10ba808080002101200241206a24808080800020010b0d002000200110b080808000000b0d0020002001108580808000000b0d002000200110b380808000000b4e01017f23808080800041206b22002480808080002000411c6a41003602002000418083c080003602182000420137020c2000419483c08000360208200041086a419c83c0800010b980808000000b0d002000200110af80808000000b0d002000200110a480808000000b0d0020002802001a037f0c000b0b02000bd80701067f20002802102103024002400240024002400240200028020822044101460d0020034101470d010b20034101470d03200120026a2105200041146a28020022060d0141002107200121080c020b2000280218200120022000411c6a28020028020c1182808080000021030c030b41002107200121080340200822032005460d020240024020032c00002208417f4c0d00200341016a21080c010b0240200841604f0d00200341026a21080c010b0240200841704f0d00200341036a21080c010b20032d0002413f7141067420032d0001413f71410c747220032d0003413f7172200841ff0171411274418080f0007172418080c400460d03200341046a21080b200720036b20086a21072006417f6a22060d000b0b20082005460d00024020082c00002203417f4a0d0020034160490d0020034170490d0020082d0002413f7141067420082d0001413f71410c747220082d0003413f7172200341ff0171411274418080f0007172418080c400460d010b02400240024020070d00410021080c010b024020072002490d00410021032002210820072002460d010c020b4100210320072108200120076a2c00004140480d010b20082107200121030b2007200220031b21022003200120031b21010b024020040d002000280218200120022000411c6a28020028020c118280808000000f0b2000410c6a28020021050240024020024110490d002001200210c38080800021080c010b024020020d00410021080c010b20024103712107024002402002417f6a41034f0d0041002108200121030c010b2002417c71210641002108200121030340200820032c000041bf7f4a6a200341016a2c000041bf7f4a6a200341026a2c000041bf7f4a6a200341036a2c000041bf7f4a6a2108200341046a21032006417c6a22060d000b0b2007450d000340200820032c000041bf7f4a6a2108200341016a21032007417f6a22070d000b0b0240200520084d0d0041002103200520086b22072106024002400240410020002d0020220820084103461b4103710e03020001020b41002106200721030c010b20074101762103200741016a41017621060b200341016a21032000411c6a28020021072000280204210820002802182100024003402003417f6a2203450d0120002008200728021011808080800000450d000b41010f0b410121032008418080c400460d01200020012002200728020c118280808000000d01410021030340024020062003470d0020062006490f0b200341016a210320002008200728021011808080800000450d000b2003417f6a2006490f0b2000280218200120022000411c6a28020028020c118280808000000f0b20030b5401017f23808080800041206b2203248080808000200341146a4100360200200341ac83c08000360210200342013702042003200136021c200320003602182003200341186a3602002003200210b980808000000b4c01017f23808080800041206b2202248080808000200241013a00182002200136021420022000360210200241bc83c0800036020c200241ac83c08000360208200241086a10a580808000000bbd05010a7f23808080800041306b2203248080808000200341246a2001360200200341033a0028200342808080808004370308200320003602204100210420034100360218200341003602100240024002400240200228020822050d00200241146a2802002206450d0120022802002101200228021021002006417f6a41ffffffff017141016a2204210603400240200141046a2802002207450d00200328022020012802002007200328022428020c118280808000000d040b2000280200200341086a200041046a280200118080808000000d03200041086a2100200141086a21012006417f6a22060d000c020b0b2002410c6a2802002200450d00200041057421082000417f6a41ffffff3f7141016a2104200228020021014100210603400240200141046a2802002200450d00200328022020012802002000200328022428020c118280808000000d030b2003200520066a2200411c6a2d00003a00282003200041046a290200422089370308200041186a28020021092002280210210a4100210b41002107024002400240200041146a2802000e03010002010b2009410374210c41002107200a200c6a220c280204419880808000470d01200c28020028020021090b410121070b2003200936021420032007360210200041106a28020021070240024002402000410c6a2802000e03010002010b20074103742109200a20096a2209280204419880808000470d01200928020028020021070b4101210b0b2003200736021c2003200b360218200a20002802004103746a2200280200200341086a2000280204118080808000000d02200141086a21012008200641206a2206470d000b0b4100210020042002280204492201450d012003280220200228020020044103746a410020011b22012802002001280204200328022428020c11828080800000450d010b410121000b200341306a24808080800020000b0c004281b8aa93f5f3e5ec140b2100200128021841ac83c08000410e2001411c6a28020028020c118280808000000b140020012000280200200028020410b7808080000b070020002802080b0700200028020c0b070020002d00100b180020002802002001200028020428020c118080808000000b930101017f23808080800041c0006b22052480808080002005200136020c2005200036020820052003360214200520023602102005412c6a41023602002005413c6a4199808080003602002005420237021c200541d083c080003602182005419a808080003602342005200541306a3602282005200541106a3602382005200541086a360230200541186a200410b980808000000ba30801097f02400240200041036a417c71220220006b220320014b0d00200341044b0d00200120036b22044104490d0020044103712105410021064100210102402003450d00200341037121070240024020022000417f736a41034f0d0041002101200021020c010b2003417c71210841002101200021020340200120022c000041bf7f4a6a200241016a2c000041bf7f4a6a200241026a2c000041bf7f4a6a200241036a2c000041bf7f4a6a2101200241046a21022008417c6a22080d000b0b2007450d000340200120022c000041bf7f4a6a2101200241016a21022007417f6a22070d000b0b200020036a210002402005450d0020002004417c716a22022c000041bf7f4a210620054101460d00200620022c000141bf7f4a6a210620054102460d00200620022c000241bf7f4a6a21060b20044102762103200620016a21080340200021062003450d02200341c001200341c001491b220441037121052004410274210902400240200441fc0171220a41027422000d00410021020c010b200620006a2107410021022006210003402000410c6a2802002201417f73410776200141067672418182840871200041086a2802002201417f73410776200141067672418182840871200041046a2802002201417f7341077620014106767241818284087120002802002201417f7341077620014106767241818284087120026a6a6a6a2102200041106a22002007470d000b0b200620096a2100200320046b2103200241087641ff81fc0771200241ff81fc07716a418180046c41107620086a21082005450d000b2006200a4102746a2100200541ffffffff036a220441ffffffff0371220241016a2201410371210302400240200241034f0d00410021020c010b200141fcffffff077121014100210203402000410c6a2802002207417f73410776200741067672418182840871200041086a2802002207417f73410776200741067672418182840871200041046a2802002207417f7341077620074106767241818284087120002802002207417f7341077620074106767241818284087120026a6a6a6a2102200041106a21002001417c6a22010d000b0b02402003450d00200441818080807c6a2101034020002802002207417f7341077620074106767241818284087120026a2102200041046a21002001417f6a22010d000b0b200241087641ff81fc0771200241ff81fc07716a418180046c41107620086a0f0b024020010d0041000f0b20014103712102024002402001417f6a41034f0d00410021080c010b2001417c712101410021080340200820002c000041bf7f4a6a200041016a2c000041bf7f4a6a200041026a2c000041bf7f4a6a200041036a2c000041bf7f4a6a2108200041046a21002001417c6a22010d000b0b2002450d000340200820002c000041bf7f4a6a2108200041016a21002002417f6a22020d000b0b20080bc10201087f024002402002410f4b0d00200021030c010b2000410020006b41037122046a210502402004450d0020002103200121060340200320062d00003a0000200641016a2106200341016a22032005490d000b0b2005200220046b2207417c7122086a210302400240200120046a2209410371450d0020084101480d012009410374220641187121022009417c71220a41046a2101410020066b4118712104200a28020021060340200520062002762001280200220620047472360200200141046a2101200541046a22052003490d000c020b0b20084101480d0020092101034020052001280200360200200141046a2101200541046a22052003490d000b0b20074103712102200920086a21010b02402002450d00200320026a21050340200320012d00003a0000200141016a2101200341016a22032005490d000b0b20000b0e0020002001200210c4808080000b0bea030100418080c0000be0032f7573722f7372632f6b65726e656c5f656e7472792f7372632f63616368652e7273000000001000220000001300000020000000616c726561647920626f72726f776564010000000000000001000000020000000300000000000000010000000400000005000000060000000300000004000000040000000700000008000000090000000a000000000000000100000004000000050000000600000063616c6c656420604f7074696f6e3a3a756e77726170282960206f6e206120604e6f6e65602076616c75656c6962726172792f7374642f7372632f70616e69636b696e672e727300c70010001c000000460200001f000000c70010001c000000470200001e0000000c0000000c000000040000000d0000000e00000008000000040000000f00000010000000100000000400000011000000120000000e000000080000000400000013000000140000000e00000004000000040000001500000016000000170000006c6962726172792f616c6c6f632f7372632f7261775f7665632e72736361706163697479206f766572666c6f770000008001100011000000640110001c0000000602000005000000426f72726f774d75744572726f7200001b00000000000000010000001c0000003a200000ac01100000000000cc01100002000000 --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 00000026870061206d01000000014a0c60027f7f017f60027f7f0060037f7f7f017f60000060017f0060037f7f7f0060047f7f7f7f017f60047f7f7f7f0060017f017f60057f7f7f7f7f017f60017f017e60057f7f7f7f7f00034746030400050601000506040700080902070407000803080404040507010a0a0004050008010104010101010b010200000101010301010004020501020a0000080808000b00020204050170011d1d05030100110619037f01418080c0000b7f0041948cc0000b7f0041a08cc0000b073304066d656d6f727902000b6b65726e656c5f6e65787400000a5f5f646174615f656e6403010b5f5f686561705f6261736503020922010041010b1c013c090a0b0c1112131023171c161d18262728292c2d2e35413d363b0afa4646860201057f23808080800041106b22002480808080001094808080000240024041002802e083c080000d004100417f3602e083c080000240024041002802e483c080002201450d00200128020041016a210241002802ec83c08000210341002802e883c0800021040c010b410441041082808080002201450d0241002104410020013602e483c080002001410036020041012102410121030b20012002360200410020033602e883c080004100200420036a3602ec83c08000410041002802e083c0800041016a3602e083c08000200041106a2480808080000f0b41b480c080004110200041086a41c480c0800041a480c0800010c280808000000b4104410410b180808000000b02000b1301017f20002001108680808000210220020f0b0f002000200120021087808080000f0b1701017f2000200120022003108880808000210420040f0b0d002000200110b4808080000f0b120041f083c0800020002001108e808080000b140041f083c08000200020012002108f808080000b4501017f024041f083c0800020032002108e808080002204450d002004200020032001200120034b1b10c5808080001a41f083c08000200020012002108f808080000b20040b02000b7701017f02400240200241027422022003410374418080016a2203200220034b1b418780046a220441107640002203417f470d0041012102410021030c010b20034110742203420037030041002102200341003602082003200320044180807c716a4102723602000b20002003360204200020023602000b05004180040b040041010bef0401087f024020022802002205450d002001417f6a210620004102742107410020016b21080340200541086a2109024002402005280208220a4101710d00200521010c010b03402009200a417e71360200024002402005280204220a417c7122090d00410021010c010b4100200920092d00004101711b21010b02402005280200220b417c71220c450d004100200c200b4102711b220b450d00200b200b2802044103712009723602042005280204220a417c7121090b02402009450d00200920092802004103712005280200417c71723602002005280204210a0b2005200a41037136020420052005280200220941037136020002402009410271450d00200120012802004102723602000b20022001360200200141086a2109200121052001280208220a4101710d000b0b02402001280200417c71220a200141086a22056b2007490d00024002402005200320002004280210118080808000004102746a41086a200a20076b200871220a4d0d0020062005710d0220022009280200417c7136020020012001280200410172360200200121050c010b200a4100360200200a41786a2205420037020020052001280200417c7136020002402001280200220a417c71220b450d004100200b200a4102711b220a450d00200a200a2802044103712005723602040b2005200528020441037120017236020420092009280200417e71360200200120012802002209410371200572220a3602000240024020094102710d00200528020021010c010b2001200a417d713602002005200528020041027222013602000b200520014101723602000b200541086a0f0b20022001280208220536020020050d000b0b41000bac0301037f23808080800041106b22032480808080000240024020010d00200221010c010b200141036a220441027621050240200241054f0d002005417f6a220141ff014b0d00200320003602082003200020014102746a41046a41002001418002491b220028020036020c0240200520022003410c6a200341086a41ec80c08000108d8080800022010d002003200341086a200520021091808080004100210120032802000d0020032802042201200328020c3602082003200136020c200520022003410c6a200341086a41ec80c08000108d8080800021010b2000200328020c3602000c010b2003200028020036020c0240200520022003410c6a41d480c0800041d480c08000108d8080800022010d0002402004417c7122012002410374418080016a2204200120044b1b418780046a220441107640002201417f470d00410021010c010b20014110742201200328020c360208200141003602042001200120044180807c716a4102723602002003200136020c200520022003410c6a41d480c0800041d480c08000108d8080800021010b2000200328020c3602000b200341106a24808080800020010be60501067f23808080800041106b220424808080800002402001450d002002450d000240200341054f0d00200241036a410276417f6a220341ff014b0d0020014100360200200141786a22022002280200417e713602002004200036020c200020034102746a41046a22002802002103024002402004410c6a109380808000450d00024002402001417c6a2205280200417c712206450d00200628020022074101710d0002400240024020022802002208417c7122010d00200621090c010b200621094100200120084102711b2208450d002008200828020441037120067236020420052802002201417c712209450d012002280200417c712101200928020021070b20092001200741037172360200200528020021010b200520014103713602002002200228020022014103713602002001410271450d01200620062802004102723602000c010b20022802002206417c712205450d014100200520064102711b2206450d0120062d00004101710d0120012006280208417c71360200200620024101723602080b200321020c010b200120033602000b200020023602000c010b20014100360200200141786a220220022802002203417e71360200200028020021050240024002402001417c6a2207280200417c712206450d00200628020022094101710d000240024002402003417c7122010d00200621080c010b200621084100200120034102711b2203450d002003200328020441037120067236020420072802002201417c712208450d012002280200417c712101200828020021090b20082001200941037172360200200728020021010b200720014103713602002002200228020022014103713602002001410271450d01200620062802004102723602000c010b2003417c712206450d014100200620034102711b2203450d0120032d00004101710d0120012003280208417c71360200200320024101723602080b200020053602000c010b20012005360200200020023602000b200441106a2480808080000b02000b960201027f23808080800041106b220424808080800020042001280200220528020036020c024002400240200241026a220220026c220241801020024180104b1b220141042004410c6a418481c08000418481c08000108d808080002202450d002005200428020c3602000c010b2004418481c0800020014104108a80808000024002402004280200450d002005200428020c3602000c010b20042802042202200428020c3602082004200236020c200141042004410c6a418481c08000418481c08000108d8080800021022005200428020c36020020020d010b410121010c010b200242003702042002200220014102746a410272360200410021010b2000200236020420002001360200200441106a2480808080000b040020010b040041000b02000b040000000b02000b2a01017f0240200041046a2802002201450d0020002802002200450d002000200141011083808080000b0b2a01017f024020002802042201450d00200041086a2802002200450d002001200041011083808080000b0bdb0101027f23808080800041206b22032480808080000240200120026a22022001490d00200041046a280200220441017422012002200120024b1b22014108200141084b1b2101024002402004450d00200341106a41086a410136020020032004360214200320002802003602100c010b200341003602100b200320014101200341106a109a8080800002402003280200450d00200341086a2802002200450d012003280204200010b180808000000b20032802042102200041046a200136020020002002360200200341206a2480808080000f0b10b280808000000bb50101027f0240024002400240024002400240024002402002450d004101210420014100480d0120032802002205450d02200328020422030d0520010d03200221030c040b20002001360204410121040b410021010c060b20010d00200221030c010b2001200210828080800021030b2003450d010c020b200520032002200110848080800022030d010b20002001360204200221010c010b20002003360204410021040b20002004360200200041086a20013602000bdb0101037f23808080800041206b22022480808080000240200141016a22032001490d00200041046a280200220441017422012003200120034b1b22014108200141084b1b2101024002402004450d00200241106a41086a410136020020022004360214200220002802003602100c010b200241003602100b200220014101200241106a109a8080800002402002280200450d00200241086a2802002200450d012002280204200010b180808000000b20022802042103200041046a200136020020002003360200200241206a2480808080000f0b10b280808000000b0c0042f6e2f8b1f2e1afe7050b0d0042d1ae98c49983b2f7847f0bf70201037f23808080800041106b220224808080800002400240024002402001418001490d002002410036020c20014180104f0d0120022001413f71418001723a000d2002200141067641c001723a000c410221010c020b024020002802082203200041046a280200470d0020002003109b80808000200028020821030b2000200341016a360208200028020020036a20013a00000c020b0240200141808004490d0020022001413f71418001723a000f2002200141127641f001723a000c20022001410676413f71418001723a000e20022001410c76413f71418001723a000d410421010c010b20022001413f71418001723a000e20022001410c7641e001723a000c20022001410676413f71418001723a000d410321010b0240200041046a280200200041086a220428020022036b20014f0d00200020032001109980808000200428020021030b200028020020036a2002410c6a200110c5808080001a2004200320016a3602000b200241106a24808080800041000b180020002802002000280204200028020810a080808000000bbf0101027f23808080800041106b2203248080808000200041146a28020021040240024002400240200041046a2802000e020001030b20040d02419c81c080002100410021040c010b20040d01200028020022002802042104200028020021000b2003200436020420032000360200200341b882c08000200110be808080002002200110c08080800010aa80808000000b2003410036020420032000360200200341a482c08000200110be808080002002200110c08080800010aa80808000000b1c00024020000d00419c81c08000412b200110b880808000000b20000b2000024020000d00419c81c08000412b41f481c0800010b880808000000b20000b02000b2501017f2000200141002802f48bc080002202418b8080800020021b1181808080000000000b5901037f23808080800041106b2201248080808000200010bf8080800041e481c0800010a1808080002102200010be8080800010a28080800021032001200236020820012000360204200120033602002001109f80808000000bb10202047f017e23808080800041306b2202248080808000200141046a2103024020012802040d0020012802002104200241086a41086a22054100360200200242013703082002200241086a360214200241186a41106a200441106a290200370300200241186a41086a200441086a29020037030020022004290200370318200241146a41cc82c08000200241186a10ba808080001a200341086a2005280200360200200320022903083702000b200241186a41086a2204200341086a2802003602002001410c6a41003602002003290200210620014201370204200220063703180240410c410410828080800022010d00410c410410b180808000000b20012002290318370200200141086a20042802003602002000418482c0800036020420002001360200200241306a2480808080000bc80101037f23808080800041306b2202248080808000200141046a2103024020012802040d0020012802002101200241086a41086a22044100360200200242013703082002200241086a360214200241186a41106a200141106a290200370300200241186a41086a200141086a29020037030020022001290200370318200241146a41cc82c08000200241186a10ba808080001a200341086a2004280200360200200320022903083702000b2000418482c0800036020420002003360200200241306a2480808080000b4e01027f200128020421022001280200210302404108410410828080800022010d004108410410b180808000000b20012002360204200120033602002000419482c08000360204200020013602000b14002000419482c08000360204200020013602000bab0201037f23808080800041206b220524808080800041012106410041002802848cc08000220741016a3602848cc080000240024041002d00888cc08000450d0041002802908cc0800041016a21060c010b410041013a00888cc080000b410020063602908cc080000240024020074100480d00200641024b0d00200520043a0018200520033602142005200236021041002802f88bc080002207417f4c0d004100200741016a22073602f88bc08000024041002802808cc080002202450d0041002802fc8bc08000210720052000200128021011818080800000200520052903003703082007200541086a20022802141181808080000041002802f88bc0800021070b41002007417f6a3602f88bc08000200641014b0d0020040d010b00000b2000200110ab80808000000b3101017f23808080800041106b22022480808080002002200136020c20022000360208200241086a1095808080001a00000b5801027f02402000280200220341046a280200200341086a220428020022006b20024f0d00200320002002109980808000200428020021000b200328020020006a2001200210c5808080001a2004200020026a36020041000b120020002802002001109e808080001a41000b7401017f23808080800041206b220224808080800020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41cc82c08000200241086a10ba808080002101200241206a24808080800020010b0d002000200110b080808000000b0d0020002001108580808000000b0d002000200110b380808000000b4e01017f23808080800041206b22002480808080002000411c6a41003602002000418083c080003602182000420137020c2000419483c08000360208200041086a419c83c0800010b980808000000b0d002000200110af80808000000b0d002000200110a480808000000b0d0020002802001a037f0c000b0b02000bd80701067f20002802102103024002400240024002400240200028020822044101460d0020034101470d010b20034101470d03200120026a2105200041146a28020022060d0141002107200121080c020b2000280218200120022000411c6a28020028020c1182808080000021030c030b41002107200121080340200822032005460d020240024020032c00002208417f4c0d00200341016a21080c010b0240200841604f0d00200341026a21080c010b0240200841704f0d00200341036a21080c010b20032d0002413f7141067420032d0001413f71410c747220032d0003413f7172200841ff0171411274418080f0007172418080c400460d03200341046a21080b200720036b20086a21072006417f6a22060d000b0b20082005460d00024020082c00002203417f4a0d0020034160490d0020034170490d0020082d0002413f7141067420082d0001413f71410c747220082d0003413f7172200341ff0171411274418080f0007172418080c400460d010b02400240024020070d00410021080c010b024020072002490d00410021032002210820072002460d010c020b4100210320072108200120076a2c00004140480d010b20082107200121030b2007200220031b21022003200120031b21010b024020040d002000280218200120022000411c6a28020028020c118280808000000f0b2000410c6a28020021050240024020024110490d002001200210c38080800021080c010b024020020d00410021080c010b20024103712107024002402002417f6a41034f0d0041002108200121030c010b2002417c71210641002108200121030340200820032c000041bf7f4a6a200341016a2c000041bf7f4a6a200341026a2c000041bf7f4a6a200341036a2c000041bf7f4a6a2108200341046a21032006417c6a22060d000b0b2007450d000340200820032c000041bf7f4a6a2108200341016a21032007417f6a22070d000b0b0240200520084d0d0041002103200520086b22072106024002400240410020002d0020220820084103461b4103710e03020001020b41002106200721030c010b20074101762103200741016a41017621060b200341016a21032000411c6a28020021072000280204210820002802182100024003402003417f6a2203450d0120002008200728021011808080800000450d000b41010f0b410121032008418080c400460d01200020012002200728020c118280808000000d01410021030340024020062003470d0020062006490f0b200341016a210320002008200728021011808080800000450d000b2003417f6a2006490f0b2000280218200120022000411c6a28020028020c118280808000000f0b20030b5401017f23808080800041206b2203248080808000200341146a4100360200200341ac83c08000360210200342013702042003200136021c200320003602182003200341186a3602002003200210b980808000000b4c01017f23808080800041206b2202248080808000200241013a00182002200136021420022000360210200241bc83c0800036020c200241ac83c08000360208200241086a10a580808000000bbd05010a7f23808080800041306b2203248080808000200341246a2001360200200341033a0028200342808080808004370308200320003602204100210420034100360218200341003602100240024002400240200228020822050d00200241146a2802002206450d0120022802002101200228021021002006417f6a41ffffffff017141016a2204210603400240200141046a2802002207450d00200328022020012802002007200328022428020c118280808000000d040b2000280200200341086a200041046a280200118080808000000d03200041086a2100200141086a21012006417f6a22060d000c020b0b2002410c6a2802002200450d00200041057421082000417f6a41ffffff3f7141016a2104200228020021014100210603400240200141046a2802002200450d00200328022020012802002000200328022428020c118280808000000d030b2003200520066a2200411c6a2d00003a00282003200041046a290200422089370308200041186a28020021092002280210210a4100210b41002107024002400240200041146a2802000e03010002010b2009410374210c41002107200a200c6a220c280204419880808000470d01200c28020028020021090b410121070b2003200936021420032007360210200041106a28020021070240024002402000410c6a2802000e03010002010b20074103742109200a20096a2209280204419880808000470d01200928020028020021070b4101210b0b2003200736021c2003200b360218200a20002802004103746a2200280200200341086a2000280204118080808000000d02200141086a21012008200641206a2206470d000b0b4100210020042002280204492201450d012003280220200228020020044103746a410020011b22012802002001280204200328022428020c11828080800000450d010b410121000b200341306a24808080800020000b0c004281b8aa93f5f3e5ec140b2100200128021841ac83c08000410e2001411c6a28020028020c118280808000000b140020012000280200200028020410b7808080000b070020002802080b0700200028020c0b070020002d00100b180020002802002001200028020428020c118080808000000b930101017f23808080800041c0006b22052480808080002005200136020c2005200036020820052003360214200520023602102005412c6a41023602002005413c6a4199808080003602002005420237021c200541d083c080003602182005419a808080003602342005200541306a3602282005200541106a3602382005200541086a360230200541186a200410b980808000000ba30801097f02400240200041036a417c71220220006b220320014b0d00200341044b0d00200120036b22044104490d0020044103712105410021064100210102402003450d00200341037121070240024020022000417f736a41034f0d0041002101200021020c010b2003417c71210841002101200021020340200120022c000041bf7f4a6a200241016a2c000041bf7f4a6a200241026a2c000041bf7f4a6a200241036a2c000041bf7f4a6a2101200241046a21022008417c6a22080d000b0b2007450d000340200120022c000041bf7f4a6a2101200241016a21022007417f6a22070d000b0b200020036a210002402005450d0020002004417c716a22022c000041bf7f4a210620054101460d00200620022c000141bf7f4a6a210620054102460d00200620022c000241bf7f4a6a21060b20044102762103200620016a21080340200021062003450d02200341c001200341c001491b220441037121052004410274210902400240200441fc0171220a41027422000d00410021020c010b200620006a2107410021022006210003402000410c6a2802002201417f73410776200141067672418182840871200041086a2802002201417f73410776200141067672418182840871200041046a2802002201417f7341077620014106767241818284087120002802002201417f7341077620014106767241818284087120026a6a6a6a2102200041106a22002007470d000b0b200620096a2100200320046b2103200241087641ff81fc0771200241ff81fc07716a418180046c41107620086a21082005450d000b2006200a4102746a2100200541ffffffff036a220441ffffffff0371220241016a2201410371210302400240200241034f0d00410021020c010b200141fcffffff077121014100210203402000410c6a2802002207417f73410776200741067672418182840871200041086a2802002207417f73410776200741067672418182840871200041046a2802002207417f7341077620074106767241818284087120002802002207417f7341077620074106767241818284087120026a6a6a6a2102200041106a21002001417c6a22010d000b0b02402003450d00200441818080807c6a2101034020002802002207417f7341077620074106767241818284087120026a2102200041046a21002001417f6a22010d000b0b200241087641ff81fc0771200241ff81fc07716a418180046c41107620086a0f0b024020010d0041000f0b20014103712102024002402001417f6a41034f0d00410021080c010b2001417c712101410021080340200820002c000041bf7f4a6a200041016a2c000041bf7f4a6a200041026a2c000041bf7f4a6a200041036a2c000041bf7f4a6a2108200041046a21002001417c6a22010d000b0b2002450d000340200820002c000041bf7f4a6a2108200041016a21002002417f6a22020d000b0b20080bc10201087f024002402002410f4b0d00200021030c010b2000410020006b41037122046a210502402004450d0020002103200121060340200320062d00003a0000200641016a2106200341016a22032005490d000b0b2005200220046b2207417c7122086a210302400240200120046a2209410371450d0020084101480d012009410374220641187121022009417c71220a41046a2101410020066b4118712104200a28020021060340200520062002762001280200220620047472360200200141046a2101200541046a22052003490d000c020b0b20084101480d0020092101034020052001280200360200200141046a2101200541046a22052003490d000b0b20074103712102200920086a21010b02402002450d00200320026a21050340200320012d00003a0000200141016a2101200341016a22032005490d000b0b20000b0e0020002001200210c4808080000b0bea030100418080c0000be0032f7573722f7372632f6b65726e656c5f656e7472792f7372632f63616368652e7273000000001000220000001300000020000000616c726561647920626f72726f776564010000000000000001000000020000000300000000000000010000000400000005000000060000000300000004000000040000000700000008000000090000000a000000000000000100000004000000050000000600000063616c6c656420604f7074696f6e3a3a756e77726170282960206f6e206120604e6f6e65602076616c75656c6962726172792f7374642f7372632f70616e69636b696e672e727300c70010001c000000460200001f000000c70010001c000000470200001e0000000c0000000c000000040000000d0000000e00000008000000040000000f00000010000000100000000400000011000000120000000e000000080000000400000013000000140000000e00000004000000040000001500000016000000170000006c6962726172792f616c6c6f632f7372632f7261775f7665632e72736361706163697479206f766572666c6f770000008001100011000000640110001c0000000602000005000000426f72726f774d75744572726f7200001b00000000000000010000001c0000003a200000ac01100000000000cc01100002000000 --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3149.921 units (will add 100 for safety) Estimated storage: 16523 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ4.13075 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -43,7 +43,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.773 units (will add 100 for safety) Estimated storage: no bytes added @@ -51,7 +51,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -94,7 +94,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.995 units (will add 100 for safety) Estimated storage: no bytes added @@ -102,7 +102,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -146,7 +146,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -154,7 +154,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -198,7 +198,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -206,7 +206,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -251,7 +251,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -259,7 +259,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -304,7 +304,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "12" -./tezos-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -312,7 +312,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -357,7 +357,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "14" -./tezos-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -365,7 +365,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -410,7 +410,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "16" -./tezos-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -418,7 +418,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -464,7 +464,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "18" -./tezos-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.633 units (will add 100 for safety) Estimated storage: no bytes added @@ -472,7 +472,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -518,7 +518,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "20" -./tezos-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.650 units (will add 100 for safety) Estimated storage: no bytes added @@ -526,7 +526,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out index 83fe5cc7ec59..f029e6bba35b 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 000000001eb9a332ba40d043f6cfaf28686153801e5069e1c839abfb20aa1907672634 --burn-cap 9999999 +./octez-client --wait none originate sc rollup from bootstrap1 of kind wasm_2_0_0 of type string booting with 000000001eb9a332ba40d043f6cfaf28686153801e5069e1c839abfb20aa1907672634 --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.589 units (will add 100 for safety) Estimated storage: 6690 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,7 +33,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.6725 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } @@ -43,7 +43,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.773 units (will add 100 for safety) Estimated storage: no bytes added @@ -51,7 +51,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -94,7 +94,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1876.995 units (will add 100 for safety) Estimated storage: no bytes added @@ -102,7 +102,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -146,7 +146,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -154,7 +154,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -198,7 +198,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.219 units (will add 100 for safety) Estimated storage: no bytes added @@ -206,7 +206,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -251,7 +251,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -259,7 +259,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -304,7 +304,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "12" -./tezos-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -312,7 +312,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -357,7 +357,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "14" -./tezos-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -365,7 +365,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -410,7 +410,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "16" -./tezos-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.426 units (will add 100 for safety) Estimated storage: no bytes added @@ -418,7 +418,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -464,7 +464,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "18" -./tezos-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.633 units (will add 100 for safety) Estimated storage: no bytes added @@ -472,7 +472,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -518,7 +518,7 @@ This sequence of operations was run: ./tezos-sc-rollup-client-alpha rpc get /global/total_ticks "20" -./tezos-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' +./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' Node is bootstrapped. Estimated gas: 1877.650 units (will add 100 for safety) Estimated storage: no bytes added @@ -526,7 +526,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr bytes parameters more than 32 bytes.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr bytes parameters more than 32 bytes.out index 8e64b3085df0..39af84665ce9 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr bytes parameters more than 32 bytes.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr bytes parameters more than 32 bytes.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/mini_scenarios/groth16.tz on storage 0 and input 0xf7ef66f95c90b2f953eb0555af65f22095d4f54b40ea8c6dcc2014740e8662c16bb8786723 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/mini_scenarios/groth16.tz on storage 0 and input 0xf7ef66f95c90b2f953eb0555af65f22095d4f54b40ea8c6dcc2014740e8662c16bb8786723 Ill typed data: 1: 0 is not an expression of type unit At line 1 characters 0 to 1, value 0 is invalid for type unit. At line 1 characters 0 to 1, unexpected int, only a primitive diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- add.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- add.out index ff1c7dcbc509..2b6c1cb62aca 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- add.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- add.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0200000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xa8b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0xfbf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x38beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x989b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x2648fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0xe568301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x5b2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x2a3a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x711a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x2b2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xa8b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0x4e61c1b9739b09c6136d03f10db4f1fe66368104f9dfb4a1ff2e147dc3209a5c) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0xa1a688aadbbdba2965131e014d737cb8d52567301e3941d940e4617d0eb1534a) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0xde6e9039874c89906a3f0161ad49e4e02e4bf18a44fcdd8f30ad1493e4b7c544) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x3e4c6416c64ad3c5e36efe949318a6d9b1724e3a40432d12eeff653428ae0f33) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0xccf8dd7732f3a043893d84d12bd5af746b567dce7751ebbb4ea2cae149105c3a) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x8a1911fb6130ada278495eaaf297b06cc32b72924e177910e6a953b50eeb1826) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x01dc41c11307df45df4e95d942c61da257af08aa1c61ff67f7a3b8765d716e72) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0xcfea7e1e6ba3b0c89d32738c659c4efd5509edaf7e64b45af13d91d19d4a1526) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x16cb481085742002a06e43e19ba8f1a36064493d2437fc2cff621722e9db6513) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0xd1d327c5ea7170b5f9039c203e898b36ad288eaddfa69deb6025523a4663884d) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xfbf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xa1a688aadbbdba2965131e014d737cb8d52567301e3941d940e4617d0eb1534a) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0xf4eb4f9b43e06b8db6b938118c32077244154d5c4392cd108299af7d59410d38) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x31b4572aef6e3af4bbe51b71ec086f9a9d3ad7b669556ac7716262932f487f32) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x91912b072e6d8429351519a5d2d7309320623466659cb9492fb5b334733ec920) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x1f3ea5689a1552a7dae39ee16a943a2eda4563fa9caa77f38f5718e294a01528) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0xdd5ed8ebc9525e06caef78ba31573b26321b58be73700548275fa1b5597bd213) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x542109b27b2990a930f5afe98185a85bc69eeed541ba8b9f38590677a8012860) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x2230460fd3c5612cefd88d9ca45bd9b6c4f8d2dba3bd409232f3ded1e8dace13) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x69101001ed96d165f1145ef1da677c5dcf532f694990886440186522346c1f01) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x2419efb5529421194baab6307d4816f01b1874d904002a23a2da9f3a91f3413b) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x38beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xde6e9039874c89906a3f0161ad49e4e02e4bf18a44fcdd8f30ad1493e4b7c544) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x31b4572aef6e3af4bbe51b71ec086f9a9d3ad7b669556ac7716262932f487f32) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x6e7c5fb99afd085bc111ffd04cdfd6c2f65f61119018077e612b15a9054ff12c) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0xce593396d9fb52903a41fc0433ae98bb7987bec08b5f56001f7e664a49453b1b) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x5c06adf745a4200ee00f8241cb6aa256336bed54c36d14aa7f20cbf76aa78722) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x1a27e07a75e12c6dcf1b5c1a922da34e8b40e2189a33a2fe162854cb2f82440e) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x91e9104127b85e1036219349e25b10841fc47830687d28562822b98c7e089a5a) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x5ff84d9e7e543093f40471fc043241df1d1e5d36ca80dd4822bc91e7bee1400e) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0xa7d817909725a0ccf59c3f513ee2a1d92d515bcd772b5f4e785eb5615d1a7f6f) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x61e1f644fe22f07f50d69990dd1e7e18753dfe332bc3c6d991a3525067fab335) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x989b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0x3e4c6416c64ad3c5e36efe949318a6d9b1724e3a40432d12eeff653428ae0f33) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x91912b072e6d8429351519a5d2d7309320623466659cb9492fb5b334733ec920) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0xce593396d9fb52903a41fc0433ae98bb7987bec08b5f56001f7e664a49453b1b) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x2e37077318fa9cc5b370f938197d5ab4fcae1b7087a6a582dcd0b7eb8c3b8509) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0xbce380d484a26a43593f7f75b139644fb6924a04bfb4632c3d731c99ae9dd110) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x7b04b457b3df76a247a7574e7ba0229b1340e1d19d522bb41cf84296c61f7c70) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0xf1c6e41d66b6a845af50907dc82ad27ca2ebd5df63c477d8e5740a2ec2fee348) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0xc0d5217bbc527ac86c906c30eea4c02ba61d5cefcd9f66fe278c80b2557f7870) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x07b6eb6cd623ea016fcc3c8524b163d2b078b87c7372aed035b10603a110c95d) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0xc1beca213d213ab5c90597c4c3ed3f11f8645be3260a165c4ff6a3f1aaf0fd23) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2648fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xccf8dd7732f3a043893d84d12bd5af746b567dce7751ebbb4ea2cae149105c3a) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x1f3ea5689a1552a7dae39ee16a943a2eda4563fa9caa77f38f5718e294a01528) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x5c06adf745a4200ee00f8241cb6aa256336bed54c36d14aa7f20cbf76aa78722) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0xbce380d484a26a43593f7f75b139644fb6924a04bfb4632c3d731c99ae9dd110) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x4a90fa35f14a38c1fe0d05b249f66dea6f767998f6c221d69d158146d0ff1d18) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x08b12db920884420ee19df8a10b96ee2c74b6e5ccd88af2a351d0a1a95dada03) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x7f735e7fd25e76c3541f16ba60e7db175ccf04749bd2358246176fdbe3603050) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x4d829bdc29fb47461303f46c83bd0c735a29e979fdd5ea7440b14736243ad703) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x956265ce42ccb77f149bc2c1bc6d6d6d6a5ce710ab806c7a96536bb0c2721565) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x4f6b4483a9c907336fd41c015caa49acb1488a775e18d405b098089fcc524a2b) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xe568301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0x8a1911fb6130ada278495eaaf297b06cc32b72924e177910e6a953b50eeb1826) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0xdd5ed8ebc9525e06caef78ba31573b26321b58be73700548275fa1b5597bd213) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x1a27e07a75e12c6dcf1b5c1a922da34e8b40e2189a33a2fe162854cb2f82440e) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x7b04b457b3df76a247a7574e7ba0229b1340e1d19d522bb41cf84296c61f7c70) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x08b12db920884420ee19df8a10b96ee2c74b6e5ccd88af2a351d0a1a95dada03) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0xc7d1603c4fc5507fdc81b763da1f2d2e25f9042aac2677b214a23017ad5c8563) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x3d949102029c8222442bf09227aadc0fb4a4f9377298c3d6dd1ef8aea83bed3b) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x0ca3ce5f583854a5016bcc454d24cbbeb7d67f47dc73b2fc1f366e333cbc8163) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x538398517209c4de03a79c9a83306e65c231dcd48146face2d5bf483874dd250) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x0d8c7706d90614925ee0f6d9226d4aa4091e7f3b35de615a47a09172912d0717) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x5b2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0x01dc41c11307df45df4e95d942c61da257af08aa1c61ff67f7a3b8765d716e72) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x542109b27b2990a930f5afe98185a85bc69eeed541ba8b9f38590677a8012860) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x91e9104127b85e1036219349e25b10841fc47830687d28562822b98c7e089a5a) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0xf1c6e41d66b6a845af50907dc82ad27ca2ebd5df63c477d8e5740a2ec2fee348) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x7f735e7fd25e76c3541f16ba60e7db175ccf04749bd2358246176fdbe3603050) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x3d949102029c8222442bf09227aadc0fb4a4f9377298c3d6dd1ef8aea83bed3b) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0xb356c2c8b472b4c5abd428c274348cf14250ee45380a10fba69bbf46a41a5514) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x8265ff250b0f8648691405759aae7aa046827455a2e5fe20e9b235cb379be93b) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0xc945c91725e0f5816b50d5c9d0ba1d4751ddd0e247b846f3f6d7bb1b832c3a29) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x844ea8cc8add4535c5e52d09739bb7d99da115530328e8b1589af633e0b35c63) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2a3a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xcfea7e1e6ba3b0c89d32738c659c4efd5509edaf7e64b45af13d91d19d4a1526) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x2230460fd3c5612cefd88d9ca45bd9b6c4f8d2dba3bd409232f3ded1e8dace13) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x5ff84d9e7e543093f40471fc043241df1d1e5d36ca80dd4822bc91e7bee1400e) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0xc0d5217bbc527ac86c906c30eea4c02ba61d5cefcd9f66fe278c80b2557f7870) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x4d829bdc29fb47461303f46c83bd0c735a29e979fdd5ea7440b14736243ad703) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x0ca3ce5f583854a5016bcc454d24cbbeb7d67f47dc73b2fc1f366e333cbc8163) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x8265ff250b0f8648691405759aae7aa046827455a2e5fe20e9b235cb379be93b) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x51743c8361ab57cb2654e127c028694f4ab4fa640cc1ed462bcaab4fcb1b7e63) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x985406757b7cc7042990b17cf6340cf6540f57f2b193351939ef31a016adce50) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x525de529e27917b883c90bbc9571e8349cfbf958652b9da45234cf8e208d0317) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x711a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0x16cb481085742002a06e43e19ba8f1a36064493d2437fc2cff621722e9db6513) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x69101001ed96d165f1145ef1da677c5dcf532f694990886440186522346c1f01) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0xa7d817909725a0ccf59c3f513ee2a1d92d515bcd772b5f4e785eb5615d1a7f6f) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0x07b6eb6cd623ea016fcc3c8524b163d2b078b87c7372aed035b10603a110c95d) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x956265ce42ccb77f149bc2c1bc6d6d6d6a5ce710ab806c7a96536bb0c2721565) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x538398517209c4de03a79c9a83306e65c231dcd48146face2d5bf483874dd250) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0xc945c91725e0f5816b50d5c9d0ba1d4751ddd0e247b846f3f6d7bb1b832c3a29) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x985406757b7cc7042990b17cf6340cf6540f57f2b193351939ef31a016adce50) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0xdf34d066954d373e2bcc81d12c41af9c5f6ab37f57667deb4614b8f0613e1f3e) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x993daf1bfc4a87f18505dc10cc7d8bdba65656e60afee476605955df6b1e5404) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2b2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e' storage (Some 0xd1d327c5ea7170b5f9039c203e898b36ad288eaddfa69deb6025523a4663884d) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c' storage (Some 0x2419efb5529421194baab6307d4816f01b1874d904002a23a2da9f3a91f3413b) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816' storage (Some 0x61e1f644fe22f07f50d69990dd1e7e18753dfe332bc3c6d991a3525067fab335) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204' storage (Some 0xc1beca213d213ab5c90597c4c3ed3f11f8645be3260a165c4ff6a3f1aaf0fd23) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c' storage (Some 0x4f6b4483a9c907336fd41c015caa49acb1488a775e18d405b098089fcc524a2b) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b' storage (Some 0x0d8c7706d90614925ee0f6d9226d4aa4091e7f3b35de615a47a09172912d0717) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144' storage (Some 0x844ea8cc8add4535c5e52d09739bb7d99da115530328e8b1589af633e0b35c63) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b' storage (Some 0x525de529e27917b883c90bbc9571e8349cfbf958652b9da45234cf8e208d0317) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659' storage (Some 0x993daf1bfc4a87f18505dc10cc7d8bdba65656e60afee476605955df6b1e5404) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f' storage (Some 0x54468ed06148d7a4df9a34506e5e256ef31a9b56c66d8635c21b90f7c8a5763e) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- mul.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- mul.out index a29c9387de85..2178d09cebab 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- mul.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- mul.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0100000000000000000000000000000000000000000000000000000000000000 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x0000000000000000000000000000000000000000000000000000000000000000 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x87a25b280438cfc7b350b0e2d8b21f5f8408e9bdf090571dd3094b319ae86868) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0xa6c9f4c0d4cdce57a0b62ce3e72cec52eae0a3fcfa76c36bd21c7c86e99fc83d) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x25804ebabb2d9780d1407a55d30de32e9f2b7adf3c8ea0f75ca1de81460d474d) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0xb40894438c8e2fe116dcf7359f9749ae3acb10ebb4d32c6a728872c2a4d2b26d) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0xf49b419a11a70e24e0e5709d6076ca94423feb999d85ff80225f17b013b27d50) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x9320b3135e9af05cf18d6bf877c5c1d23fdc0359698e1afbe695b158eac21368) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x55ab878b91343d6afd97062bd3fbe33773bb9c73959cbbfffdaa809407480b0e) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x8183fcdd8c98e009e3f37fa8b5522e39c304c2879bceee0561d0cde46b28c373) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x3563756c4ff5c12b913114017799af8428e6e8a4ac9e58566539217602169452) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0xc1b67ece270e04902acf261eb093ace0a7d5e31767d8a7e8f5b0e9fa27738250) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x3e32303d8a7d5461cf652bdb31bfbcd57b9dac493154494636d13e39b42a7f17) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x768c7286874cc5348f7c3d0f3688525ce62cb31417b167d84447957f3933be33) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0xa926135de1582acd8aa4cbcafbe9fc2311984981900ab7efe694131f567e7a61) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x43069535a17a72feb7170f2fc0ed42662d866518a44dea0d1928b05a05d0f30a) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x270733ecc8ad2646ebd078f69c26e86a8a11aa2911f358b2cfaec47c09898871) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x572ea10d39037776f9c830677be3cd209a53045f1736150964af2726d79ce93f) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x6739e14eed742687df9c9072284495d7670da73fa6df7f71d55f1c085751b61f) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0xdc456cc8b4d389dd1ce937982176a0db91214868e20559fb72cedf4cb535442b) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x4a1e1fed85421caf61a7454d4527cf88cc4b2ec77256e7876777951dd6728d6e) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0xb8cb27f9926d77d681bb886a65a91631e7305a08f4f2bc646d703b0dbd07d639) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0xf81b4b288001fe1541f5ecec5e70dfb268e6ec4a5d29afddc38cb5a05b01ee03) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x3b06b22f06e8cc99e262d8128c6473114e46f835628b01f70a2516ec32ee1246) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x943bfd1b7156b3183bc62e89627f23403a3980105e40259f663a6c88b570b818) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0xcdae0ee9d2e80ea223e22e74a42b17a3fda65d2a83f12f177fd4f3f15965b721) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x6f5de32417068ac83a058d76c42ead4aa0f2a772844b89c383fe8cafd8c23e42) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x4c64333f14e58d1f18840e610bf95b6ffd029eb7e9626a7de1317de07bc06b70) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x3071e1921ec27beee7c56aec7489cd72721ee17d27310f655a1b13fca7758704) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x6439143ec011e4b75ddaa6a9111a31522b31d3b4318f2a3e02c157184a8d990f) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x95a1515b3a6a7fba11021b63139d0b1f6b5b3ea32c4f77a7e82d8b5c9206e900) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x6f1f62eabe0a4784ef32d940736b82946dfc5658a2b8d1e0c09bcd01945bed26) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x0fb5c6cdcec66d9e61822adf622581a3c3c2326aa15452022f85c6301ab6431e) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x870fbf317f37e2ebbdf3e4a0cd821319eb3b8c159d42e7cafc360bfe42918959) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x5935c1ef5cded751a700599df9b247dfd66c2cdd9bd0dece969af31dd4db3e52) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0xa15e4850ea8a5be5f8d11cb8dcdd74076a13bb3887162a48c43f95e665800f53) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x18d4795bc198725f61c8ddeb04907180c369c39dae5deb6e02012f948f05c062) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x4d13486d53e43e63d4b05414379253c2d9fb2c3084737eb4295aacebcc9a9856) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x8ae6ee958f2c40886ea97f724f4d59f23d9afc69043024380d75c7a52c3e8314) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0xcb9c0565e3195b9bd7880cf92039af354648c93943fc9c597c7bdd6adba50f60) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0xcc314f9f215f1b0e511f3cadbc16fbc9a8be2957996768314e9667609176aa3b) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x6b11aa1e88300282fc067020fc71e355158db40e2a65170370ea7267175ca307) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x3c9fd860f69f0338ef5e4bb1f561085ba3c6755e7c4d28624fe7d6473ff3f920) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x272721157452654bf0ae566d51db5229bf277791e42899530390c002035d0d1d) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0xffc690cab4a872c0f0af7536f9af84c7a4a6012dfe777467635a0aac48e0763c) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0xda5d746519732d2b289ab841d41708ef65e43ab1c9fd52b39146ad044f6b2a73) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x748bc12266cd016dfb56d8b976465e2595865a65cd220e54e868356ebc23594a) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x0049d565766ae2384b2fd097c810ff5a52b49bf22b77b28cf8cc4ae94e23a625) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x808b140f1d708376ea5fda3d808467bd3fe6f6b749012270a9b9c0046165c72d) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x8745aa87036abec609d26ca4d70d9fb6db78e151d9f20c6bc8aa579533e9662d) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x44edfb33fc4ac9ef521419c823b6af02e53428e692542ebb7efa351b4fed096a) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x1a215ae0252140eb36d367e414c74e848fa04008dbddacc4daecde4148a2231b) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x89b312941fb46bf3ed66a5815ac5068f471d0ae7f18a3b0659c09bcbf9697f0b) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x9acbe51d20ae85fd3bc40684f42fe7a0c7a5d95bb9836fa31439e7e14b26f416) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x6118124c521ebca6de31388b9fa83fcb4138a5a6087b7f94550efb86e61b2605) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x0da33e534705d29aec1569b0533fc84a9065e78cded913aa6b4fcb8e6dc78457) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x8ea43020b125a8cf25d56541757707f44756a34c48d2c1b1dd01568744eaa746) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x2309a557bf125239f17b1bf039eaeb2aa35fb86cd130d4a8e526499dfe5ac84e) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x14feabe62d03bf84e49ca4bcf4f32ec9e69b647f65561c75e40ab3bcb5e8a24f) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x564309a3de0fe9bd097f6ef5786e799966e2722a61cdae1378ce1842ae56d46a) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0xfcfd6b65ccfc1ca0f76aa65149f89c8a37e9cf46d11273cc2e5a6a683afae51b) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x411fadf092e7a3dc0a95926b58eee20dbb90761598fcffd4cf9cf67c4394dc0d) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x1f11f44683fa6f887a4ee25769ada17ee34442ca28717d465850b37a12f4304d) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0xbcc1b73b410363d82a7067cd12d0ddfda6f1d8450ca39fd5d466eaac2df42f09) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x76e440c59f34bc987a7808f66bac37b0ceec0723447ecf97193df5e0d5531b04) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x6dc4feb2b650db171d026794151af66ca5de3932a93012aa415f6ddb76428d70) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x3ca3d9a981d4692f396717a8ad3b439df75f71c084dd77bf061a400a7a8ecf36) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x495b461df06822ca749b43f1b9c7cfa94d997bdfc486c15b6a163ca84df0cc72) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x15245e97997fb4d7f77c958fb584b5437a70138cb25050d205d3e7ea7adf742b) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x2d9334cf8067eac72250f2f542b210143fdba091e3284552f65ef9c529d5c050) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0x909b9aa234ca8c415fc271be5efa6580ac08fa507dfebc3b0fba8303c54d5215) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0xbbab3f2a73ec15c1524192c00727c746deffddc1f96a2475e2d30cc94882e82b) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x6806200732f39ae9263a93d4770846aeb6984fb3043d7564ecd1a29fc572e33b) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0xa4eb13e8a97e2b5c0923e38d20e42d5fcdef5f0fbe4794e89ad0f4cbab071c15) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0xcccfd0286d9796efd1c3a3152050358b8e385198ef3d8cafc4a702ebc925bc41) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x5573629a59f3745c4e37746f40ffce48f5d262b6b9f977e9a082a51da639f20a) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x1a55a49219259dfcc5f43f108c2f378f91dfab8b0eacb39a4c7d5faf5d28dd3c) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0xfb794df3d54d535862c33dc4c9fd44e7dcaf63947c9222ba149edb9c5e80590f) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0xe362cd13cbc3aea9117bc1e5133b29b044a81d4594daeab05a8ad910e9674c06) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0xa7d4fb01e871e9696ac6b4352942fe7f0e4b82285a5a4340834fb8cf1d16bf6b) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0xe8e9a92d243462323ddc3fac7ea8f620be1f4ea5cdfcc28c4cb2f3e944000e72) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x5c5931083e04dff412544ee5c8f2eae5dfb6f85327a348c1840be1f2228aae4a) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x3cab64084c5cf930ee67515efaa9a4ff3652d83b50c21f84b4b18cecc82cd727) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0x3664d4c448a9c4bf1ca65a6e6f559f9514007c2496261bc4edcacbb53abe7c70) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0x5dac7534752b142ad0a4454ff17b06aae01d001e71968cfd270a6ca7eeb6986d) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0xf7976f089a7b8fa570d983e54563734c47d584f4699c4ed4b70b4e0a7b278772) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0x415fca05fe5f8a5f1f8d1b0f98e2ea3d825fc1c6355365df9b45c4c39d8e8c33) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0x5f093c21f58d3b872011c9af9e916b2f7c8b78719388029fe2c0a184671b3023) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0xf512cb0c62dd2247fac6318a8e77c5adfe40724320517d325213ca5742263148) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x34d90ed392f4abad17b679356ae63f6a55084b530c18a3a88fd75365548c8c25) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0xdc3888e1ec70f104d18c09e63bb13c341738fbc20a416a8b68a3710878ec2c45) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0xd2c3ef335391513f05b8882585542773818fcd7db3b34f031f8ed422627c3d44) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x4dbff329ffb7cf3daf857a397ab121e80d1064f1bf07279c0715ce04eb8af625' storage (Some 0x8122686c678dcbc0a302f9d75197643108207fd79d8e911452f22383af064a64) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xb0c5816556729f95aaa68be2fb34eb2edfd3c9ac98669596ca9f262572963829' storage (Some 0xf46d74afcfe9036a2dc59ade3e33ab2e0fdeca7108527907f9a87fe17dbcef48) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x4da504775fa6efb66a94b0c74b5b9c80920483c32bf016807dae87c705d0b805' storage (Some 0xcad3c31ac0d68830faa65f55a7e812f2cf8ae2eba8f15e94d51f859d46320815) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x719eeeee8ade493ac3a0a3a742a9cee423c2f6790f8e8e448ba4618bf4d5b80f' storage (Some 0x5c9a4dc7dfaa30973a60bb1792b062bcd93ba8715d50b350185d957af0852300) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xa058f1d8283834dfcc9e6f76d5f58172faddc3a51a16e5c92823da4fca890742' storage (Some 0xfbf6f4100924d0f64653cfb859bf036268dd678fd5360e67140194ba8e90ba4f) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x03b0af5909feab04f285e4470dbae4a19e9a23c9438e2a57538433326d7cce27' storage (Some 0xeff6a7ab1bcf078ddadd2a4f5dcc847951f475852a30c585e53e02a8919eac47) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xf49df98960a59c8d937bada91f7226fedbb5a02771fcce56780d6a0168186e01' storage (Some 0x44ac9ab247ed628c8e96daffc075f7cb3925effd568e78a7f691629fef28df3a) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xbeb56d8150689b21e164f70cdbfd81e72e0071b6d005033aa30dad5b3656f924' storage (Some 0x05fb8adcfb2026e2c9609c7edcbfbd33f4df44cb80a2274bc8fdd1a58cd4690e) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0x3867092164442c26405ab5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532c' storage (Some 0xa2681666d2a92b8b4268bf287e81e274ef196cf93de96c25dd3541e61c5cc364) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz on storage None and input 'Pair 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f 0xd008362943c1237f5b297f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f6126' storage (Some 0x45d081e131a285730dc55f7e347a56cf6f07236ba44bc93af9423db057227560) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- negate.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- negate.out index f6132526705d..c1c722c548d1 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- negate.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- negate.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x0100000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x0100000000000000000000000000000000000000000000000000000000000000 storage (Some 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x0000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x0000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e storage (Some 0x5a4f1f234532fb1c75a57c07fcc944d4d13c61870b685f62c865136bf196a045) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c storage (Some 0x070a5832dd0f4ab923ff61f7bc0aba1a634d7b5be60ed32a87b0c56aa606e757) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 storage (Some 0xca4150a331817b521ed37e975c3452f20928f100c04b367497e71255d0ff745d) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 storage (Some 0x6a647cc6f282311da5a38163766590f986009451c404e7f1d994c1b38c092b6f) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c storage (Some 0xdcb7026586da639fffd4fb26dea8865ecd1c65bd8cf6284879f25c066ba7de67) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b storage (Some 0x1d97cfe1579d5740116d234e1442c812706fceefad5861c0996d360953253408) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 storage (Some 0xa7d49e1ba5c6259da9c3ea1ec7b71831e1c3d9e1e7e6149cd0f06e715746cc2f) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b storage (Some 0xd8c561be4e2a541aec830e6ca13d2a82dd9153d27d0b26768ed9f8ecc3c53708) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 storage (Some 0x91e597cc3459e4e0e9473e176b3187dbd236f744d838dea380b4729c7834e71a) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz on storage None and input 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f storage (Some 0xd7dcb817ce5b942d8f0ee4d7cbf4aa9c8b4a54de24a17618676fd5ad6e54b254) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- store.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- store.out index e943775175b1..35150dba92d7 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- store.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- fr- store.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x0100000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x0100000000000000000000000000000000000000000000000000000000000000 storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x0000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x0000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e storage (Some 0xa7b0e0dcb9cd04e389b681f806da787f339b4082fc6fdad07f178abe61104d2e) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c storage (Some 0xfaf5a7cd21f0b546db5c9c0846990339a28a26ae21c96608c1ccd7beaca0061c) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816 storage (Some 0x37beaf5ccd7e84ade0887f68a66f6b61fbafb008488c03bfb0958ad482a77816) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204 storage (Some 0x979b83390c7dcee259b87c9c8c3e2d5a7ed70db843d352416ee8db75c69dc204) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c storage (Some 0x2548fd9a78259c60ff8602d924fb36f537bb3c4c7be110ebce8a4023e8ff0e0c) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b storage (Some 0xe468301ea762a8bfedeedab1ee61f5409568d3195a7fd872ae0f67200082b96b) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144 storage (Some 0x5a2b61e45939da62559813e13beca4222414c82720f12497778c2eb8fb602144) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b storage (Some 0x293a9e41b0d5abe512d8ef93616693d127464e378acc13bdb9a3a43c8fe1b56b) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659 storage (Some 0x701a6833caa61b1f1514c0e89772367832a1aac42f9f5b8fc7c82a8dda720659) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz on storage None and input 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f storage (Some 0x2a2347e830a46bd26f4d1a2837af12b7798d4d2be336c31ae10dc87be4523b1f) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- add.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- add.out index 51236d2ef1a1..048c5509e16d 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- add.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- add.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x0572cbea904d67468808c8eb50a9450c9721db309128012543902d0ac358a62ae28f75bb8f1c7c42c39a8c5529bf0f4e166a9d8cabc673a322fda673779d8e3822ba3ecb8670e461f73bb9021d5fd76a4c56d9d4cd16bd1bba86881979749d28) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x02bbe75ccfac8903cfb203d8aabe7973cf45c4dbb9505242cdf0db5ef5510661bd9fe29e45108a2ede89b6f91698313c038e354ee839e5b3d4e4cf89a5415c578395396a0fb3e170d5ebfe8443920ce5a237f317a7fde9750aeeaa6d995cec23) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x0b0076d6ef76e28344833ea759697fdd353b754a7207ae0c0c3ae5465150daa84bd888116b05ae14e922b469cbcda95106c1843e97627707d4ca3502fac07ca61de50f24118714ba6114f66bd7a2a3eb83f98bc92d88b6d9607159a57e8de5e4) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x1928666d52b29e0355aba253192611a77283b6f028fe4b6d49fa88ad47237fad9228de9acd50c3f2b9f4885efc08673406a8e7278f95030bc2a1804fabb589643cfa58dbeec752c516c799e108c66b879d60ffabfd9fbf4f05c5e4974dd05de9) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x16fde910b5f003049c80e1dc46475b65bcf2604b25344c6808b57ec25fd4352ee64b5bf5197ab9d8ec274cea8096d93b01c03ca9cf4a78b818ca4a08393963d9f86dfbac64e3881d1220241ecc7036d0906004a56841cc0336e24d9bec59a569) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x158edd43e9464a9e18497aca8ff36e247c1e155dc5eb233da377d2b908ad3a7bb60a30845c21f16b0d4965c301dc8c1e125faf41e0c80a9e5ebd98e0d88c3d6d0ac897dc6d37942a239ef970dcb4b455b1ce0471c047427fc46ef53ab061a96c) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x0c3901b112af7f9797fc9cf71cfa90a7951c250b5dcfa235d2d6cfd9c416b1496d461d5e08645aae731d1759e255e72f0434edbfb503c50dbd75a13a6f50f35a653d6971335e4767cff0bf5a9f0e554253d821c6b0cf96a299f7d7f781586208) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x144e5918959eb7c28dc9117210e11ed52b7fe1aaec4655a9b41b87188595c2636c33adb7ee156a63ce1f40c7cbf4cf8712216b40366ebc2a1c5a284a5bff3804f9dc698756d92e10f5d72bb51150ab2dfe3a5ef09eb9cc699a8cc87d4534da85) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x04e38621e3c1a335f0a6b75b28fbb79fe08970315a5abf13a23d7670c0ea5c323f3d329ffddc197a9a5ec2bec93512a20687806bad5967587ece2bc63e23f29adb5902660a559ee706a3a6d587d035d184504a4b9e8a1dde7106e6d179d4b441) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0e69e0dab929d1f5ead3cebba16e0370f3ef18a72b80e2704dcff600d8e6c11b84d01c66ff7cec576ffaefc49a74aff00cb9d3d2a771815120ed332d888d444155234d0047af62b278ac6494b80753de716ecdabd4e77f8364feb65035545c6a) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x174b443090acd24b63f00bd9ccfa4ca4f07c82ab80b3d02c8436e2bffdc6c8f6f058735ca48187fec910d53f3207c3d0050187821dd662d4f7680ce6eea608cb10164d3267ce217027dbdab08821e5905bbbbd30077a2812247ec251f61815f1) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x02bbe75ccfac8903cfb203d8aabe7973cf45c4dbb9505242cdf0db5ef5510661bd9fe29e45108a2ede89b6f91698313c038e354ee839e5b3d4e4cf89a5415c578395396a0fb3e170d5ebfe8443920ce5a237f317a7fde9750aeeaa6d995cec23) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x0c29e29764d169fa7434f1cbe450f275cbafa5624a925093b56db64c5eb780993f74181407e521bcacf6c403966667aa11b9d76b42e519d2b094b1236875e1264354a7ba27ea590093b8cde9bce0835d84c98fb554d46590bb9ddbdaa3896d35) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x16fceeacbaa0201169b7cce9644b848249bd24e73d59df92315af1308718e771fa54708cab5c4509ee59c2688766039c091485a68d271b94f59014e25178102ca52416b4ebc9252f935b4dbadc44ec0858e3d6f20898b9fbfece25153c961163) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x19777d66b554119010e98ebe0a474ab68c58420f1d23f7b940e0b2d394c04f2655da207651543e883a8d545de911225f0af3262fc02c93b8fbebb5a04b5c1794e725c208ea53c96e51b42be25af28868c6951b267e699413afc30835d97a7891) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x09a09f7ba0b93860f16afc7f41a24eaf6f04be5c537a77acb31b2d1321ef90a3aafae9e3e4beaf9f9c3a8ea9b59204201105c73f6ca2b7414aae29417988c3862bb445ca8b7635d336c7caf560c58e42d76f99694bf8d2b3f9ec4004e2edee77) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x06d42ca0cf11ff62839ab18ca3df1170ab4029a1249c618ecc34f7856c549139d10e4242a85aa8c53679e35095d5c1c20a1d007b8cb6cc308834f9c953b18c62ff1709f12471893794145272930cba5ab4188f6950110dcce78b7aa11a77be9f) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x05e73bd48731387f18857ac832af5b42779c0e8ee325af3637c28d311db1c208f46ccea104ab0d6d591f5430e8bd646c093718124d92beda4254f02a750b92f87af634e79983e893d3b931a27896a223fc6353a529226e87866eec80f4777666) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x05e5bd713e2b43295e9b50784b2416dc7431f057155560b6b260fc164676f5b3a2bfe84061a12ce5c31069aca695f1790354f267c52a1c3ba6601390e4436fd369194abeeb5f30cab899107cc830179480aff5d138d327a9fc1006a31837b0d8) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x03773e554ec120b47b48e37dab64fa0efc22d6a3320ca9aa75a9e0d2d52a4f15599fecd4c9e6a7615ef14647720defb516d0ba1fffb303896ceeb44111b78d64b966326f12cf69692f54796701c13dcd605c278cddc15289c9f9e4bec142b167) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x075d7888f555f9e7eac62ee7b07aa7f8ae5118ea5cbccbfe9a116ddb9ec21c7dad3c29a8c4ab1bc765652d96f171ef5103ca9d795022086b1faad91136592663b8fecb6ca32610c91dc4ef5b594d4e66e3fd737ab8091d917ca240ca4c5f14cf) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x189c9031a7c9fa23f5d733b19353bc60559c75d3008eeeb635d72225e6c3ab8a4e6adf19353f41eebb2fbd3b9aa6ebea18a9fcee2568b75d6c47fced67a88749f512592dd0b3490b31c8a9c6f8c3a89e66bb2436ecd30a4454659304b382bc16) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x0b0076d6ef76e28344833ea759697fdd353b754a7207ae0c0c3ae5465150daa84bd888116b05ae14e922b469cbcda95106c1843e97627707d4ca3502fac07ca61de50f24118714ba6114f66bd7a2a3eb83f98bc92d88b6d9607159a57e8de5e4) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x16fceeacbaa0201169b7cce9644b848249bd24e73d59df92315af1308718e771fa54708cab5c4509ee59c2688766039c091485a68d271b94f59014e25178102ca52416b4ebc9252f935b4dbadc44ec0858e3d6f20898b9fbfece25153c961163) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x12daec20770efc59b6dfff9596fadbaceea1e53480256a98cdc5901222631a861a35681dc13e872aaaef3427cc1b9ca3011f543680da504e4aef1a948afe8f616429ac93d4ab594f52ab8ac894fb12bfd68c04592bb6b479966857c503ee9800) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x13009650f609243bda63f99d6b239e1867a1e97881f1a12006c7c40fa6e72ac84395968ac04374a781f916d9d7115f4a0e8baa9d7e11075cba1eb4fa63070f9f6f001424055f6fc107d4dc0d4b7add882281d5a6ae0a7d903927b79376de813f) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x01010ce9f58f4893b1a4cc99ac6409e521864ac0c4c8fbef07864df6badb7bdee4bca2cda802a056337a327db27acceb0211256aa48401dd761706de9b9155515d170d93d400d9bc9753d042fd9aee4fa41fd060e9dc8d491f54acb34ebe8fec) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x084dd4489fa10e3470501ff825805ab41c7a889c1c4aa6acbe66795cb5b628a5c05065ca29fd6b8bfa04d62a0fe0b8170881da608bdc6089b8ae9de6fb4b996d68487476eeb8dad2606ef55ead4008548213c276c88fd1c7aff23cdbd69379f3) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x0e3314e3aaeece65f3a6d864ea763494a71df97b65606e347552a338b899011f3531173b4c0a37d215d5452eda39915117c0f4e520fb6dd38000e4b8cd19986e2af235409e25be2df2bd8024beff25499f4c90478eb8491346ee13afe078388b) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x0a049b6b2bf86d778d6666ed819c3147f0aaaa28315e7b1e1b904bc12f4a8db4f50690d68bf2250c019449e15d126b9a080f2870588412063535032672fe879daa966e6e40294e9d29a6ce4a6b0be3f26b0a1d032d762a7762622bbe749726d8) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x0ea4ab0585e9d531d5a2affbb6e9d14da85dbea5e5ab78835961c699f5d4d1de5cb761d1cd07771cd8e56dcb977db07507ada85f8bab0a7aeedd85a61bd84bb505ed3c136c9f116cca8ca77a164502493599b00f3d0ad722a72c931f81ebedf1) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x03269e2de673af093ae911c6ca36338d121a06034ae305569b43878a533206d713a15bfe25f2f69a356f023415799ed805669e11c9509a68fa752847a2691e8b66a8cd2acef8e9f8a421d56985fbc5610f625a926a3db22aa2f3b9598e3a5d4f) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x07a125ff7730fbbb0a0b009ce801ceb5af3b26a398f92d666a6ba086589401d5c9757abaac52da844bca04ff1a06a6370192af3fd6f36c1da7ca65c3bbab1d7f94976041eda19e5c796a11118c7c53fa73829b1128d5ba0824e29deb6183c530) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x1928666d52b29e0355aba253192611a77283b6f028fe4b6d49fa88ad47237fad9228de9acd50c3f2b9f4885efc08673406a8e7278f95030bc2a1804fabb589643cfa58dbeec752c516c799e108c66b879d60ffabfd9fbf4f05c5e4974dd05de9) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x19777d66b554119010e98ebe0a474ab68c58420f1d23f7b940e0b2d394c04f2655da207651543e883a8d545de911225f0af3262fc02c93b8fbebb5a04b5c1794e725c208ea53c96e51b42be25af28868c6951b267e699413afc30835d97a7891) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x13009650f609243bda63f99d6b239e1867a1e97881f1a12006c7c40fa6e72ac84395968ac04374a781f916d9d7115f4a0e8baa9d7e11075cba1eb4fa63070f9f6f001424055f6fc107d4dc0d4b7add882281d5a6ae0a7d903927b79376de813f) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x060b5432626c3318aa1658c51be62d04f06c1f26184b384756644651c0a1c31a60c4b6de726b2fce757d3bda50b1225a0cdd5db334f75033fb58116c38d15005f1bdf988de6d3a9837e683623c5c1b751740158f44ab900d9ec227b9fc901f11) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x02bff2e129aae3d00ba3ba6906707816043e2ffec02acd47304b933713e545a350bbda8b54bd00960d804e0bdf6413b8181220b684d56b805cc6d5fa67b38d7b13618b813b0c9ed0d381101e4a02bc4268fe048f46c533217992169d8d6c6948) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x1821a5229b04055ca0a65a61fe9c5b62e2919fe89bad68f3521f82f2ece7d08481c1da0d3f3b78c7c38d16aeca5460690ec2fe6d1631f266187d7e252e9c1933cef416cfdf2fe353c19f3adfd5b175de090efe941bc6c7d31a92601a6c9762ee) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x05811adb3715612be05d3fec660098749e265527678f91ade2d28d74736f2d74c9e83634853749b43c0412b5c41f5512145396cb258907d9177c1c6618810e309015bc55dd1047589fe34b4bc54bae1b3745c5ea6466c11c611041934d62d91a) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x07499c01c066da94c70ae0c883d59339098e2ae1c265020508486a04c17cdd59b6789dca1134297a2458307737cc65eb02bf943d425cc75ecce827e2953cda3bea4c96d87a2c4ae6f385024c824a24793bc644ead2a77179075b51db951d8692) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x18f82e4740dc20cc275cf1cc7160b13c62a4c757df9ad698e7f5df5fbc4a1118a9e453c92dd67472c3e5c61a3d19a5aa102691e5125cb9ddbfe8d13f9975c5299612e534f2a83c35aa7ceba964573fe371195e741d270392c2be713bd5329e30) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x145c9be227113316ac8e8512128619b41c45a63ab20edf62f53daa3d3ace9240174bbe9f46cbda102bef7b897568c0fa00f54d7771e7fb5e93c8c75b4576849fc1172351336db0dbe89a4cc1eec6847542ca8b1ce0da4e86d2f3e5d830674bf1) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x04fb7ad2c096670cf3375d148b32c85ab1a6c4c6ebd35abd5ad2ae0a8d8d35561ca4a5d4b3fdd72f3184a25b1769058b0f4b9f0e50c0c70e2d0733ec6be54f7754fd134054d13aa67b5bb86a935b64d29b994340a5c8c2c34fcb6cd5ac3f2b80) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x16fde910b5f003049c80e1dc46475b65bcf2604b25344c6808b57ec25fd4352ee64b5bf5197ab9d8ec274cea8096d93b01c03ca9cf4a78b818ca4a08393963d9f86dfbac64e3881d1220241ecc7036d0906004a56841cc0336e24d9bec59a569) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x09a09f7ba0b93860f16afc7f41a24eaf6f04be5c537a77acb31b2d1321ef90a3aafae9e3e4beaf9f9c3a8ea9b59204201105c73f6ca2b7414aae29417988c3862bb445ca8b7635d336c7caf560c58e42d76f99694bf8d2b3f9ec4004e2edee77) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x01010ce9f58f4893b1a4cc99ac6409e521864ac0c4c8fbef07864df6badb7bdee4bca2cda802a056337a327db27acceb0211256aa48401dd761706de9b9155515d170d93d400d9bc9753d042fd9aee4fa41fd060e9dc8d491f54acb34ebe8fec) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x02bff2e129aae3d00ba3ba6906707816043e2ffec02acd47304b933713e545a350bbda8b54bd00960d804e0bdf6413b8181220b684d56b805cc6d5fa67b38d7b13618b813b0c9ed0d381101e4a02bc4268fe048f46c533217992169d8d6c6948) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x171dcc4142881ccba470029989ae3958da0be0249ba098f4118c512c219e9f1c6fe1b4e33b6a27cc0b9ca676747d469b06395941ba7dc2d3c5be2c0d785d13f60330cf06f0711091ec0409f6bbf0125efb70a2f67f4a4b51b2b32f1b6e5c7a0b) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x0fa9c7b81257390a7476d09ecfdbb7e30d6950be653969b30dcfd7bf6e2bac21906292564a60aae113c1588e7021e0520d472fdac10ae6568cb57809b4412a181e9cc19eb48ab35ef2bdf738e682360d3f97e2c94229da4fea9a2f4eb0662de8) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x02273bacef69b570c2cda2f45662739444e0e77d8fb8034af3fdb178e91f337b5972d6a4878cb9e02750313ce832f24502ecfca2d38e0190fe68fef1e7a45aa97f5f3e3e1404de411faa1cfa0b7debc435e2a3c3db0d047431ab49381af5c681) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x1233e8755ad7ef8c6fe37abd8322e15a34270e84a1931af3225f8ee1ed0761fbb9059662c3f86fd91f4fa3b0aea7e67e063ffb0d3ec9593365c7c16a3f1589a56de59200128f0f031a51165a6484f35a49dc8b9189bba6976079ce19e5e35404) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x0a86684fc72a4e2dee49a5ea383178e3a795bda53cd2af4cd428374c62ed64d403dd2d8b90a9739d682edf37b26f1021047a441cde9b6b3c1839f4b8f9c07a443ca35d44e878a04609dedb71eb056ae840862fe9e933fce4b894a96906aab066) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x029aaccc4cc78866eadd686825a2b48bf98b59f9c827c84d6a7663c20254f564c9bcd84bcad0ff1f6d0dcd96fa59ea0b0e47259745ba95228a9813f05942cbbc2186012eb63e23de41bbea46bc1cab64f80b9e1041de98f49c119df14f001522) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0b68fb08cb23c2087951474646488c4b8cc53e8b2355243955ba35ee10a154a41893978a43e25ebd19aa279b2374d0c10c15cb33448a95c9fcf9ed8171ebcbba030ac7d07ec5e391a937f3b0bd6f469175de8c13a964667d85cf6031ebe94b56) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x158edd43e9464a9e18497aca8ff36e247c1e155dc5eb233da377d2b908ad3a7bb60a30845c21f16b0d4965c301dc8c1e125faf41e0c80a9e5ebd98e0d88c3d6d0ac897dc6d37942a239ef970dcb4b455b1ce0471c047427fc46ef53ab061a96c) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x06d42ca0cf11ff62839ab18ca3df1170ab4029a1249c618ecc34f7856c549139d10e4242a85aa8c53679e35095d5c1c20a1d007b8cb6cc308834f9c953b18c62ff1709f12471893794145272930cba5ab4188f6950110dcce78b7aa11a77be9f) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x084dd4489fa10e3470501ff825805ab41c7a889c1c4aa6acbe66795cb5b628a5c05065ca29fd6b8bfa04d62a0fe0b8170881da608bdc6089b8ae9de6fb4b996d68487476eeb8dad2606ef55ead4008548213c276c88fd1c7aff23cdbd69379f3) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x1821a5229b04055ca0a65a61fe9c5b62e2919fe89bad68f3521f82f2ece7d08481c1da0d3f3b78c7c38d16aeca5460690ec2fe6d1631f266187d7e252e9c1933cef416cfdf2fe353c19f3adfd5b175de090efe941bc6c7d31a92601a6c9762ee) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x0fa9c7b81257390a7476d09ecfdbb7e30d6950be653969b30dcfd7bf6e2bac21906292564a60aae113c1588e7021e0520d472fdac10ae6568cb57809b4412a181e9cc19eb48ab35ef2bdf738e682360d3f97e2c94229da4fea9a2f4eb0662de8) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x046a2790add475f1fe065066d88b478ea5d288ec4175776bffc94a2ed41d749678d54ac91b6e152e207d03eefabd0569029f74862ff0c85d4e7871b32e7b08701e4f0961e4ab0cffffa52895ade51062358e8ab8f78137631eeb17d52a3d1787) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x01efa5d893d4df2decb69d582a64b701736f942670ee214bcd798c2ace462d3423c4cc5668575beb0348ed27e904740f12c381599e9b0c38e56e97dadf861ca1e298d230a059365b30df2e49903131b1176a914a793c5a957675acd9b5abec9a) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x047b382113356f5bf7585f739104668f89d0cdedb89266c151aed5367a8f322c6e9912ff8aa653574c1e406dcaebe5bd0f6bb00734420c448042fb5c13051159614919578383329ff0696ac565562fdb9dc5854122ef0036561f67721b3c0ed3) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x0ffc615d86d835dddfce2847aefa2b9356560d0c13df0ca80902fd3000a2ed6857f784b26143d2e425d959801346633b0a9e1097650528b9cf99d91adeb41957560426cc7adab6e45db39d5791c35c6373aa333772943efc9363661abc2c8315) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0f2239a8444b783758f3e5d7873f05b3c939315918986421a02241a2ba2fb8e7de4c193483f9bb9989e328f3e4aa026f0a1f359cba3e91c5978b66e4c0ca02e5c6966e5173aeb942211351ea8ab59b73b9da7e49b9ff602299e3553d2e6024f3) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x045dba3dc8f9e481ce42fce5a8f07501d1faada257439f987273acabc0d3aed00e4cc3948fae082ed24cba5b12b54e5f0d55da0aec1136a24464a5f8f1ac8d58eb893ba95131f2fce03bcb35fcff40993f48b5aad6a80aabeaf0b9d8d7d957ae) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x0c3901b112af7f9797fc9cf71cfa90a7951c250b5dcfa235d2d6cfd9c416b1496d461d5e08645aae731d1759e255e72f0434edbfb503c50dbd75a13a6f50f35a653d6971335e4767cff0bf5a9f0e554253d821c6b0cf96a299f7d7f781586208) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x05e73bd48731387f18857ac832af5b42779c0e8ee325af3637c28d311db1c208f46ccea104ab0d6d591f5430e8bd646c093718124d92beda4254f02a750b92f87af634e79983e893d3b931a27896a223fc6353a529226e87866eec80f4777666) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x0e3314e3aaeece65f3a6d864ea763494a71df97b65606e347552a338b899011f3531173b4c0a37d215d5452eda39915117c0f4e520fb6dd38000e4b8cd19986e2af235409e25be2df2bd8024beff25499f4c90478eb8491346ee13afe078388b) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x05811adb3715612be05d3fec660098749e265527678f91ade2d28d74736f2d74c9e83634853749b43c0412b5c41f5512145396cb258907d9177c1c6618810e309015bc55dd1047589fe34b4bc54bae1b3745c5ea6466c11c611041934d62d91a) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x02273bacef69b570c2cda2f45662739444e0e77d8fb8034af3fdb178e91f337b5972d6a4878cb9e02750313ce832f24502ecfca2d38e0190fe68fef1e7a45aa97f5f3e3e1404de411faa1cfa0b7debc435e2a3c3db0d047431ab49381af5c681) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x01efa5d893d4df2decb69d582a64b701736f942670ee214bcd798c2ace462d3423c4cc5668575beb0348ed27e904740f12c381599e9b0c38e56e97dadf861ca1e298d230a059365b30df2e49903131b1176a914a793c5a957675acd9b5abec9a) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x052472b1ea65d3e7936a4bb032cbd9e5119def59e5e84225746f45353f63cb6192e03d5891704672cbe064b03934f01e19ada310f6ad2b47103929fb6220bd22fd183ab58234505f8deed6f282b2a0570fa2361524048acf6c9291af0826c827) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x063129a2aaec9991ae5bf8324bb697ca1c490ce4fdfcd167a760e3088156379b4a9cfbb422707c52d6cc091501f082ab0e106951f452f0302bfcee0158da135ab5e5bd773910b0202d6d062ce92577dbe978603c574afbf462b196350a6b194a) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x1025135f27293afbf772034aca006b89058660521923695d76a4ff1e5b3d54e0f7bde8b9b21900351cfc8e713492dbac124b0736330a323f446cce047efbc42cf5d46dc9b6dfded90161667b69b14f33b42eaacce04e03a1597e890aa29feb9e) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x171b12075ea694d62f6100b26b0f22d72ace085eceee2d60e449d18f57e639e73c950b04c995ee9abec90184062071a60d3603eca9e4e216de19d91786ece6ec2669242ee9178b4cef7c0bafb14f16f2a78323f1cc51b91a9eade8cefaf59ffc) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0bacdbd680fd96840607b2df89d3ee01def1d51b91a106a99d106b1538b37f62c6c8333919fb00df82cfba4c6469201905010561f08cbc732763f300a4c461b6938224870fc97eb1bebbdbb63f3969cd5fb4b4bc1fc300203749433e5ba71850) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x144e5918959eb7c28dc9117210e11ed52b7fe1aaec4655a9b41b87188595c2636c33adb7ee156a63ce1f40c7cbf4cf8712216b40366ebc2a1c5a284a5bff3804f9dc698756d92e10f5d72bb51150ab2dfe3a5ef09eb9cc699a8cc87d4534da85) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x05e5bd713e2b43295e9b50784b2416dc7431f057155560b6b260fc164676f5b3a2bfe84061a12ce5c31069aca695f1790354f267c52a1c3ba6601390e4436fd369194abeeb5f30cab899107cc830179480aff5d138d327a9fc1006a31837b0d8) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x0a049b6b2bf86d778d6666ed819c3147f0aaaa28315e7b1e1b904bc12f4a8db4f50690d68bf2250c019449e15d126b9a080f2870588412063535032672fe879daa966e6e40294e9d29a6ce4a6b0be3f26b0a1d032d762a7762622bbe749726d8) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x07499c01c066da94c70ae0c883d59339098e2ae1c265020508486a04c17cdd59b6789dca1134297a2458307737cc65eb02bf943d425cc75ecce827e2953cda3bea4c96d87a2c4ae6f385024c824a24793bc644ead2a77179075b51db951d8692) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x1233e8755ad7ef8c6fe37abd8322e15a34270e84a1931af3225f8ee1ed0761fbb9059662c3f86fd91f4fa3b0aea7e67e063ffb0d3ec9593365c7c16a3f1589a56de59200128f0f031a51165a6484f35a49dc8b9189bba6976079ce19e5e35404) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x047b382113356f5bf7585f739104668f89d0cdedb89266c151aed5367a8f322c6e9912ff8aa653574c1e406dcaebe5bd0f6bb00734420c448042fb5c13051159614919578383329ff0696ac565562fdb9dc5854122ef0036561f67721b3c0ed3) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x063129a2aaec9991ae5bf8324bb697ca1c490ce4fdfcd167a760e3088156379b4a9cfbb422707c52d6cc091501f082ab0e106951f452f0302bfcee0158da135ab5e5bd773910b0202d6d062ce92577dbe978603c574afbf462b196350a6b194a) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x156836c5f3a270fbfc71786441a470a2737aab92b3b6b3027607865cefa3d10c2a5ee366ec1db598e563eca041ebec621412a99776342cd4defb3673f2b5fa0d3064255d74146c7455e55d9a6e14198125b95c4cf7cc0dfbff77c39889c610f1) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x176f5f1f57288e4b133cbff5611b8028b46460f2084e004ea6bf1c3e33911cd2c020e1f7389a99e8f4db30e881d8f5e00773aadfff8429fd161c285977090b5005e136748f27b465ae89e26295906df33227395fad4d99b466c7141e94e8c293) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x02c7a78eb4807b538c0014ec5ba44d58780d6e700ea54ae45b3866dff8c4aa668f845ad91f6a16720d865032b5c71add19843b1f0169a987c279f4f3e3955b4c4349227d33981748b28f604a8aed9471fd91272a157b55b7ee71ec23ce6db02d) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0153465b9dc8227efd8f18adce0ba1eabc17cffd7ed627456c537a582fead8463806ac459981a96bd1cb99ba58c2ebec1835a685a9a27928162d57f51e2b52c166c640bb9bd2e72c9a0033d4e2cb016d041b1b1304ed40cdcad66b3d963e5aeb) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x04e38621e3c1a335f0a6b75b28fbb79fe08970315a5abf13a23d7670c0ea5c323f3d329ffddc197a9a5ec2bec93512a20687806bad5967587ece2bc63e23f29adb5902660a559ee706a3a6d587d035d184504a4b9e8a1dde7106e6d179d4b441) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x03773e554ec120b47b48e37dab64fa0efc22d6a3320ca9aa75a9e0d2d52a4f15599fecd4c9e6a7615ef14647720defb516d0ba1fffb303896ceeb44111b78d64b966326f12cf69692f54796701c13dcd605c278cddc15289c9f9e4bec142b167) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x0ea4ab0585e9d531d5a2affbb6e9d14da85dbea5e5ab78835961c699f5d4d1de5cb761d1cd07771cd8e56dcb977db07507ada85f8bab0a7aeedd85a61bd84bb505ed3c136c9f116cca8ca77a164502493599b00f3d0ad722a72c931f81ebedf1) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x18f82e4740dc20cc275cf1cc7160b13c62a4c757df9ad698e7f5df5fbc4a1118a9e453c92dd67472c3e5c61a3d19a5aa102691e5125cb9ddbfe8d13f9975c5299612e534f2a83c35aa7ceba964573fe371195e741d270392c2be713bd5329e30) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x0a86684fc72a4e2dee49a5ea383178e3a795bda53cd2af4cd428374c62ed64d403dd2d8b90a9739d682edf37b26f1021047a441cde9b6b3c1839f4b8f9c07a443ca35d44e878a04609dedb71eb056ae840862fe9e933fce4b894a96906aab066) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x0ffc615d86d835dddfce2847aefa2b9356560d0c13df0ca80902fd3000a2ed6857f784b26143d2e425d959801346633b0a9e1097650528b9cf99d91adeb41957560426cc7adab6e45db39d5791c35c6373aa333772943efc9363661abc2c8315) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x1025135f27293afbf772034aca006b89058660521923695d76a4ff1e5b3d54e0f7bde8b9b21900351cfc8e713492dbac124b0736330a323f446cce047efbc42cf5d46dc9b6dfded90161667b69b14f33b42eaacce04e03a1597e890aa29feb9e) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x176f5f1f57288e4b133cbff5611b8028b46460f2084e004ea6bf1c3e33911cd2c020e1f7389a99e8f4db30e881d8f5e00773aadfff8429fd161c285977090b5005e136748f27b465ae89e26295906df33227395fad4d99b466c7141e94e8c293) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x04c868cda881721aa9476ef08b428e4c9cb3167d54dbcb34313df677ede9d7632a4dc56616f2b4d7283e6004972dcaa11957f89ed9bceeac2e9db5e2ca282e342086214f54d7faf2c3bd7d198ffd98bd95f2e713d6f95d2bbea40404312020ac) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0a0406a6dfca19affbf8daf605873eddab784824015f9e4689e73fa86daa39771d3a4610f9df95fa322f55b322344e930dbf2d00f047bad0aa8d3054bbd000cc5ebef0a2843e3f5ff555042c232463f2dbd888f5c113b89fd378445b57f3a898) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0903f27e56361a1bd0e8e4badd679acaac4af9fa036129e8a8091a2e897bb2ed4d5de5100a52eca069f124be2ea964ec01bd4d07f84e5faf4fcc6fb055082041b6f82c416a4d469f9ce5b4a8d51b85365d871f967e221dfcb32bdb703175c2df) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x0e69e0dab929d1f5ead3cebba16e0370f3ef18a72b80e2704dcff600d8e6c11b84d01c66ff7cec576ffaefc49a74aff00cb9d3d2a771815120ed332d888d444155234d0047af62b278ac6494b80753de716ecdabd4e77f8364feb65035545c6a) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x075d7888f555f9e7eac62ee7b07aa7f8ae5118ea5cbccbfe9a116ddb9ec21c7dad3c29a8c4ab1bc765652d96f171ef5103ca9d795022086b1faad91136592663b8fecb6ca32610c91dc4ef5b594d4e66e3fd737ab8091d917ca240ca4c5f14cf) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x03269e2de673af093ae911c6ca36338d121a06034ae305569b43878a533206d713a15bfe25f2f69a356f023415799ed805669e11c9509a68fa752847a2691e8b66a8cd2acef8e9f8a421d56985fbc5610f625a926a3db22aa2f3b9598e3a5d4f) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x145c9be227113316ac8e8512128619b41c45a63ab20edf62f53daa3d3ace9240174bbe9f46cbda102bef7b897568c0fa00f54d7771e7fb5e93c8c75b4576849fc1172351336db0dbe89a4cc1eec6847542ca8b1ce0da4e86d2f3e5d830674bf1) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x029aaccc4cc78866eadd686825a2b48bf98b59f9c827c84d6a7663c20254f564c9bcd84bcad0ff1f6d0dcd96fa59ea0b0e47259745ba95228a9813f05942cbbc2186012eb63e23de41bbea46bc1cab64f80b9e1041de98f49c119df14f001522) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x0f2239a8444b783758f3e5d7873f05b3c939315918986421a02241a2ba2fb8e7de4c193483f9bb9989e328f3e4aa026f0a1f359cba3e91c5978b66e4c0ca02e5c6966e5173aeb942211351ea8ab59b73b9da7e49b9ff602299e3553d2e6024f3) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x171b12075ea694d62f6100b26b0f22d72ace085eceee2d60e449d18f57e639e73c950b04c995ee9abec90184062071a60d3603eca9e4e216de19d91786ece6ec2669242ee9178b4cef7c0bafb14f16f2a78323f1cc51b91a9eade8cefaf59ffc) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x02c7a78eb4807b538c0014ec5ba44d58780d6e700ea54ae45b3866dff8c4aa668f845ad91f6a16720d865032b5c71add19843b1f0169a987c279f4f3e3955b4c4349227d33981748b28f604a8aed9471fd91272a157b55b7ee71ec23ce6db02d) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x0a0406a6dfca19affbf8daf605873eddab784824015f9e4689e73fa86daa39771d3a4610f9df95fa322f55b322344e930dbf2d00f047bad0aa8d3054bbd000cc5ebef0a2843e3f5ff555042c232463f2dbd888f5c113b89fd378445b57f3a898) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0e0d8dc48ca8e5eb401a1e77dac46466f9795354ec6ae59119b8fb561c5e8c80031bf66404c16d370ae263eee2bfffb80ad0e49c0deffe979877451138d54d4846c363c62391da88c37e4cc4304e8f00bc75b0a50d5d4f2d19c129570d4cd709) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0ff16e5c2228f7d1ba79342eb5ce926a1c9172516c29618bf5067d9babe822c649f5d0af16dde7f58856f79fe8c0642c0276e6f9e29896828296e8084cdcf9520d766c96c985351cc692c5a680cb3f2bdbd798830bd059a9a40ca35b2bc42bcc) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1' storage (Some 0x174b443090acd24b63f00bd9ccfa4ca4f07c82ab80b3d02c8436e2bffdc6c8f6f058735ca48187fec910d53f3207c3d0050187821dd662d4f7680ce6eea608cb10164d3267ce217027dbdab08821e5905bbbbd30077a2812247ec251f61815f1) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab' storage (Some 0x189c9031a7c9fa23f5d733b19353bc60559c75d3008eeeb635d72225e6c3ab8a4e6adf19353f41eebb2fbd3b9aa6ebea18a9fcee2568b75d6c47fced67a88749f512592dd0b3490b31c8a9c6f8c3a89e66bb2436ecd30a4454659304b382bc16) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87' storage (Some 0x07a125ff7730fbbb0a0b009ce801ceb5af3b26a398f92d666a6ba086589401d5c9757abaac52da844bca04ff1a06a6370192af3fd6f36c1da7ca65c3bbab1d7f94976041eda19e5c796a11118c7c53fa73829b1128d5ba0824e29deb6183c530) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9' storage (Some 0x04fb7ad2c096670cf3375d148b32c85ab1a6c4c6ebd35abd5ad2ae0a8d8d35561ca4a5d4b3fdd72f3184a25b1769058b0f4b9f0e50c0c70e2d0733ec6be54f7754fd134054d13aa67b5bb86a935b64d29b994340a5c8c2c34fcb6cd5ac3f2b80) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4' storage (Some 0x0b68fb08cb23c2087951474646488c4b8cc53e8b2355243955ba35ee10a154a41893978a43e25ebd19aa279b2374d0c10c15cb33448a95c9fcf9ed8171ebcbba030ac7d07ec5e391a937f3b0bd6f469175de8c13a964667d85cf6031ebe94b56) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89' storage (Some 0x045dba3dc8f9e481ce42fce5a8f07501d1faada257439f987273acabc0d3aed00e4cc3948fae082ed24cba5b12b54e5f0d55da0aec1136a24464a5f8f1ac8d58eb893ba95131f2fce03bcb35fcff40993f48b5aad6a80aabeaf0b9d8d7d957ae) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5' storage (Some 0x0bacdbd680fd96840607b2df89d3ee01def1d51b91a106a99d106b1538b37f62c6c8333919fb00df82cfba4c6469201905010561f08cbc732763f300a4c461b6938224870fc97eb1bebbdbb63f3969cd5fb4b4bc1fc300203749433e5ba71850) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42' storage (Some 0x0153465b9dc8227efd8f18adce0ba1eabc17cffd7ed627456c537a582fead8463806ac459981a96bd1cb99ba58c2ebec1835a685a9a27928162d57f51e2b52c166c640bb9bd2e72c9a0033d4e2cb016d041b1b1304ed40cdcad66b3d963e5aeb) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60' storage (Some 0x0903f27e56361a1bd0e8e4badd679acaac4af9fa036129e8a8091a2e897bb2ed4d5de5100a52eca069f124be2ea964ec01bd4d07f84e5faf4fcc6fb055082041b6f82c416a4d469f9ce5b4a8d51b85365d871f967e221dfcb32bdb703175c2df) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c' storage (Some 0x0ff16e5c2228f7d1ba79342eb5ce926a1c9172516c29618bf5067d9babe822c649f5d0af16dde7f58856f79fe8c0642c0276e6f9e29896828296e8084cdcf9520d766c96c985351cc692c5a680cb3f2bdbd798830bd059a9a40ca35b2bc42bcc) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb' storage (Some 0x0b0e66847e9e898a1ce59e952e7432cc12ec35a2c2f833564f60a005d213e32f93ae2049240d9ea4cf35b57f3226be0f052607166cb214d9cdb837fccc2e1c5f0b6dad8e6d8e2dd17128b3689aa3121dd455cdf228898f9570a82f6773574a79) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- mul.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- mul.out index 9a9f1c9c3285..68908a4cdf87 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- mul.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- mul.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0d6e26a792fa06ca00d9b8de7b764194a035b75f8e55da4fe2c7c8df6c732e61f1cd4a5453ff19f48eaf7d8d35945a8a01153bf80f1924e3419b5b5426d56f18de4ee561b53b83a548550db77a6110bcef17edca9bb63473611bc77fc7a5d5eb) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x17fe2df3460e58f64423b86a85f51080ddda61f77fa98a4205faae453f9752d45a8d8cdd3e2c2b55975e1907c7ad32bc0922f1eb6c45c9d7520ccde588959b79eaaf70b393d780698cde0a6fdf6ca048cebe0f0fbc5f5ab801f13e8cee452c64) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x0b214a8a80d9907dc8673387c7ce8580236b7dba1acc6dac23397df4086ac627fcd9e1e6dc6d0f35005a254d2d5e596316793aa0ce436a371fe4e2ba29b8030c589334a580ef0b64a4b62b894105486b12b2a2ebd3e12e834157b6eb766a1a46) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x043f37fa78a29f961f94ec41b7106e72c8bd964d987fe98e3b923af78e82eae131cc1384cc1ab5b1297050e4c8f5981918ceb0c411187ec8dac82ac65d5f857b806025be878d67c68a3f7f577a6d67ba86a97f46af156302159623eb943d88dd) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x080a6002efcceeb454fefba8de269a0dcddaf1a31277b9401c394c27bf93f6cee5c3a61aa51249366df85e142691cc360222dff9b4cc37bb26bda84a0b07f57a87ff916a1684fe21aedf35361c2e2d4027438eaf5124cf0a65316b311fb9daa7) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x08754c98e4c7db757b21e834f4796d2cdbc5e4def2b810b61950c8de91c952ebef5b4fc24c24eaaba16e905acc610f360cba7430aea81354d2b199de002bff0505483967c4d89119e58a417374e80253a09b64dd8e5866a39310d5c6c458f8b8) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x04b65648dd092c99073e6de155f71684a774baad9dac389386532de497f215a58ac1fe2f6a47ee9be3b7487eec32b98807a5369fd1c9c9f562cd815174cc29ddf313dd016d29e33e8e4fbb99c6090eb487c7a4a09bd2d68262f517fefd89feab) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x0ee94578ebc9106e3e193d6d43803d53206baf8467a9c387a122d67364c06e6b386bd3d4a519e436811dea5335f001ae03b0ca8045c3e9877f522f6c72669b7a5dce3954941dfcde3ad65add4b32ed285bc7762dc81cb4aa8dd30466e8e58cdd) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x058d3f9138e02d209f1558c2dfe2461ea55dd3173cb680befe0b27c6ec0809393e5625d5d10edc54f8765d657fd960cd0a511c9ec52fd74f583dae9a45b19bedd2f0c9ce75315622cee29357bccd2bdfc986603691117c9d724ce0205389303c) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x0c972ba34b8c6ef2ec4773c0514d51da1e434b56b137895aec2903dbd39e1f46795578a8761474852689ef734d963a3a0c1f7a974a05641e95fb07a64105c403fca42032a04a0e86595f28093322f0452c11b683a0d86f1189414fd8422bb7f2) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x01209e158bc71f282c096757285359a9978c143b02d0a29675168d2b86b3229a8eb9c213c59793fe85d861df05eedbe001526419a19110e7d15fd47e6065534566cebdc72a737d67d6e10773383541d1f30cdf07c00b3eedaaf4648896ed9321) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x0efdbcf90456b6111b67d48bb66c384eae0e3ecf9ba0d9a232d26b7615bb3bb97e14d4476a46e34f34de2325094e61e805cdd9f46928c868b92c0f7e8b1bee1f026d311363e7bd8cd52aed9c5fd94049bc515a9fc689a60b3c603bdcacbc2757) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x16bfe181c59d68df36da9ecb00873116b68564b6dc4bb85f9de517ce67200edcbf4d702750a9f1922c006499fcd101b103e690bbaf48b60a6c2ccd745e2218f1378d11a9b05bc8cbab4e9ebce6efdf4a1f01e7a83c40ae65d5c0688fb4c5f929) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x0cd9ee919f76512305edd0dc3a4e8b6836d128f4d057a6ad043eb1009d8363e4d3d114f91722441871bb03b4436b9db30a6435fe87a9a201d395a339e09d5aeaf7343023d897828c54d1c6f523b17e11a0b7225960886fe0a72ae28ac542b826) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x10d5f9be440dbab37077bd4a47eac753a08b0e7259378586c5a767e9f60db07ad0377e4303b765c1264de0d920c9e1c60203123943e2292b7fd772d97b6bfc87f13b3118f23e5a73eee0c013af220293c5672487d8a420dad371425778ab77f5) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x0bd654c304dcef58af952ca2facb26a6edd39299c8e6e84c2183dccd1983d54c42527e0775bdf0c41a2692f7ee2956ff1414dcc51826e1a30784e97dc2a6c22fa5a4613018675367f94ec38f5c0918b1a3497496257d8498c9d059dd78ea0f25) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x0063c796eff234d7868560f197512cfe7573c699e56dee2e45cc8cb066764879390f45fb629ebf867b050c0533c3c78604377f82dc13589f87a5b50e386c24e0a43ea56ce66f18482ed99b36c4b19751907d3388f9868d9bc7df0a505c4eb717) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x0af79cae8576b4995da38e6a8df9227f5415802db3f8aa4c3974030454bcce23328c0a5a255a6276b5fa60fd14757673153047aaf80c925bb11d252ee92d3336b610e12a1a9c5501cd3371d9f7d686c984b22c87b85567983d742b2675fbadd3) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x19c0b6b19c11fa412a86d88eca2816ba25670d893c135e0ee5989656522af100691986f0060b64d0fbaad9638679de5b107ebc992deef3e31f34b16eb3e44c110d224ede95a2917b70fef143105b5ad7f938c0b97921b2e118aaf36021d709d9) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x05d46d0fe823a21ad3b92c3deddc6cee80b776999e443a87849cab0431d66c092b64555ccdad0be84c59c7750136bae1193ec841f45f830f5bab5bc5d5014480c769499886a248b96fc8c9f52069b7541b8325d54a673c1dcdaf987cc76c2986) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0581a60e8bd8b0f1afa867dbe6d131da6b717b349cecfbdeef91389c897fd516e48dfde89a3c27e411dc0648a684ee0705d00bc33d960ac54d895e80131633ec084a47ada7c3dc1e67b6bd67156facc995680292c2a3f941c36fb9bfe61feb35) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x16358e52d519a86b053da1fe72a1e883c5fccea9c4664ce7c0328f6a7026a8111707dcf0e88ee80b2cca22d411a7332812ba25b327c899540069136c45f2682fc27e5b1554b93a52c1740a154e93d7fc70f736515cb88c825f4cf7d2faa278ae) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x109f769c6c1db02368152922c9a6a8485c87bb9caf77b6100a4f1f5793d3c5e626b8c55ab3893c1022916ed59f401a39033697f5dd1db013bbc7ccd6e03298e87e2875951fcf420ee945b6079f8436f9f244f57f546a0e5f7778a9b6cbe00f22) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x191154d5a2eb393270aac8e4b85f6b28d6e2d0e8a714f36415192387826c7792a1f852cf268c811c65826120901a9196083f3e305a0fa97e67ce8ddad76603ee1ff8a8aaba6eff4058ec4e848860321818cbf190f52f4dddef254cf0c9e3f9d9) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x02cf1bdcfc6d26f1fed78c7fae531e43de9e623c13d418114dd9725607d642f5f26fadbf9d355ca47128fee32a82eb2c092382870014bd64bfea089f0f6223a85086f87732c01d38d0421be72da85c72568e4fd7f8e7fcc349acceac725d767e) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x093578079471563622bc948bf363cba956e331d785c606fdf76ff09c8720befa99e7a6dd2b01133ca1107845aa9ecb4912166e035e664963740f46c3568e611801a8e5819881f4bda8790da9c69dcd02254f669973c9fd67802ef6ed07d232a3) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x0825703afe4debd2b09208272077e0b301d3a2f10cf436657107ee668d481a441c037d1ba3f1301bc6477433c0079784037d217fc5ebd4f315c615716d6845c2c91002c3170b55f8c20616d6bdc310fd2936f2e50da93fe880eeeca93ea86d2f) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x03cb48d18e9adb6b3d3dc449110dbea4629d40523e6200d4c9332f092cc594bd6591cfcf71ff88e7ad722d60656e56e60f8c17788b46d9fd6bc6105115896170d7741b5fe14805325e1561693ee2a4784d48db858e0aafcee62b921f385abb2e) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x0157d419405ecca995ed95d32f371bdb386bf3058f71fc6b950175274dfacc2538ba0fd8b0fb0424911cc5963fcd4001144eb623857acef3621b1e6ec0f5a8eb165b699c8d8b9e3e6f38fa6da6b3be44c9b5c741e1969a70703292aca20516f0) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x04c34b7695ba3c6a364c0f966808f0fbbd8bdeee360dbaa0edba5f7669bc680d002fea0c7ca791bd9c993ba068bb9d2410dd522d6afe1938b9bf0deabf7df30c4e30f7bf1b2691e062a8636f0cb61cbc7f666429785d59119c5c41df18613ecd) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0412203264d756bf628d76d1b477493facc1c90068d318fbf33949903de2eca11f6ed5cb3203faebef94cfff11f357471815e371eb8552dee3f38fab27c7aa0e88dbedc8bb7319c02d155686ba73ecb905440508b5fc7889c755e85bcbce36b3) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x09fa323fe1c580c8d71525094cf8cb8f7b55a73e0368b9c969e11e2a134c2ad7105b9372fe54748f090f2d9699a08bd80ec04e61d1f6e61d7e4db2a71fb882d9021b377842b7c23ae501b812df1a0ebe39727b98027da5c911574f34492a9502) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x0815e357c2bc69e70d4c07c46a2e9d193e5ae458f756106b8c47b9d300838918377c592bec0589a76095f3147ac669f00df6c2ba7d1e05626802726a8ccb0be4f1a824ae5ace601ee827fbfb2f01cc476129928b42fa98a6a417de56dc66cba0) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x12b3f0225229b39345c7be73973387f2d2f2ca09fe46365b01da1d37e67c8bd90e652fa5bdc155fe9689396f1a4186030484ba1bdcbf27188ceca03bdd300deb000c0b1babc7f598c724678742d7ec38fbe0a8919fa370515db41ab306dcffed) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x06e459cb9410459386c79b2fbc3629937e84c031c6204987b75736a05069a1f7740ea59ecd874a44903d151bd2f101080bcde69f48c6fcde9d38070fabc3ad3d9f6b66397fc5c59e2906e4d5a987f19391ba1a5b612ce442bc33fd141ffbce2e) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x13a643311835dab38e1324b293645b7f5c02d65851d818e869fc82dee998a28ee22b24c96355c4d957dde9b86814d0ed17dad0a4a74fb5cf26bd18e409dbf78c83edabe84ce7cfbef4b1f626f31ef0458e3e1a36e3cdebe0c09e102a4b24a644) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x06ed9541af33151e350f48b4935c5337561511bd4d6cbef143d81233df830d2df6d2397cb926ece52ba657a25c4eaeb00d7c8a9ae83d4cc786369a5c9ae73c0521f21f424563977f78b9de39aba60d8ab6420247227c5ae374ec100076543878) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x0842d0104ec53b7923bb1a74207f4a11d989dc8fc6c466961e94f9ac0fd5a2cdf69a637ca8e425115d9963ca7d66938500ea145353b6382fbbbe69ae3d09f25e907bf58d892211ab0bd2713cb68a1a3ec72ad8e54daf893ca8646a8745142fb7) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x007fb59ca921180a904ef6b65a48ea3a04344dc5bff73323bd10fb3c7dea69ed5525be5812986ca025ac3e11c96dc4a1198790659672a962d70bd1996efb7769f36fbe4ed9cf55d071427666f2c5d73655f193f20be7801cbe2ef168d497a58c) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x02cb9272e282673ccdf8a17e77f9e62919e40670f9844f0a85e7169a431f16341fcca482d26b0bb4b3dd92815c2e725f13f36f55336203e46335e2645f80fe8d9cde1bf5004757ea94baf2a97f548bf851433c0ede5f6354d26d7dfaecf791b1) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0ac32d3741b3c21b18ecfede1bc11830df9091e06dc97e01a81c423b26b092dfcaefafe329ae3e372953f977c43c47d6022dedceea66a9b7ddf2b97f271840295d7847fa32e2c71b4a49efc82a474dc7684e7ef2880cbb5f9256e9ef03606562) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x0036c4d013887bc6a143e179677ff8f26bcb79ba0988e12f24846ecf188b65c5718e11c8de2b6226d008d4624284cc3b151c0e5c1e1d54ef2dc56370c82f6b849938b47609f1816ff3a3cf798f8eeb0d00b43539f8d280cbe79f3ecdf33eb0a3) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x19c226a9dcbe4364ff0e70814ce83d1babf4cb0425a6d483717fae66859e0341e856a09a14c6bad075d3b523bce47666133aac0bd2ea22d48294764c254b7b4812c11044138e958cc050789b12255a0f28ef5d4a0990d57006d48448e6b9b6a2) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x0f703f711e1d82ba20be14d2f38c2e7c16986c917bcfdd733781e84b0f4acec21ac735420f07d57afb19c815f700395b0699f961928f57ff8f1ee79612ec447f0a67df0b12a73bc7c5c99d8fadb59dd2e46dbf24853b2d2b697ca02da94616e3) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x0e49831f67b497f143e2084ba6e1c2f68f959e8d39201a5779b6549cb96487f9ecdd21fe21f11202ca419472b526f14e0d45f58a0c3a81a2c549ba7753898f080c3c763d72421189403742c4ed6c4ab588672bdb6f491b4b16538196a6869f01) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x0e929417f5b4f243f601edef1957f6376188c0e79d4948b3f3b3f8364ca1666f34fcc51d8be3661eb6e835abe8b1896d19d3e29517f6da19cf29ee2655da501d1427a3e4a2ca30a291faae2610a0467c7de31fd16c197e8458f7cc5047a0a385) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x08781f6ddc3dce9c405c283c560ad4ca580fdd754c0041e226272084d4f1d99b54e70c9a31706e0f5af360a4bcfb261c05fe250228db136c26ae15e5037cbd6016398e0a6e06e1494d37fff31bde2e7613c3a68f487a2d2af80cd65d9a4aa984) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x115c25600a2070d2427243bcdb7dd830e71cdf857fc9e5cbe1d68c953cb958313525764e7dc8066b68eca6733f1a883a18c59e9c634c3b96c9f2bf7fee37d051921a581f5e3df22a1342b67c312c7d65c17b2fa9fc108a80624b0b43358335f5) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x1003a80b03182c8f2818ad1afbb6d6b96d6e54c2caccc065270c9f47ce5d31776356404a9fcdd8f9a7231facfada2ad00e543844307834564371126b701746614751a3d16f5accb4c95c888ff1978a12f3572afe2240367e36c1dce9ea63cac9) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x06bf7ffa94226e2153205e53651de677bee80c436071611d20f1a9693f73449b97b72536a0e268e3173a24817232ab8806ebe9cace12d9b6151133b6d0808cd53ae57465159b0b2960a59e38080ca1ba23971455b87f7c8fb85e801baa3a31c6) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0ddbdcd86ccec51f96b0a57375d75ca04645c81ac28d1bce2527163b8cac1a61741a733af4760e79cc22b243d4537ad919cbaf2df20a4b2855fba6a11385ac6592ad2b75688fbf954a32987654d2c73726a3fe43f850517c6a84ad32376ca9d0) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x002730ca798014e3dc1841536b8dcae73326802527e040f9f97766b78187bdeea1177575d979b182ee2442b2e4e053ab0932dbaac27d3b426086be8159e7c7fea786fc923e7905cadaab3e2217a2a6a163e51820f9aa19edd4f4c13ef411fc0e) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x0d66a57e1f124899bfc14806aef8910ced55dc5e2207c4db61be383e9dacb5e3a5900870c9decb10119a7a9b3a4be9ba0ee8889a386b696ceaa9b14c2e2043a5096ef886fe3e9d3dcefe3c98d486e33a82567aaca5e92f9f1876a1465f3fd88f) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x1420f06251a40c38488d2dd5ff497730bab5ebdf34a95fa11bfa318469dbdd4c02a9312e88cbf7a017aca8ddcf752b9a0c28b1bad0bb96b057cbc269b5ab9ac27bbe70d12811531b9bd005a64a3a84678449186d6bcc2ce3e48a8e883f173b3b) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x113974887d62d5b9377648bed8adff649685b7ead814cc196ddbd7518e7678dbfa86bc8bdd9575d42611dbfcf152cf43032c9ec93e81df8289914fb15e78d78bcbb4343525eb6af5e49fcb98c6586e044f464e3b8692418ef0b28358cfdb124f) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x1402c2b145c9b76dffd86446dbfb776937ee10f568aa405e08bd5e6a0f7ee4b21f29b9bd159445198b602756c81ed58e005b2fc7db8095d4917ab0485cde75b2a75268859940859ccb53805a5885ec012ff6bb3ab063275f27044eed49b1665e) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x19f7e1fc95fff4e88bbafbb8dcfe23ea621bc1f769b5d3d1dc349d2d14f74c88fd11f02bbe4659d47b8eadcfc31531850aac73a54e023a918b9c50d24f887898180db4146b99d3d667e6c05e827ed75c1a7e7d0255a83a77abe3b02a0807cb14) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x07e1c14775179b867f6ebfa1e4eac7d0bc2d53a90007715d7b841634f2fd78484e86ff9a17c5c4c698754d7fc3c5a2e7112e6d8df62a83f58cb270c130f947905eab0fb97a0af59268b09e0decf6dd18922b296adb0e49e6905b49fb9e6313bf) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x0ed6a47e24e4ce134d1988c1c8c9e0d3afd8ea39e8134f3d6d37cb73e1041a4608ff056224eb1d257091c74ed44945591149d34d74e2e2e81af2587e3a217ffdbb51ab66f490735bd737facb7b959c9d2699a9d7f11c167e58f3af452f597156) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x0cdd5304ddc0d9753d36e5201dd0b951d01f6f9f5ba818479f6331228567afb672a9f4d34befecd51f371a1a3b2c11920d14ddba2c46ef3f55b93e6d4b6769456f1150e60ab802f573eb10f35d98b96290c8c58de3b10669289bd08ca8eccb5d) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0108f6c0ddb42d060a3af5bc726bcb432453c3d3e1d1d8ccd795cc6701335cad137dff61b45e03bcea976a2cd67feadc130a706a407be7237a9d6de914854007291abbd730afcf597670d92b38e6403d509bf1d0848b495d7a4d8d9b3d446d65) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x18232e6e86cc51cbe6070a17bfb510b5e3a708750520bd532fe6c58bc6cac63c9f581234db968a4625d1d4ab90f08d9e12df5cd600e9c63123d4afddb4cdc57e13571aa7b8ed21fb2f54a4a988de14128847718fee4c6c5c3d4c9173d48f4a33) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x05975c859134c5632bb4b246f039b0a45f43dd3d31488760420d40bb52938c9aae329d7ed1fd6c4871b088942a3f50c517b282a2e4f8206249ba05d50a5851b0c03e9ba0a6b0c829755a5b6d31f098a9e7e4adcea5c27f6fe4a4e0c6e4b1e56c) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x0d76931ca7049490da586a0c79a51ff76c0e475d9fd1ad034f6fa5eb882b6b8dbcbb3eeefc37d13f6a3272ff9bc858b014e2a3325172bdfea48b616a6b21972f5d4768959efe3e77b3f96b9183d8e93b46712ab1629beea8e03007f4a17ff1ea) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x08f10601fa25e24bf52035d5a8216294ae54378d4b2b6df3e348cdf76a61ceeae5a31777af8b9199ba42f24639b533510d6e9f7cec3a5470e47b04d3acf416d748806890f315636a5d3daded30829dedb795f0b88afd73cd82a2211a5eb1a4f5) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x0c9df80bf292db274c0867f8e9de81ffeaba73674cbe0b05f7ccd224e44da54beeab50134c0470963b1f2f02b1a31f851612ff8717619409552b3a086726e3a5d4476694fe82443a78b782e28140e9c904e3db65a9449579185cf6ddee835829) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x00063d556853e5f82a53d6462d6b19f98a7bbce98df79bd82519016e6ab1be0daf3999ff024520c58d54c21133b579ed039afa406025f3afa2424b18e5aae85cf6f8fc5cacfdf72c44848e6f60bd2f2e9884989a324fb6375d2d27ce9c3c55da) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x080f3639bd29544160205620d52f07cb7c35e35b67336205d9f02bd7e7712457be7ed6e7dfd1674c976cb373a4dfc5bf0c4b4cba46235dc16f818d5337477fbc127d78aaeb514cb40142f93aee241122e0585e2bd5ceeb54cf0ff85e028d215c) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x066d91ea0514e7d94e8ee2ecd8a3039d37fba6f263e725d3699ec8bfa29f866356cb6d104879bc562771baeae49a299c073998eccb434785bc205388a03dfab4af27249771397863249f0bbd8f78b15c8335e20c2ef6f53f48447c20d196951f) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x18bd3b1e442351d3101d3c0eb50649714fb574beb4871a8b41a590a57ed2fa1e84e52714eb6f523ad7d3cbab0234449d07929ebd8ed819624cb2e7730142a8cc3e30d5a743d2504ae1ab766fba5ee2f0f1ad2e70ba765660f5879d8f2391587b) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x189ad044ab536b008692b149d1d08678bd1682a2401a2837f41aba45c49210c393334e48bd7027423f5d33a0ab20a4991224e075b527700847a22ddf2163348477aa808f6811541d10b118929458a15a6760b5a3c3841c005fe5860970abe46a) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x118d259c4d1924621fe0430c9b0eee252ebe9bbaee91e3f30abff7197c14d5f28afb2e1897631a8f3faf8d59223c32601306cc1c52ac7b090aef9078128030b373e251e8e77d16e5ac6f76e31a2e70a52bf7572ac824f21ae978fb7896da7552) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x1517b8ccca640e4a5bba4324187b4c793032e998abf5dde5f1c908bfe6043804288dde3b2510217d2cc900696a65e855037aea02c6a1a13b13c735121c167c29597007fcbefa359fe6f0ce27faa64db3675bae0d07cad071bf2fa00bc5e9e5ee) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x0f6d8a8af238867f7ad996376328fba94cc45661a9064ba1a701870e88100e95223bba125538f55efbc7c6bcf75024ce0a6d758b2b6d5a7a85422a58f8a821b455e6c094194c23f3bf600e7117de4b35763007ed28d488865381940c9df65a74) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x17320a69a37a272eec8fe76a288e0bbf3c79c08b7f09de8c704cbafa8c01f4b65a915cf83cad499d870db8458a46136d10c2d589959194d422090e94075559923f02977fcd2ee8f5d168a1c59ae61c918e6d9bdbcc4e3cc4b7689a79481bf650) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x1449666cef3bc8e2cfad84a51db42fe78614f22c33b4dbf365e7be085a3d707e743f9e2d137cd8ff8dbea833426064141433ef319622fb2aa9ce5cb60341bdccc6b7cec550f09e12dcda0ec0fe48b119e5099a4a8d6e799902abd9b2eacea393) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x175e97f7345149ab9b0e843282989beabf92101f4012d9f99497d6711dd60683509f6e17f05ca7f080651b76ff9b78e00f9ea76aaf96e93eac161355a82ccd1a23660085e206ba21b17469c7c3f1d640218813abd606747a06021b1bb3f7a2f4) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x14aa58c52ade1687daa89a62ab46a877b37feb8522613b9ac6ba3f38b696cf881ef5dcf25ffaf6e0309464918a18c5250f08f16eff0c3cd0bb3fb8c55407c7e3e416b4734c20064d234ff741f2820d157d9f4ccd7a9dd4b6d23f2a27f7427314) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x148f63418b0ddb0c4743651c6746e9c733cce23249be1d022738bf3a7f612e5116e974e62af35e54211a59b2be1e6a2f0ac062a73c2cf73e28241f0d452fafcfcae114e95e6e19f8cd01e0c21b48787000e05dc5142ffd2aba7ba8f35cd5f170) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x15525131010da41c91eaa0099c5143c6fc4d6597b3c0318082131909e0df3b08444a5bb77811f7ecde47174852315cd8000953ecd2c4a72db6f0188c009c947f71f2b5ace4c86d6c5b95839ce3eba6ebc206a6f85a098f7ad49e44678f5c8da5) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0cbd79a3830a6b2426ed71675d6d1b0cdeaca9e1540d4c70b123c4ad2ce788ff606bd378545252019ee79023c8179521196f036818ca95956b2098a8363c3aeb7a12dc77cfded4000f1907ca3ddf5cf925e09dd4fde73e59a7554fda13e11f15) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x171a5c0b4b68cf054fb95797b0d61a45ad209c5e503454d04a4edb66bdb785934e25ae9988e7e7510b4a01287c2427a21483f23dec1fae160dca9356aeb9f599e5ab81eb3338c61e11a55f601fabb6ec4a92375006d10ae3042efd5732be60b9) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x0334eac1963514cfb283bbf838658dd3ec5440768b95653431a20776b2ff56a38f4f216362fda81c7881b8fea94810ed09777d7e9b5717389c18ff0418f4db95d1464920cb48777547c9397e41664b508e244f67b3f9c336c1a0e184862a09f0) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x1974a9648d96b93664d816bee78c023b8c758caa70b98f4e84d81c10c7e860115c610d2749b68682126d6f750cb2f00d13b560fdf12370aa290bbbe875f957bc1128e7a5ed06474aa6dee111f844dd4930ed7e2313c0fbea8c062c114462ec51) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x1602aef64d7582574a15c5dbfaa55f541c4b1936313a1522bf099d0fb55fa3a092d4ef4f0fa79d3c7d71fad0537e0b2200184aad8e371521b5a632a8b8b499339a917907ee5678994c48a78c29c0e5e481d2b8d9cd882dd306fc54670e1ed0e2) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x0b3d98f7917b7640a724a4508f2b45a658ec5f96f74732bdb7f5478eb02e974b8b2c212efa5f8511a133037cd7dc493007f58a141712efd80287130b4f93743402eb9d7c9258966a5e469d12346d9e85f0f9d5af40549b8687c4b189b610c819) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x079c490c224a88cc5def7af24ce353e7785a1bcb613f8075dd207eda8f21b07e90cf4f8b7d87494a4d5b8f35942007170dff789955eee9e6435ae0688c57951054f878c75002aec6c1a9fe0c4f9d647439d2f02aaf0c497ac5bd47b5a32bbd69) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x057c1db35cfe8938b57b7e647b725a11ce7f31f9ca96eb3020acdc3541bda8526d7cdc0577beb2b719dd389225216ae004b845bddbd5a08e807b2a27ddfd46403840ff0ec45d7529e5c3fedab297ddd7e6c5c0affea25e0b562105caebeddf2d) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x0a81b0aab24a7b0818e030bcd0110394650021563ccfab84bda3bd1455d3ec6be9adf7e213ad2a4e47208c51330aeb2e0b1f80333a3ebe0871048d81aa7d736dd9ad2221a72efa4e3b7a3623977d14889049a6ad2cb368e06ef6d3fda4c9039c) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x1456ab1fd1f34aa2387a150a3c4229d526c80ab1cd56bd61504ce666d6161c94301056a23bd5b55fb12a5296a4f236fe0a5b131c5374c0abb76124a09c3371be456df830c80e1484ea78ce7ef7d20242ca73a731a099ceb09af4b56ec4b22409) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x064311e4e9bf3e56333869669b283512059634911fbb882df4ff7d4dd9004044ec1ffc6ec41fe31e7e9bf802155130c2001edd64cf3e67f510c17bf47a6e18927f97f7bfd5f7933c355d5dcf2614fddd0806ce173ba5277af7cf991ac5ec0866) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x08596f9d4caea620acd7243a48bd1d678ca07fcc132c7ade82b931548c35b116fff0571f71f0b5baa3834cac4b4a3ed5008b312a1908fd68c173e54f9aa1aa1a35d04d3556aa47cdebce73ec3223ca4b38bbcbe558effdc75f3df8d7331c0539) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x19d5bbe4281667553492e19d31591a2b9b530f49f3e8d0aee5582b3b6aaff8ce3cdae86bd8da3ad78f98db54db0500ec151aa7063def967cc3f8742d6bfcc1a5effe2756c92c25227d37df0b96fffbbf8cbf6f8b9065dd7d26e915de23dbec28) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x06177116e0540177982e98464577ed3321eeb44bc08fed0f62e43c2dcbc5e05c8b9fb25b35ed7167cd09e5200a2e4e010d2757207ae5fdbd134b08b151e58982290a84274b00f1318f39145a8b430ee1bb9ea5ccfe61ac5e4f283d48e9115413) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x1081dba4d09a91baa0569ba390942a1e377531c6ae25b6d31c936c5822ae5dcb9341ca731f6506b24e920310e0f4e6af00bed415d9d23c9b88b1399e205905ec323f5867480033eae354d564fcaad70e859f1496a832ae426e4a708425ac16f9) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x08952dc3ad990d8f0af38dee050dc45c89cee78148a19af6e105f13642dc2a8dc567050dfc0554ac42d26d8b5ace72e7018a0d8f7c2779e4638bea9c4661b20a6282bd478d4ce97af506c0d63a7e3b7bd3a9db1da9dc295cbbb1edb2e1009725) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x164d40ffad176068800c32f27a21f3dca1994594aa3d766d04c356fedc943773d91140070c43addff98e79b865767dc716a161db3f99faac3ba20f811113a17c93f6e4165a3c98a20e59e314e9efef31b521d3d0d44e2bb22ce05a11e5522bc9) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x149224a246e2b14dd1a514a388cc7fca3aaccdfc9d1f0c82d00771504fd47b004a64f81b686d1cea66fff7e90a455081046f826d4dbd43ca19ee87e1e66798d076eb6e4b89caa7b14903fe0214010776398eb0a0d0509363f8b657b59e521e40) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x018994a13ed6f527adb7f1445660fede5989b265e2024dacf27629bce8d22ced09f117d16ec5cf8cf55fb2d36ef4f38d05e441d58eeaf085771de245da3b27f6d39ee3116cb29e0e19a25e5ad1a2ad38a7d91aaebb5dddb50025f13a44ac996e) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x030b980ad2ee471c29d8200469d18494fee7c3d58fe446dd2ad67b6d5225dc6dfca718f73bdc078c63f15a9fac67b1550f90d4def4daddfdbc940db5b95bdce08137d87b9d3da7ed4c5c9616a724e9ca982f63d1703ae2f0c0ab3e2d395b0b1f) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xf796c9eea8195bd57ca5f3c27f7219bf2c250bd3f49fbeb56d8150689b21e164' storage (Some 0x0aa35e2f582a1caf2cf03ae43bf081685ee86a508e6a6506314f44eacd405b6175640619e163c018871995aba27577040988f2c73259d14c374b1089876718b8af7bc927acb1cd061bfa3f5baf1b7862ce5a9bf3a6f8a9d5a84377d079c6af82) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xf70cdbfd81e72e0071b6d005033aa30dad5b3656f9243867092164442c26405a' storage (Some 0x0ab5f26308387a5e5300c4391c57fca5d04990778972c7bd3a5091c7cb678fbea728820d2baf234c4f10bed1af582458015004f283d08dba4d34a36a1f05a93dfb7395e027d24cdb024d50d0dcb5515721d506d467146fa599fd14edbf95e5c1) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xb5cdc0e76348bc94f2d9c9f1cb4eb21adf8fcc87532cd008362943c1237f5b29' storage (Some 0x0bb7053566cf001d96d47c8ef75df36dfa0338934e152f23dc9b92a38e1fd11bc47d0153ed7703a0ea464d3c650c651b07720e06d0057d16782b8e713a5bb38c072bad6dff6cdae4f61e9f5b72f6198800461ef016a98a7da161721d354636e0) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x7f95ef6e6962a0ae1bec3aca77ef83ecaf40d97f612665e9fb07ab8edb13aa6b' storage (Some 0x086144f6a05a43805c6931d2028199a9240a02b5e280f0cdd909c0eda2caccd515822156e3b5117cba6bf8bfd471dd4c0dbabcfd3520461beae5f9db727d7aad699914a23b387662f7800f266363e84ff54a1bad79adb589bea30c2e1aaad25d) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xb29805353b39c32a593129948561c75c4cfd2665d6b6df1a4382852cabdd5a17' storage (Some 0x0406a55686efda6979432c9341b85e43ad67737300c96dfb62db75b848e63ecc93646b1e592b635817482963c984cfc70d3597fa84773c5e3500d61b407dcf0a932698a8a2de4285c81a8587452ea5c9a9996ffb625f81c0cbe0b9e8c8b7b76f) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xbf259528122a2e60641781c7383d4fcd6d63e18680131a0a8ae9a5d5eb34664c' storage (Some 0x0185cab6fd147f77b35d6fe0f1770a9859127bae94ecbd402b1ac2b1f65c27d0c83ad8da963be1b9635176b2e5c5a1d3072c47311cf5aae7a9c621b06bb154a4b89a65e73d311a75f1007c3e9606f366b05d6be349bd825694d1b7e48238cd12) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0xc412aa942ebc1384282ebdd5afc0ff0049e03fb26e2cee36193e010a6199b442' storage (Some 0x0e9736e5772bc8a33aef6d9a8ced43e9ffbbed29ba572e5597bca97806b64982f29b79d9958f4501bf4a74629cbf9253068d0105f3f16d8b03e3e7f7e73a67f98e1f2a20cb6f2d7467403b1b8f69cff726256becda08d187cdd5fc263165b21b) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x22386f55e46149a2a3b86941da0b19cedbe3845a505b89df4fb8a99d3ad2cf5a' storage (Some 0x00ceb4de98ec92f7a3b6eadff0f3dd41830e20d5bf83b70123f70021ef22b7fcdeae86bcdecbfff4f61f77a015372a4e0ecfe1ca78dd49a39c9eeb36719e6b18d8be54f55fe3c18e0749a81af4a7b3019c8ffec71970631d76d2ad03b62e1436) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x692617953b3cc0fd9b98e44b381803f9138e78c9ec3c3e78ed10e430402a041e' storage (Some 0x0b663e6c5376162a968f41f23ba1c2ede975995078be3ed850442845d1fc6ebc91ecc591b58db1e568c2ca9e9e91b40b15c602104a060a08ebfd31e8aadef51b40357003f24223020553876767b83b1f51afef6a5d2756e0f26036eb6ee24aaa) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz on storage None and input 'Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1713902a27c37a85f4c6233f52f3ebc6a85718185b9efbdb190bf5025113a962' storage (Some 0x0d9b1e3f917ef949642a2a30da1031096abf49145bd66efeb52e52ff0bd517e77a740d7bfe08a44d57f1f216c7b952c40b1a84788e90b7a37dd66b7ff6fe4b188670445003753f48235abf5f1e1d6d193f8182e5608d3ffdd2e2877e4d1a9214) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- negate.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- negate.out index 1c1f8bd7408e..5e64ed19e3c5 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- negate.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- negate.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 storage (Some 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab storage (Some 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 storage (Some 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 storage (Some 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 storage (Some 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 storage (Some 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 storage (Some 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 storage (Some 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 storage (Some 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c storage (Some 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz on storage None and input 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb storage (Some 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- store.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- store.out index 30f0577589af..0f7eab05d8e2 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- store.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g1- store.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 storage (Some 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab storage (Some 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 storage (Some 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 storage (Some 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 storage (Some 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 storage (Some 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 storage (Some 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 storage (Some 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 storage (Some 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c storage (Some 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz on storage None and input 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb storage (Some 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- add.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- add.out index 98de7e119d6b..cf630fe3eaf3 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- add.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- add.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x0fa220d57ef6e4195bef1c15c25d36d303589da95432ecf1231872d322dd6d1aa9195e14521269f60906b929f5e511c616ad91b95913e6d5f03c7144ea9a8ac2cbca74d4e4661a744c1c31e666a3b9e229d19f0f4a0849dabf8d42a999429688153a350f527d5b45b66f4fb7362472a9a14ac2e5be7fc7a1c07735b62fa366eb7d6b938dea2b3476c4efee97211ab51513312efd116de802599d7fe3406ecc09d9cd128fb6f6ec92cf4fc92ba02d9ecd623a7124f9936ae05810095b07daf50e) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x046035dfa9f3f77c402f467c98c79d31cdaa04b517ca830495fd211bd96007d9e86e77f52b563a678a283a93e990b1cd0e920c1b17a7c522a1cf06d9eae11fe7a83ad560e264ca83539f129ec7781b2aab6aea834c7cf3790ea8bbf36bc8047f06fd35fac95c31470220839b5067d8324b8bc7cdc64cd02483d08fcac9d0ae2803ceeedb4ca0491c8d01543d57c0773a0b356cc1179eef81b6db0e5cf4a82eb452c038f2d84e3c523165c7bcee56984b43c78ebceefa58e75071cfc4298d8ffb) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0c915014aed040179e85ac98cebaa76ed11a7de7d2a9b50b8c595ddb660a7ba20352d34d3a1a682e416488d51c627db50d3ce8ddcc38ce2c0c44527d45e540a38dbff1324324b8cab15a89c00d18198277e22a48e959bb88f87d81f22207a03712a5b4e4d758741d995ec296cf72903ea3af86a3615df586334a0bfe787af1c9efcd97fad13afe8fbcdd60aa87744a1e0dbf2340c9e8edd52954ce815e3559ce021dd0676af7e82d1f26457ad4e64effd3ba90b2101aea30fee2aad64c779417) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x048e783c39590796da9ce919b19a7179fbf7ca422986428d9ca4c00afeb3da88f78e4f85ee312910119a31ac675803c703e8f3560833feab146988683e7c192154c6741f449f711ceb0b5c732ad8f488fe57cd5fe3e5b1eac5b1d43af705ac4d1298b37bce78a4bb17b138b420efcceae18f300c8cfdc6417bdb84ecad21ecf6dda75d040401061e07e19a114dcd059f0354cdb917a218179ed3c1cee43a2dd932ae73cde416730172e886321c2f828cf2fd2c03fc522f3df06f571685eacafd) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x0dc42d2bf532bcce973671bc74419a7d43b504f66667356c00b68126501cdd69edc6dfea8ca9bf757f9286c30aafb31d07cceafd4ea4ec714a310648ea80180e439a6ccfdc6ddf62b9876bd5aef725b4cf999f25006635d7cff2ec0b70abb92e12cc523377fcbb5dfd41cc087fbd675b1309f700513d5ea90d2a3b08cf005377cb34f64242fbd775ba63d5368ea6a2bf0d3487eb537b7a8ccdf230728b71e41056ef93b27e5476df0cc4246bca3640b37c1cdf1af59910a7a474148d55901b95) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x0d211843d3116fe2962e44424d5e1bdda2bc55b0c07a4eec8c0d417d3597faeb202e986cb03711e879f3286c8574615f14e779485d1389631195cce6b413184128352544968c0c48df886eb7284361d514dc38999f77dbf5d743add4bbecd4301288339cffd03d1098cc0bed90dcd583bec892c5f3c6922831d21cb8b7150c76ac4612ea5489c7476c1bcba216eba61b0a7447b1fd3d5383f5b2acd06c322ddfea84fadba0fcd995ec5ee701a34b9846e93974dd3cdcc5754bc7f21705b0b58a) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x013e98c54426b5c356a094af259f5a6c3e3a16dee1b4699157dcd7b4b3dccfab401dbf1b628b60293512b5ba8060c7b80f3360d8b7afc977b5ed76e640ede1cd785d0c021a0478d6be0f43288ad75dce019551110ab5d251bc6c789b8a4d9c74078c767bad0eb06bb1447818304a37280ffefdfd862b137572fc3e2131d03cdc89f2637227e7303e7ab685f87d5f386e00102910864b02ff09d9ef9b534486c11b9ff933e8d2445137fc01e0505986e28b0c4b1608e5cd646a8c5a63b4febd77) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x170489c51747e88f11af77fe2d5a8e3615e99924a106963d8c34a966f643a7eb66bbad37c2c333cce34a9971f2ca87a8115b884e4f6c964127d3741fb6fe8b19a81108fb38135498dc4e582bfec87981bb814294c8a5e09dc7fd06097d253c950045ebff141ac9afd3d848fe89b37373978bf030afd38ad713caaa28ff9138d0bd0f6c4a323cc96864e1b1b6aefe1b850feec0b7f1b911f2c320f30411c33737251637803ba4ff4ef1fd480b9b98305a5a5f9ab4faa92b169eda541879af36be) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x1242ac850b78779a40f548b2ec3e5dde33bf432def2c6790a8099096ad6933e2c7faa78bde8a4d4e2b586d6a4d1f4225062fdff88df3cb0df8d5e2097e53ce61b17e211c63579aa95dc63df0a1824ee36852af030034bc218b9b1ce229cb9c8c149807239b0e175e864c704ef55ae2cc2ec33c71186461caee8e7771c5ca4d2eda4388d8fdc15090e026b3654d049957114812fdd6b7f9fe01b98c1c03eca0b7fd62e0113d902ef37f3bc5191182c983251af153b36f478c3eac4d967a5820ee) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x18b4558b569b0e5b227388c9d844dc37bc0ad40ee5d5098871d396e09b7f85db50b78b2b33fbf656d02e83b45d04962e0ac8336661fd1bee9f074f35f3413c81d22825c469c70afcbfc724ff25750b7598493ea501e5ee79e0fb2d1e8fb5ee9f0b95aa27a6f20c52438ef3daa6f03c8bc41db48fb24fe73921425b1b4906bc60ab7e4b4c290f3c5aeef9a40f094e3dbe0a031822e3366d77078f5e93a80f8035f6f2941593f4f30481399f91431ec85dfc81ce11b824e9b7c08da1634b8e9c83) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x0fa220d57ef6e4195bef1c15c25d36d303589da95432ecf1231872d322dd6d1aa9195e14521269f60906b929f5e511c616ad91b95913e6d5f03c7144ea9a8ac2cbca74d4e4661a744c1c31e666a3b9e229d19f0f4a0849dabf8d42a999429688153a350f527d5b45b66f4fb7362472a9a14ac2e5be7fc7a1c07735b62fa366eb7d6b938dea2b3476c4efee97211ab51513312efd116de802599d7fe3406ecc09d9cd128fb6f6ec92cf4fc92ba02d9ecd623a7124f9936ae05810095b07daf50e) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x12e844776dcc54686e33e5e2f76e4ee1cd3bb53a8b93be65342715478baf39038bfa376032a3c73e0b289139afde6c88140c4f3f0eedab77bda5d94b53f0842596fa673c1a8646a6aa8dd91ee72e1d508d0269d14efc106eab6f51e6f08c7a210c77db6748c89b678b3bca8e2ab6156a21f019bae19948d7e183c36cbb3d6faa7cef0ab8756645b52c97ad26569d71c80305f8cc81292b5fd14aa32933d3356ba5de2a9df2f216e5d01d18be8f4191f5a8012b786f34330a6142e73625fe7f2d) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x0794c08576b1ca634646815a4dbee1be812a844e0e66d2e36ac1c1f03d30c290eaba39c1c330aebfe118fdaf3b5fa50216b2fa022e510d8502979b189c7d2ea12cabf1971636fee9c9288bcd3c3f9e5d525d44668234ec816ff6ce5bb29a0e0016736353f2200e00ebe389d5d6471f41d00d0d110396e2b6557476ce46586b8f42a569e2035f6407638d7a501fc99f89053d356e9f23575f131f51114e51a7d5cd3924d233828a18da262983f87adc6931aba26054b692f3fce47dea8d588ddb) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0a6aac5634ec9d9ec7ae20368fa1cd242fd56df6e470b2bac3c7087404724c11d0cea1aad848098d71ddb9d2708cef460abe0e2f2a7c29dd718ef4007fc9c872ef9fcf53656db14560d5e94638ee9baeae92e76b99889e650f1361d73d0b85a304168544ff972b9973313266cf84d5b2dadbd40a76d741d45dc75379765708dc2384a161702dba5a2bbd8bdcb1bbef7d02a3eb80499e7a428d48fe2fa99c6f3ea3c729db0176b3ac1cd48b8ff81d279c133078d6417efbf884c7fac39071ecf4) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x1719f1a04b75f8dfdffa75695dd406b35d899d91325401355d2f3fc17abe20e6c04bf95cf265989050ea6be5285aea1708f5efaa1b197d90861811d8497844bf6b8e3cac9fb729bdbceb7d78bf324ceac87035afed4eff6b87efdea86974751e0d9ee16eb55482e287e2bdbf80d63dd5c83a1b16336b4ad078e2d09ce1255cf614209dd7a16228f242ef65c4b79fd2a71276c7a79747f69344c28692384b91b38f85c7bc10ae3f9ea3df0d8ffde7374d3a20f2ab662019b8770853bd39e21573) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x0655de0cf51271c9490062e29b8da70ee4c82939b26218118519aaf6298f2ef60721ffa7daa6a37133077b0dabd296830949eff2b5b24843c956b09c9417f2fa4820fd35ae9a01d5f0430329795f5e39abe6fd35ef8e9fccd43af92246207a5d0b37866f86062eb555caffeae739def30bbc454f2c8bfb1a2480e2f91926cd12b53f85691710c75802cf921b8a5b0fc016f834c60d5e79ce20b3172b777dfffae9046d09e52aa188e45be26b0e3e8e77b8328530a6446fb441a3e145535367bd) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x0e9448fd828b81168cbaa65496078edf4690017ef6628e6cc5687082f255a16a9ad51bf31cd780cd03fd7946ce0b14460bdfcb61fa233217a63a372380068585f7fadc6978213e87c1cec52e52c5e84010446b4197e5e15ea7712f0603627eab0076cc785550ef9de1693c46481719f089d33d320fb58eb5e68c63f7dd3a4a511268506fe949ea89b320848d7c5ecf1a03ca948df7b1fa4905fc129a50b0b6e61faf0b05912f0c3eb397089a9752a228cb881331f7d6d9b1e44bfbf3f9090f49) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x097aaa14ee186c44f4781526acfa3a83929f5e39c65ff1266b0133e18d4c6ad549087a2aff86235eb6080f2c6f4fe2d1046748aa1dbfa1ae72dd3116fb4ace512d11a4df272bf34fbddb6c8020791cfdfd29eb4508e8bfd54a1d8b7e16535f7904eb63f70a94be19eb06f2a337006b4583267b9d8ba72e8eec424a445b423118a68a0ea992345c8ef4a13cb68e8ad80b108e284b312f574cfa7afc3ab6d9598cb342807b7686c2326d4d7a257d73ed383a420287d2e3c38eb321bdbd2aa861e3) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x1583640fa782fb3c949c9a89b95e52818fae6fa7f130ffc5a8304ab7f78fc4d0050b0061a8e90b29f334fc7168084f4810486574b450bc33691aca553a6aad3123844d39c265ff52e5dc66f0d797a80cba141db073ba767a1021c654eb1a316b0193bd94baca5c7c0fcd370532502b6ac4eb19b3d10a3f4a48bda5858a888c5df42dc9153e70cdddd7393fe381aa1c6416e2203e42a66b43189b3789270d20ff285e3279667e01f18f686caed2c0a252d306afc2598a17ed518acac4e8b1b7ed) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x16e6319ec68d88c4ec5d017df123af94e924963d7e62cff44ac709e22282dc904f8367e30de2cb40af8a237a9641e82f00a18451fe0e97eb1c88b8a05aacf8fd3756c4703cae982bf8b9af0f864a0afbe62feb1a532aa8f8b332168b6c298055179319c180a36ea2b55096b645e8c42f31cfae50884cb06263ffe11b0a210d7f3bdb1ebf2acfeefda47cbfb717487e870255e5ac63c4ec740e2a3aec2e5134c6ce8afd43a1c793c42abd87fe0fa93c578dfd6e5d604510e1a8109b4b35b172d5) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x050db0ea21b45502d1672a82bca3e6305f8a37689460f225920f4de664a9b3df4912f035314ec9b35d972ba67a522b8d11031b259adaaab72858a94000b15200254698fce139fe4f647a3a38e759144d7c7a12fe263194e3443b95f0e863c9f804ab9bf6e3eb7dc3515644dd29e5572f1ba34a18feebd12da678d35fffeb65071d18bb2dde6b6e70fbb14458e5adee12113aa6dcc7d3f7c25b84031fef1ce34e8b7eb8921b9ccb08d7a49f4c54e0e2cafe9eb9a009d86f2d118c784848c67db9) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x046035dfa9f3f77c402f467c98c79d31cdaa04b517ca830495fd211bd96007d9e86e77f52b563a678a283a93e990b1cd0e920c1b17a7c522a1cf06d9eae11fe7a83ad560e264ca83539f129ec7781b2aab6aea834c7cf3790ea8bbf36bc8047f06fd35fac95c31470220839b5067d8324b8bc7cdc64cd02483d08fcac9d0ae2803ceeedb4ca0491c8d01543d57c0773a0b356cc1179eef81b6db0e5cf4a82eb452c038f2d84e3c523165c7bcee56984b43c78ebceefa58e75071cfc4298d8ffb) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x0794c08576b1ca634646815a4dbee1be812a844e0e66d2e36ac1c1f03d30c290eaba39c1c330aebfe118fdaf3b5fa50216b2fa022e510d8502979b189c7d2ea12cabf1971636fee9c9288bcd3c3f9e5d525d44668234ec816ff6ce5bb29a0e0016736353f2200e00ebe389d5d6471f41d00d0d110396e2b6557476ce46586b8f42a569e2035f6407638d7a501fc99f89053d356e9f23575f131f51114e51a7d5cd3924d233828a18da262983f87adc6931aba26054b692f3fce47dea8d588ddb) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x13de93d2f82a4593a29d234fb227db03f16f89b393f015623a52b05fb36813a3fcbbf21e29b95d78978025d9d5a6396a0ff1f395ee54e4cbfb57d3dc2ed0fea341f0c6e38266fd3d6e81cf9797f59e14d1f8a0d2ff53addc076cdffd23f997810c9767ee2f3f1c842f453cd4aefeb8adf07688d4811da35414c1a7433fbe5d6f59fa8c0574cef2a2d7e703c1954c19e411ba2316640e231ab6428cfb8d1d25f6a7bbe3ce0d8842d45151099ff9e845cd1eb75fd8d5c4494a2de389a0e9350ee6) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x18bf19fa45d0936ad736e8f0ba44e75b71e263a5f0b64dd4338a33d98243c13b34125b9f49bc8653437e45de9d30a93a17ebef17433f244d7a64c0fb2b6667fc3f5bd0b11752b11ca48db539506cc87d1255ea878c9476f12fa76baced1e1dc40d2c7a1a772abe14400a371e2dc53b0e30139c173c4b63af51e0a8f098f779652ab6a7366ece6e726d0db36d4d869c1f15b760f663abfab268d9282848751fb6bf37b73d45a499a5b13d944177be3c183ea90a22c707bb1102c802c7ee72beda) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x040a521e7f62b87f49a3f96b3c33b3f92db0f6bb0e708b6929eb59829bfddee5005e98176447c65e2054703be2fd10df0cca3815ceb23335da24867b07563b6d4696b27e3da1cb00a120bdb1f506113c0df675c1923a791523d83b45a13102c101ff42b0097527d2b1d88646b1e68513b7f61533bce07fef8bbd17a592f3d7dc5e148a165633337607495e614eba86b410ae2cb3d04d352036f95c34417364368b862a29199668bab9ff5261f94fb6e5a00f8eef9d0a3906e57720dd315f7921) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x05b81eb847ac46ba0a7dd65998e59571ecd7ef546b7683388f631777015fa72f4e2463b4d193b8ab575b0aa8d077cbf105d25ba702f7c774572a60719894156141940a0a39e7ab838cb55524617826775b9ae494ad11213834dd86b1f02fbb5e12a932312f159aa63ff0817f8e4e478092fdfab946e5db0c05a0021374716d167cff0164ff823dfc39ec1f871233dbda0110bb37e8d5b4764fc40d6c7c62bddda525765a53385ead794d6442cf5b79fe14e2bf4a74874da68aab1507be8b31bc) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x090024be3e658d797ea05cdcf404ba80847cd69c3585217310973fbdd59b3ccdf9bec4437325f24816beefae2c2986b6073d93a3d5f5d2758dd6dafeed80c6e730a512471c227036b0cba91369f2c1043e8722c1d87de3ba901780a0824ad90204a467083e873a87884ddb1b6455d36314ac953c47dc86f01221c97b2c70a62f24b852c291d49845744c1812b85a2ebf15ab172859a93dd93be43b59d784079bedf952b6596ec6926a22ce8511f503805914b72752b022bb32faf521764cb268) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x1390ef409a99796aef7b741837f04ac5b0971436b71987ed2164e89950b9834257d50b1e1595e7d423b70abbe9ab5d33110ba5f262ee8cd728c8d20116827832198aa304fea6bf519d767260f947027f544903b9ec4ad73b0404f705ad1bb7e70b8f4bb943637d1830d31f24383f251ba5d64281472d5230fb974afdc27014af81689d5f830f17b76d4fe61b6bbe4a21128c6036642b9f636ab3215921545b3d886df46475f9a11a4ae9a173069675a4a02560a7dd717f7d204427a5b33563f9) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x0bd2a8921e426f811f8ca3820348cff6dc8efc095010d4068717724a3a076a565e609be3f1c78c4b37a61dda5259a3750e70265a91f14d71b38ab1df6f14ffc11f8ff8c552401dc1ec2a70862905724a928888ab5000cab2c206f147f49a9e01019581dfea445b53898ad37d69dcd97f00db2023fa4049a3a3fe3158275aab62cc16f14f766dd9df07852f7c5df27b2111dc81ab19b80f5842c7763b036090e3a8368b6db669d80e74c0231073a46835f7dcb34aab2bbb79faad55940977dead) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x0d6af0671af039e4046dfa84fc7aef856495f732e95a24e0958b9729ca4b87ccf8b115ed6d1b60265b838116f5c56c8e0e1732e3dcaaa2c0a44c5f58a3e2cba84005b2aaf4fa70b995d8c30f5d0c25c0a9f3b6388ac91da8f7c4c9fd084917e80c1152762adcb783bc96ae1e2c37d6870a174b5cbdb1adf5adbda7d88671247471b36c9d5573ecebbd068087f45dee5d16925acf0e18b5adeeb1d4659f2f8df4e8af39da572e425c796f486ba67e05f3b7c15747f35781294128e32cc66ab87f) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x0a300f596c740d3a332118e868fb8a0ea04688ebb394489785ecebf2739443b346b324e3fd9246050d0aa1d3aea9f1ce0ad93338ac85b6a66c0f3fa35c81ade175275570facec6395631a1d5a977afbfdd44dcd174d2d782105a1503d25e9baa1717a6f3d40df12d5003fbef8dd4e176fdafd6c1bf5e62908aa160ecfabbc1a9d608c32417a1221d589f70f5335603200c9e15e9288f7fb90cf7101301dbfde0ee2051b698310f855b1d876cddc553d4ac3a88f8de8a99d7645595b4ee64d3cc) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x0c915014aed040179e85ac98cebaa76ed11a7de7d2a9b50b8c595ddb660a7ba20352d34d3a1a682e416488d51c627db50d3ce8ddcc38ce2c0c44527d45e540a38dbff1324324b8cab15a89c00d18198277e22a48e959bb88f87d81f22207a03712a5b4e4d758741d995ec296cf72903ea3af86a3615df586334a0bfe787af1c9efcd97fad13afe8fbcdd60aa87744a1e0dbf2340c9e8edd52954ce815e3559ce021dd0676af7e82d1f26457ad4e64effd3ba90b2101aea30fee2aad64c779417) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x0a6aac5634ec9d9ec7ae20368fa1cd242fd56df6e470b2bac3c7087404724c11d0cea1aad848098d71ddb9d2708cef460abe0e2f2a7c29dd718ef4007fc9c872ef9fcf53656db14560d5e94638ee9baeae92e76b99889e650f1361d73d0b85a304168544ff972b9973313266cf84d5b2dadbd40a76d741d45dc75379765708dc2384a161702dba5a2bbd8bdcb1bbef7d02a3eb80499e7a428d48fe2fa99c6f3ea3c729db0176b3ac1cd48b8ff81d279c133078d6417efbf884c7fac39071ecf4) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x18bf19fa45d0936ad736e8f0ba44e75b71e263a5f0b64dd4338a33d98243c13b34125b9f49bc8653437e45de9d30a93a17ebef17433f244d7a64c0fb2b6667fc3f5bd0b11752b11ca48db539506cc87d1255ea878c9476f12fa76baced1e1dc40d2c7a1a772abe14400a371e2dc53b0e30139c173c4b63af51e0a8f098f779652ab6a7366ece6e726d0db36d4d869c1f15b760f663abfab268d9282848751fb6bf37b73d45a499a5b13d944177be3c183ea90a22c707bb1102c802c7ee72beda) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0913a51db9080ea2c98f0d39ca48c1a13c1da70e31dc19881aebc8e8372bd01a9a20f7b537aac8d3a7ca04560a2203050a89da45917cbde7ce124eb1f1a71ad99360787e3c9dcef63b49293e00939619cfd2772c9016dc58ec561b9fc896f0a10a2072b1e73a5c45e8d9eedb0f51aac1c6eb9205f4f22633c3e4188f702bffcc9c47bb7e4dbf24323021c4b5502f96b703a37de84b8d408a8da127fc3ca3b73d44ffc766c9009d46ea7dbcb0239ed853ab779e59fad95a2bc1a385a5299b84e9) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0f07a4dba873d6a94e491900c012798c4fabc655b547246881b8f32dc445a1c4b526f6df1c44147e840e5e19afe0b6961294f805495eed4fe60a9f7598bd74222ae3499b74266c75cf28c6f60710fc03900f6932086a56e746b0ee345c5f3bf1009058242c0583a7457a2e4453dd3b9a27f73d5880273338aad994a9fa6f7920e103611dec931e2bdebfa181a129bd130e002aafdcd6e3adcd33ec7381b4e1ee4ea00eb5d9aa23dabab75904097fb85580786a923121512aa6e3c2c2fea6c2c6) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x007a9f1614d062b255a27b83458a3aff3c81866153982a9ce763dcd10e908c44656c2edd264a1b61396efade79d80499058cae9125376748389dbdbad55088d1509c1a6614c57dcfd3e1cc47395ffd9ed195ebb60dab36cf6b6083ca10b49b791363970cdbd6072ae4e6ca782f508abf0a2d7ebd87c3eeaf07fb0c6158a16a807e1371e1802fa090ffb3813049f22e02054688c54a9d803f46fcc3f9576ccfcaa0c7f90b766330aaab3a4ae32134dba9e48fd6830b503687fba4c8053fa6a93b) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x17a51f0dc1e6bf2aa154ae6d97fdbf0f9549b8a8257fcf4a90229f0a001715515c6fa8ac0a97537cd0c87c5722014358147d464e2d080e68d648a9b9e85ae4b1e5d6001f08dd6e0fcdfd20c6932534de458127c9c39322227546d1d2b898b613072f7375c55fbb46a4e122a7e1c45de6d6319fa2c487cfbc5547c6dbf82b38c81e8bb765144e997fab37da639a14a8f018a22c427db84499cd2bba0c736bd9da03cd183568c27741b589f94ad59ae372a6833b2caafdd088fea7eeb2fdc6790d) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x10f1197dcb5335bbc9fd9b0ee96ed160c1d8cf7cd5a2c23550f75c7d41014328934594c87d0fc79690575e3bcad723ae094a72493ff86d36163129d59cff970820a9ea2a9ff57bba76aeecfc378e14941030b91bdfd0710d2d531e368b1959ef035d6b262ecfbbe0277c7c09758fcba6fe5b3f35f6d3e2e35b45f22beb6873b4e4a3b4293e58230ad4318313c3c6ef5c11e4fa223503b33cb6bde56d611716631b55c3307946a72b7090f12b6f04695f2432836516d65cf70e76dfecd47f3eba) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x0d81babfefbd132108cd4e247204997823727cd2267020d505821c2ae0d5a73103d40fb8c876492ce84fa43b7c97352202344ed091fcb8a4173325899b70122da54d00e67f3265676204f06d952b21d92605a7d70e1a9fb7019201873755239f06730064af9a494bd52ecb00250c317bf067df6a6eda21bc92c9adfe746b056e65dfc4badd22b832060092b018cee22a096f0f6bd5fb0218e1b3a5ca8119e6c40bef5a6dc9cc74f34517d3a8997b1e0cb36479ccd6e46b3d9fe2de3159d0e8c0) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x178fd42698e846ab09f28e4b945bf51a573a5f67b01a50e7de386e0c2cfbd4d436ca77d0586aebfd3ebcf0cb03d247d600f2b025bc852bd51eeb61f0394f3fe553a2353272f8673a1a1720bc472181d16f884dd78bb17b080f693bf1ceb139430d2786584df371d15ab7529aec1fb1890818961979210babfe275729d11678117629b50b6971a5734844c856f1ad4cf909f85560e3a5dd049dc357e6806b2ccc8661032eb206cd718e27fa266f7e2f86240e655f72538936185697a94c122f7d) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x10875427dc85c110b01f3bb782936f27a8cd5466fa0f0cf5917befb74c467104bf0a2fa605d465d902e1ce414f571a000468b7ccdef205be10db5fcf6c3d935f273a2f3bac6329c30c1d5493d77ab1068a93f5f3a93de9a96e57a77ccec573f413c396a7d9e079253c98302ca3e10dde046279848c9ae49e24b14158f9091e84bbcd61e13f09b57cb310a4c6a973acff0836fa3e258df34ad0c89e7b280e92f00acfc220eeb5bf8647a30d3971f08987f7191983a45396d68454d552c903cd13) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x048e783c39590796da9ce919b19a7179fbf7ca422986428d9ca4c00afeb3da88f78e4f85ee312910119a31ac675803c703e8f3560833feab146988683e7c192154c6741f449f711ceb0b5c732ad8f488fe57cd5fe3e5b1eac5b1d43af705ac4d1298b37bce78a4bb17b138b420efcceae18f300c8cfdc6417bdb84ecad21ecf6dda75d040401061e07e19a114dcd059f0354cdb917a218179ed3c1cee43a2dd932ae73cde416730172e886321c2f828cf2fd2c03fc522f3df06f571685eacafd) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x1719f1a04b75f8dfdffa75695dd406b35d899d91325401355d2f3fc17abe20e6c04bf95cf265989050ea6be5285aea1708f5efaa1b197d90861811d8497844bf6b8e3cac9fb729bdbceb7d78bf324ceac87035afed4eff6b87efdea86974751e0d9ee16eb55482e287e2bdbf80d63dd5c83a1b16336b4ad078e2d09ce1255cf614209dd7a16228f242ef65c4b79fd2a71276c7a79747f69344c28692384b91b38f85c7bc10ae3f9ea3df0d8ffde7374d3a20f2ab662019b8770853bd39e21573) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x040a521e7f62b87f49a3f96b3c33b3f92db0f6bb0e708b6929eb59829bfddee5005e98176447c65e2054703be2fd10df0cca3815ceb23335da24867b07563b6d4696b27e3da1cb00a120bdb1f506113c0df675c1923a791523d83b45a13102c101ff42b0097527d2b1d88646b1e68513b7f61533bce07fef8bbd17a592f3d7dc5e148a165633337607495e614eba86b410ae2cb3d04d352036f95c34417364368b862a29199668bab9ff5261f94fb6e5a00f8eef9d0a3906e57720dd315f7921) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0f07a4dba873d6a94e491900c012798c4fabc655b547246881b8f32dc445a1c4b526f6df1c44147e840e5e19afe0b6961294f805495eed4fe60a9f7598bd74222ae3499b74266c75cf28c6f60710fc03900f6932086a56e746b0ee345c5f3bf1009058242c0583a7457a2e4453dd3b9a27f73d5880273338aad994a9fa6f7920e103611dec931e2bdebfa181a129bd130e002aafdcd6e3adcd33ec7381b4e1ee4ea00eb5d9aa23dabab75904097fb85580786a923121512aa6e3c2c2fea6c2c6) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x1652363a9bd3609c22f6c5f10c8768241de0d1c618e704b0e325394b315a7ef87ed5168d497ccf2c3a49d1d4896af16d09e1eb819ca6af9192af93b67f5a7421dba6341219ba2bd75a9e12811de4b51df938389f7cc9779a75c19057ef83a4010ab86d7781a14b40516ed6fcbca26854a57b2db78a306efcde40f68adf013dbc571f99e7474592016fab08f5dedc12f10dd07ea9e487477f24f901fca69ba33acfffd74fc545cc745e1130fbfc3fe35b7d9cf21f94a9aad692c1df2cefeceefb) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x0faee564e739a7e9d9b2eff2f35979f8c893d0fb5de5271e87ae9fe3ea42f0ba75d7eb1dca9693890de995b40ed7dcd600161d6fa0462125050a0bf369d9858cc893669f3984463d40af2547cf1a6dfadadada5f3c70d05b3b774b8e3683464a06a7830e2c2bbce87a8680b2493aa25aba646bca8b5b818a09581b7bb1be131e08c4168a043e45d56eb41b8b00a6507012cf7fb8520bf61b78bd019df07865c0b1d267e889b104551595f5034c798fc9b69dcfa5b9dbc6002e186cf9abfe0802) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x0101c54987955e4eb4a0f6423fd7b3a2f06ff5f2b98213529d2174c52b33f8cac47c770821a4133b7f153e98e1669f2f057ca3fe1f9420a22afcb783ccbc950d5e0c3c8a3762d66c31b627e93f9e169fba3269fc3cdc1e904d37c900b80254df10abedc8e7cf31a272448329518cf12c1cdb0edcdc5c895f841092a98a0ff37c3556cd079f0d821a22b413a56f55b6bb0de003bc4059dffd6153580abcf4b27b8426d9439e4d4da431c193f1d62c55e7161b2f790f4b31413aa8cfc1a1c45cd8) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x0568e06e680dcdbb2d68fe791e938363a7745910b3cb48d5b3a70aaa6f4e4fe2100334864bdd33033cec36ced33892cf0505e34bd60aaa951aa619535951ef24f633bc346797d240095e4826ecd461d6f8b0b7e61cb34a552f85ba7ea44ad32709f7e4e554d56b687ff494ed2d7dcc4861e1a67cb044a84327f9054b8e313beb68147d5adc70525b3dff7f358e864e060667f4ac5edfb803dee782e88cf9dad054d38b7192abfab52231b73b6410c2ad58920988189c07566290b4358d6696f9) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x0389a5e8cda6286ab1e92f4c6b4e42cae46fd148359499b41e621d960892732247f291284f305c17377a7f703c804ff80ee8cbc431aca16be396de371af1f17959524dfbee3c6bde917c9155699d4a2bf6cc11bbe9c1393ce8bfb67d3765b5330d8321fb114c6aea1587d420ce7ca47126a75180656ed806d530302b35e3aaba0cec9ec31f94a15248c082c1143e625f1344754b953b5ddc1ae40f732696c6f99d900dc880a78c750460822ea36cc86e9350a25ee4e4d82696111477b18ee9e4) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x041d34c5ddef9ac443dd7848cf29d87c9ee93f9a1433e0cf214e558e93d488374812a9d2b43791e8be6351ed6b0c8efb04bd817bcbf3426b059e7d0905931b309d41e46378a62d0ae0c335d754afd0f4aad27ef66e6cf81883999cc3e19d5cf300dcf814ace1aff20dd3e8cd77392190663679a83289becb9cb669b4c04c1328d11147e928d96e42272815b91d0602931219e805b8d2b35c3ce231c6ff70a93c3100b858e55e42c5f797fac45ae2c19b6afc3e9d4d3d24e0ccfd3ab23fdd973b) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x0a85418bbb38c1ebe99c3e1b76e509a9e765bb876c6a567b12e1e07d80a45d8de1aa9d6425aee533d38c716be18e4cf5123d60d85aa0d15271761bf6fe5c75d291602d0bbccaf7ea30625fb18f4f2012286abe933de82871e27bc995aee08ccf0a4a905214907b3ed66515c29319e705b2892d1f54eeb61010cb68a135b5c0eceebdae1f3e510d49223a79abbd1e5ce412f38eb5ea519c65f950ac8b4a274ec8d2742073d4d4603f050c8751202830f8d19465fc6024a4d52c7183c47be42325) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x0dc42d2bf532bcce973671bc74419a7d43b504f66667356c00b68126501cdd69edc6dfea8ca9bf757f9286c30aafb31d07cceafd4ea4ec714a310648ea80180e439a6ccfdc6ddf62b9876bd5aef725b4cf999f25006635d7cff2ec0b70abb92e12cc523377fcbb5dfd41cc087fbd675b1309f700513d5ea90d2a3b08cf005377cb34f64242fbd775ba63d5368ea6a2bf0d3487eb537b7a8ccdf230728b71e41056ef93b27e5476df0cc4246bca3640b37c1cdf1af59910a7a474148d55901b95) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x0655de0cf51271c9490062e29b8da70ee4c82939b26218118519aaf6298f2ef60721ffa7daa6a37133077b0dabd296830949eff2b5b24843c956b09c9417f2fa4820fd35ae9a01d5f0430329795f5e39abe6fd35ef8e9fccd43af92246207a5d0b37866f86062eb555caffeae739def30bbc454f2c8bfb1a2480e2f91926cd12b53f85691710c75802cf921b8a5b0fc016f834c60d5e79ce20b3172b777dfffae9046d09e52aa188e45be26b0e3e8e77b8328530a6446fb441a3e145535367bd) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x05b81eb847ac46ba0a7dd65998e59571ecd7ef546b7683388f631777015fa72f4e2463b4d193b8ab575b0aa8d077cbf105d25ba702f7c774572a60719894156141940a0a39e7ab838cb55524617826775b9ae494ad11213834dd86b1f02fbb5e12a932312f159aa63ff0817f8e4e478092fdfab946e5db0c05a0021374716d167cff0164ff823dfc39ec1f871233dbda0110bb37e8d5b4764fc40d6c7c62bddda525765a53385ead794d6442cf5b79fe14e2bf4a74874da68aab1507be8b31bc) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x007a9f1614d062b255a27b83458a3aff3c81866153982a9ce763dcd10e908c44656c2edd264a1b61396efade79d80499058cae9125376748389dbdbad55088d1509c1a6614c57dcfd3e1cc47395ffd9ed195ebb60dab36cf6b6083ca10b49b791363970cdbd6072ae4e6ca782f508abf0a2d7ebd87c3eeaf07fb0c6158a16a807e1371e1802fa090ffb3813049f22e02054688c54a9d803f46fcc3f9576ccfcaa0c7f90b766330aaab3a4ae32134dba9e48fd6830b503687fba4c8053fa6a93b) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0faee564e739a7e9d9b2eff2f35979f8c893d0fb5de5271e87ae9fe3ea42f0ba75d7eb1dca9693890de995b40ed7dcd600161d6fa0462125050a0bf369d9858cc893669f3984463d40af2547cf1a6dfadadada5f3c70d05b3b774b8e3683464a06a7830e2c2bbce87a8680b2493aa25aba646bca8b5b818a09581b7bb1be131e08c4168a043e45d56eb41b8b00a6507012cf7fb8520bf61b78bd019df07865c0b1d267e889b104551595f5034c798fc9b69dcfa5b9dbc6002e186cf9abfe0802) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x190a43e654201a22f136074d73670943f55d9aecb573265aeb468a3981be4312fb9a4433226bf732ee30785d96777902129caa52e3c917b52a5986a3a2e0988c5b4599758dfdd8b8024d4c7fe2367d32fc76daa9ff49908e166bdde45f92047916bf8dbb99122b1ff4c9ee86139baf105ee10e43b5f0498922124f3586b8028b7e625f823adbd245f727af481e8b857f066ff52607848581ba0b3bb234fae345836e721e87da734004ad9b2d5bd9c5715cf4a319fe1446fcd44d903696d7cfd9) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x157ccaf298e6f2f5bb8181cbaa6aa328017941016c64cfa74cc3e00f5cf2869f3c8860faa6ff5311ea350683ee5ff7c60d1e6e4b821dc8a93f62dc44a51ab22bc7abf454674c71ff827a180c3795023d2b1e68a8e7737751822f9c4bd6aacf000bb75ab2b25a7ab7fbe14bb31ee654e403414daa2555f7b5118f863e6bb7e21037bab85dbd91056da6ecada4865acde118c24c9e50c23fdffb2039a28462907531ba502403a4b5f4bf319d9eec76986d5e6b1073c144c9037d68c1d5c1206346) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x09401247b0ec3821e76eac4d2f7781b8a7103a3eca47bff3901144b312d388a85e73784b13283b13c790a3965b3ee30608a825b98c11eacfc5a49fc7a4926fda4530a264726bb64b7f770b03a7e0d8238656e983d1d0b09e1ba8b3a2cc8d95160f471fb3849b88618aad9d3887c4f3c4caf640b9df522199e31874b4fe25e3d47ffe876ba7581c1efcb61564fef5de411320363b8068921585104922eac63d5c761a91febb3c59c692cd1f7af390c7a9b194b267ed602ca04f6649b7f1c6c82f) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x11b8b6aa6be5808d466a05c0a081ad49c76b4981c090ec40d5aaff4f76769d2a40977832b891edb15c3183acd4ef27440c4d690d911c273a99fc02ff972e6065ba27e20963fd31cce1dad2f43262c7134505342cbb50986af5e2ccfd23028c140dac1d43bcdfb3db56a04a6ffbbefef37920745f008740ac0d203a0c107060da2c2d76541cb99106a4f6b2a92901f1c10cb83b3a5f8cd8cfefddd33e00e4d1aa74c943a630119bf7e9af37a2502fde14e9c7c7ea128d0d8ac008492180630b5c) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x0fc834b3e22f165ca01322359f1a444b9d908bdda1da37c73d859166e28eb2d18f364766fd1a9ce475088f5eb87273cb0102e1732224bcd7e357fd147b6f41919b90afa7c01a7ad1067f39c5f216f067ad224fd70182fe8cadfb05d0f42a5fb5004f21703cb18754d8e5dc7fe79dc7e2043bc50f7a583f399b5ca04d8941a92165403b4d845863dce7da1cff98d461b91979c4dc4e9fb3874aaabdfdc87ebd9f5f45c21ffdd8ad043643b2804edf9be567c641fad3f5a8b2b6abb8d6712f998f) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x160966746459617c6cab57b84381ec97015be3cc8478361f399648f49ce8c5fb3585add8e721ce81c4a352067dad40f30c5f2faa59125982009f01206706e6298133570dc4f029776abc6aca7c143059200a50e6ddb67a0550759b442300af52167c1420b0fdd70b2c44ab737fbd32e2c470cc29418fa553d502e8b1eb6e3878007aba165eaf4ff1b6743863895b4be706e1193be3ad7c6a3968c0d787989d935451aa17ae9d60568f4fb0507be96308243090e3ccdf3075faf8ee54c8a2f803) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x0d211843d3116fe2962e44424d5e1bdda2bc55b0c07a4eec8c0d417d3597faeb202e986cb03711e879f3286c8574615f14e779485d1389631195cce6b413184128352544968c0c48df886eb7284361d514dc38999f77dbf5d743add4bbecd4301288339cffd03d1098cc0bed90dcd583bec892c5f3c6922831d21cb8b7150c76ac4612ea5489c7476c1bcba216eba61b0a7447b1fd3d5383f5b2acd06c322ddfea84fadba0fcd995ec5ee701a34b9846e93974dd3cdcc5754bc7f21705b0b58a) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x0e9448fd828b81168cbaa65496078edf4690017ef6628e6cc5687082f255a16a9ad51bf31cd780cd03fd7946ce0b14460bdfcb61fa233217a63a372380068585f7fadc6978213e87c1cec52e52c5e84010446b4197e5e15ea7712f0603627eab0076cc785550ef9de1693c46481719f089d33d320fb58eb5e68c63f7dd3a4a511268506fe949ea89b320848d7c5ecf1a03ca948df7b1fa4905fc129a50b0b6e61faf0b05912f0c3eb397089a9752a228cb881331f7d6d9b1e44bfbf3f9090f49) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x090024be3e658d797ea05cdcf404ba80847cd69c3585217310973fbdd59b3ccdf9bec4437325f24816beefae2c2986b6073d93a3d5f5d2758dd6dafeed80c6e730a512471c227036b0cba91369f2c1043e8722c1d87de3ba901780a0824ad90204a467083e873a87884ddb1b6455d36314ac953c47dc86f01221c97b2c70a62f24b852c291d49845744c1812b85a2ebf15ab172859a93dd93be43b59d784079bedf952b6596ec6926a22ce8511f503805914b72752b022bb32faf521764cb268) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x17a51f0dc1e6bf2aa154ae6d97fdbf0f9549b8a8257fcf4a90229f0a001715515c6fa8ac0a97537cd0c87c5722014358147d464e2d080e68d648a9b9e85ae4b1e5d6001f08dd6e0fcdfd20c6932534de458127c9c39322227546d1d2b898b613072f7375c55fbb46a4e122a7e1c45de6d6319fa2c487cfbc5547c6dbf82b38c81e8bb765144e997fab37da639a14a8f018a22c427db84499cd2bba0c736bd9da03cd183568c27741b589f94ad59ae372a6833b2caafdd088fea7eeb2fdc6790d) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0101c54987955e4eb4a0f6423fd7b3a2f06ff5f2b98213529d2174c52b33f8cac47c770821a4133b7f153e98e1669f2f057ca3fe1f9420a22afcb783ccbc950d5e0c3c8a3762d66c31b627e93f9e169fba3269fc3cdc1e904d37c900b80254df10abedc8e7cf31a272448329518cf12c1cdb0edcdc5c895f841092a98a0ff37c3556cd079f0d821a22b413a56f55b6bb0de003bc4059dffd6153580abcf4b27b8426d9439e4d4da431c193f1d62c55e7161b2f790f4b31413aa8cfc1a1c45cd8) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x157ccaf298e6f2f5bb8181cbaa6aa328017941016c64cfa74cc3e00f5cf2869f3c8860faa6ff5311ea350683ee5ff7c60d1e6e4b821dc8a93f62dc44a51ab22bc7abf454674c71ff827a180c3795023d2b1e68a8e7737751822f9c4bd6aacf000bb75ab2b25a7ab7fbe14bb31ee654e403414daa2555f7b5118f863e6bb7e21037bab85dbd91056da6ecada4865acde118c24c9e50c23fdffb2039a28462907531ba502403a4b5f4bf319d9eec76986d5e6b1073c144c9037d68c1d5c1206346) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x17e84dfa0ea7d745d5edac21925ebceab64e50cd3aac7bbadfdd0a0f22b53f529ca9878711942dda334748ddf03375ef16f3d4876216621270a06d9e98da5dce50f032593c39de8a5d8a24b5b161dc778ffc4b8541a5acbea543899d28846821151e33cd504aa31852e324a540cc4cabde2b9005060d2b3cd83891f4bc7dad1b790a62608ae8ba6c1922b21cab0b072002f87e1d6f2e2ca8707a250084343ef5e6559d5823cc68dd6f626d680b421997918442e03a09f6536cc7c9a778c2e6e0) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x0c406abc6ba1e8c440436434ef7d9267464eff36edd585dfc75f577f365c9db3fb9c19c13e3e89c0a337a8b729523f32167a1833aab483ff1e412a71e267b60ba69b041aa8c5a59e6640cdaa6ff33e2a5bf1b60f32bd202bbb3dccc7aba613230756e1df0b2a0466aa7a27e21e9ca58698fbc22d840e5fdbc8cf1faaec79a41d833ca9d5f39011665fefcc17dca1390201d811237817821f0e9542d612bab688c8c376c13da0bd2c781263589a423cba089200ca81113526b8768dd3c737488a) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x16c262c40999ca1e5a1e72b13beaa919bc10d08466df19e456a033684b013d4100a36ddb6cdc3887dd97e8db4b86818d08e52a91709b30f3ad36e2593789e280518ae5e4ce9821d378bcd7882f6f70c1a7cf9dd2d8b15f985f0c2c5bf08f54dc0452b9dde9a272149bfbb2a32c6a1f69f659cf130c30a27afd3fa3be26bd8989d17f2be11b386a318b6972593b7393c90c4f22e1ed7f148d35acc321c3a3ee2069e368ab8df3635dc5950258afa398228d4d2c53dd3c12bf1361623a69ba2fb4) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x1487364b239f67fcc324212755b15f25999401cbd86cbf4a526807391fa6773593c9392810d6689a4a0558d89ab72f4f00d4801e639c8d4987569a262be2001af7f8e98ddbf41f37c054b21e1d6818a12f391dc206c558e9f04148dc00a530820fd747276d53488214eb0cf8bba8e4711a4c3c209078a01293ce06d900d3c1a3a2060a6bb9a8f94ba6896773ab2061ef0ac7f39533e34c6aedd26dda7abdb3e3489d17d1636a65017423a7ec696e4eb00bba6b15907b606c719ee4c3cd341958) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x031951f3615a669880243165f6eacc6f5fa02daca321907ccb06770cdcd9c92d368cf58cc4da05fe857e9fc551744c8201b4c54cabf0c8d0d8d49872393aecb32aae3b1a3441ecf7bf15bc1d1dfb2aece9ed92afed8a75c7508ec4be49fd8bf00059bceec915ff60237a600916ae589dfba6dffb71d552f65d80b042bcba249f906784869c6445303561565e0e17f0841977e319775541feba65f0600e082fadea21c5ab09b0f9f6c79cab5e902e3de712104ae6c254ebb000cac8f3dfac9726) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x013e98c54426b5c356a094af259f5a6c3e3a16dee1b4699157dcd7b4b3dccfab401dbf1b628b60293512b5ba8060c7b80f3360d8b7afc977b5ed76e640ede1cd785d0c021a0478d6be0f43288ad75dce019551110ab5d251bc6c789b8a4d9c74078c767bad0eb06bb1447818304a37280ffefdfd862b137572fc3e2131d03cdc89f2637227e7303e7ab685f87d5f386e00102910864b02ff09d9ef9b534486c11b9ff933e8d2445137fc01e0505986e28b0c4b1608e5cd646a8c5a63b4febd77) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x097aaa14ee186c44f4781526acfa3a83929f5e39c65ff1266b0133e18d4c6ad549087a2aff86235eb6080f2c6f4fe2d1046748aa1dbfa1ae72dd3116fb4ace512d11a4df272bf34fbddb6c8020791cfdfd29eb4508e8bfd54a1d8b7e16535f7904eb63f70a94be19eb06f2a337006b4583267b9d8ba72e8eec424a445b423118a68a0ea992345c8ef4a13cb68e8ad80b108e284b312f574cfa7afc3ab6d9598cb342807b7686c2326d4d7a257d73ed383a420287d2e3c38eb321bdbd2aa861e3) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x1390ef409a99796aef7b741837f04ac5b0971436b71987ed2164e89950b9834257d50b1e1595e7d423b70abbe9ab5d33110ba5f262ee8cd728c8d20116827832198aa304fea6bf519d767260f947027f544903b9ec4ad73b0404f705ad1bb7e70b8f4bb943637d1830d31f24383f251ba5d64281472d5230fb974afdc27014af81689d5f830f17b76d4fe61b6bbe4a21128c6036642b9f636ab3215921545b3d886df46475f9a11a4ae9a173069675a4a02560a7dd717f7d204427a5b33563f9) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x10f1197dcb5335bbc9fd9b0ee96ed160c1d8cf7cd5a2c23550f75c7d41014328934594c87d0fc79690575e3bcad723ae094a72493ff86d36163129d59cff970820a9ea2a9ff57bba76aeecfc378e14941030b91bdfd0710d2d531e368b1959ef035d6b262ecfbbe0277c7c09758fcba6fe5b3f35f6d3e2e35b45f22beb6873b4e4a3b4293e58230ad4318313c3c6ef5c11e4fa223503b33cb6bde56d611716631b55c3307946a72b7090f12b6f04695f2432836516d65cf70e76dfecd47f3eba) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0568e06e680dcdbb2d68fe791e938363a7745910b3cb48d5b3a70aaa6f4e4fe2100334864bdd33033cec36ced33892cf0505e34bd60aaa951aa619535951ef24f633bc346797d240095e4826ecd461d6f8b0b7e61cb34a552f85ba7ea44ad32709f7e4e554d56b687ff494ed2d7dcc4861e1a67cb044a84327f9054b8e313beb68147d5adc70525b3dff7f358e864e060667f4ac5edfb803dee782e88cf9dad054d38b7192abfab52231b73b6410c2ad58920988189c07566290b4358d6696f9) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x09401247b0ec3821e76eac4d2f7781b8a7103a3eca47bff3901144b312d388a85e73784b13283b13c790a3965b3ee30608a825b98c11eacfc5a49fc7a4926fda4530a264726bb64b7f770b03a7e0d8238656e983d1d0b09e1ba8b3a2cc8d95160f471fb3849b88618aad9d3887c4f3c4caf640b9df522199e31874b4fe25e3d47ffe876ba7581c1efcb61564fef5de411320363b8068921585104922eac63d5c761a91febb3c59c692cd1f7af390c7a9b194b267ed602ca04f6649b7f1c6c82f) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x0c406abc6ba1e8c440436434ef7d9267464eff36edd585dfc75f577f365c9db3fb9c19c13e3e89c0a337a8b729523f32167a1833aab483ff1e412a71e267b60ba69b041aa8c5a59e6640cdaa6ff33e2a5bf1b60f32bd202bbb3dccc7aba613230756e1df0b2a0466aa7a27e21e9ca58698fbc22d840e5fdbc8cf1faaec79a41d833ca9d5f39011665fefcc17dca1390201d811237817821f0e9542d612bab688c8c376c13da0bd2c781263589a423cba089200ca81113526b8768dd3c737488a) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x1187c1c4a41b057967c7555492ebbf1901b3879b0c245fc07eed3d75b8fe214d27b4b192d7787dd9efb6144cafdf0ef319040d583646a66954d38d4d0aaa83cf4988fecb448ed5c20d0e30b0f2ebac49d6c35c62800271c84148960455d8d8c302f15044e389412d432389b608bdfc7251ccdc555904248b09160d12c7dcfea3f6d675ca2450a3ad01fee0db94dc7a8d1937a1a1627390ff2e1bee480e4cb54037c7b8836049a39d758ca6c4427dee464ffee79576c66d33e9443c7716a8d37b) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x028f518613b138505c6d90b6e0121e01fc99af5cea6ab138892fd2b360212342d70074b5533f45650fc0b9393fb67b7a0770e4d54774c2d27c041f17020003719f9ae0e02d894ee0426cd065cbf5c637f1f2c64714b70deefabd21f9bff17bb900874197fdf56dc904c80dc3c13cb6836cd55be0d154d9385023f48813cc7d27b4386f1c357dd239962f527d4be0b2861261781e283e1fced9e8724f2047843ef1d2de89b8350f2ef0e654e3e053aa0aef768ea4919129f6a5eb26bb7c485384) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x10cf8ebadc5b77f21fd9ac63f34ffb8b27b266f816f1151f9d0b74bd20722b4bb5146f6635e5486a82ff1ade692851580e294b151f624dab1bb74c7666cf3183e19b41917c61a0a837d0f1fada5ff601f07165d9ceaa1e74eef48108161b573005083a3136786a6fd87a67e01eb7f228be41714f472dd977839b07e59481aa13dae5255ca79b7e3ccd8c3e94586b55200614032b6ce4e08bb441c880a202faae212322f211774073a531da09ce865b7f1001c1d126ef190071e29b942accd31d) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x0466cc739385018a0585249bf02ca21644f56aee02fc8617fc0b7339f34147f994ab016068b77ec03025284d28cb334b033f3e14fd9c2c9acdf961d48b6456540663f504a8cbf28f40ac43c0d1d6abe2386810a63893fd69995b32078d98c4b00c08708b17362f86be1222a05cdeab17adfd8679f0b03d18c5301f4d07aa51fa1885e1bb32570189260dda42bd7de0f70d12c41a910cc32154f2d2c1320e473669a5b071bab634f561c2f0a98f72324977c74b7041757907d6441d847ca103c3) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x170489c51747e88f11af77fe2d5a8e3615e99924a106963d8c34a966f643a7eb66bbad37c2c333cce34a9971f2ca87a8115b884e4f6c964127d3741fb6fe8b19a81108fb38135498dc4e582bfec87981bb814294c8a5e09dc7fd06097d253c950045ebff141ac9afd3d848fe89b37373978bf030afd38ad713caaa28ff9138d0bd0f6c4a323cc96864e1b1b6aefe1b850feec0b7f1b911f2c320f30411c33737251637803ba4ff4ef1fd480b9b98305a5a5f9ab4faa92b169eda541879af36be) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x1583640fa782fb3c949c9a89b95e52818fae6fa7f130ffc5a8304ab7f78fc4d0050b0061a8e90b29f334fc7168084f4810486574b450bc33691aca553a6aad3123844d39c265ff52e5dc66f0d797a80cba141db073ba767a1021c654eb1a316b0193bd94baca5c7c0fcd370532502b6ac4eb19b3d10a3f4a48bda5858a888c5df42dc9153e70cdddd7393fe381aa1c6416e2203e42a66b43189b3789270d20ff285e3279667e01f18f686caed2c0a252d306afc2598a17ed518acac4e8b1b7ed) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x0bd2a8921e426f811f8ca3820348cff6dc8efc095010d4068717724a3a076a565e609be3f1c78c4b37a61dda5259a3750e70265a91f14d71b38ab1df6f14ffc11f8ff8c552401dc1ec2a70862905724a928888ab5000cab2c206f147f49a9e01019581dfea445b53898ad37d69dcd97f00db2023fa4049a3a3fe3158275aab62cc16f14f766dd9df07852f7c5df27b2111dc81ab19b80f5842c7763b036090e3a8368b6db669d80e74c0231073a46835f7dcb34aab2bbb79faad55940977dead) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x0d81babfefbd132108cd4e247204997823727cd2267020d505821c2ae0d5a73103d40fb8c876492ce84fa43b7c97352202344ed091fcb8a4173325899b70122da54d00e67f3265676204f06d952b21d92605a7d70e1a9fb7019201873755239f06730064af9a494bd52ecb00250c317bf067df6a6eda21bc92c9adfe746b056e65dfc4badd22b832060092b018cee22a096f0f6bd5fb0218e1b3a5ca8119e6c40bef5a6dc9cc74f34517d3a8997b1e0cb36479ccd6e46b3d9fe2de3159d0e8c0) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0389a5e8cda6286ab1e92f4c6b4e42cae46fd148359499b41e621d960892732247f291284f305c17377a7f703c804ff80ee8cbc431aca16be396de371af1f17959524dfbee3c6bde917c9155699d4a2bf6cc11bbe9c1393ce8bfb67d3765b5330d8321fb114c6aea1587d420ce7ca47126a75180656ed806d530302b35e3aaba0cec9ec31f94a15248c082c1143e625f1344754b953b5ddc1ae40f732696c6f99d900dc880a78c750460822ea36cc86e9350a25ee4e4d82696111477b18ee9e4) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x11b8b6aa6be5808d466a05c0a081ad49c76b4981c090ec40d5aaff4f76769d2a40977832b891edb15c3183acd4ef27440c4d690d911c273a99fc02ff972e6065ba27e20963fd31cce1dad2f43262c7134505342cbb50986af5e2ccfd23028c140dac1d43bcdfb3db56a04a6ffbbefef37920745f008740ac0d203a0c107060da2c2d76541cb99106a4f6b2a92901f1c10cb83b3a5f8cd8cfefddd33e00e4d1aa74c943a630119bf7e9af37a2502fde14e9c7c7ea128d0d8ac008492180630b5c) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x16c262c40999ca1e5a1e72b13beaa919bc10d08466df19e456a033684b013d4100a36ddb6cdc3887dd97e8db4b86818d08e52a91709b30f3ad36e2593789e280518ae5e4ce9821d378bcd7882f6f70c1a7cf9dd2d8b15f985f0c2c5bf08f54dc0452b9dde9a272149bfbb2a32c6a1f69f659cf130c30a27afd3fa3be26bd8989d17f2be11b386a318b6972593b7393c90c4f22e1ed7f148d35acc321c3a3ee2069e368ab8df3635dc5950258afa398228d4d2c53dd3c12bf1361623a69ba2fb4) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x028f518613b138505c6d90b6e0121e01fc99af5cea6ab138892fd2b360212342d70074b5533f45650fc0b9393fb67b7a0770e4d54774c2d27c041f17020003719f9ae0e02d894ee0426cd065cbf5c637f1f2c64714b70deefabd21f9bff17bb900874197fdf56dc904c80dc3c13cb6836cd55be0d154d9385023f48813cc7d27b4386f1c357dd239962f527d4be0b2861261781e283e1fced9e8724f2047843ef1d2de89b8350f2ef0e654e3e053aa0aef768ea4919129f6a5eb26bb7c485384) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x0b089de7ee48558091087fccc178d589012ad887ba74494ae8f9cf9a83e4fe609d679b4dc9edb8d21051cd1a8eb5113616420b9bf9d9889b463ac6a54fca9758388d083d2021cdeb06bc324879e3295ca54fd7f52d28d074037fb004730923c9039674578c7ad67c991fe824b4631db3f2364169a046824142803dcdfdf6bc529b78528f27f72fe11a052b6b9fc199fb09f4b7f35160469f2031abf6d30be668820f018ecd195e91bb62909d9d3e7eafb3a6bb40321dca20db58544680915607) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x16b49b64c01860908a2c55bd6ec9a792bdcbdbe388163db9ebd49065fe0a8658a6bd1e5d7e08fe288c48f321bc7fc08b09dbda34423396476ad4ef81af816f8e8ab25f4c548e841a9c07f7a1698586477d79dc64e2a34ddd31d4e0b83aeb0c4212df349c91d43a78d9912aa35d94ad6943ad32954824982fe3d425606d6d2c90b84a8e934487879644296f7ddaf4f97901e4493caf0b408e47c095ad1c4393a22286e386f7291d736fa21813b8de5c92ccb94d80923e082db44f5ce306355066) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x16e0903fd39bec397180063fb1d34b97fb44a3964921a0f0e54213f80e2f1b0f155dc773281c2ce9c35a9841b4f0822f0f15d3e82d629849bdc901147897249ffd0a00380cf214be77bb596918134f31f7520971919ddbe94ff598096e010a86038fb77c5bc0ee5e8d04368d5bd7cc9ee3c3a149f8eb2eca49cfa2031666e7ba0e6d42940cf077ab82765503312e465b0f1fc38ea8e88f8724faf3b3ac9dca9e10c9c374f41875ed61116454a899d0aa413ff4109d50ed4838c3e74e5a63681e) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x1242ac850b78779a40f548b2ec3e5dde33bf432def2c6790a8099096ad6933e2c7faa78bde8a4d4e2b586d6a4d1f4225062fdff88df3cb0df8d5e2097e53ce61b17e211c63579aa95dc63df0a1824ee36852af030034bc218b9b1ce229cb9c8c149807239b0e175e864c704ef55ae2cc2ec33c71186461caee8e7771c5ca4d2eda4388d8fdc15090e026b3654d049957114812fdd6b7f9fe01b98c1c03eca0b7fd62e0113d902ef37f3bc5191182c983251af153b36f478c3eac4d967a5820ee) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x16e6319ec68d88c4ec5d017df123af94e924963d7e62cff44ac709e22282dc904f8367e30de2cb40af8a237a9641e82f00a18451fe0e97eb1c88b8a05aacf8fd3756c4703cae982bf8b9af0f864a0afbe62feb1a532aa8f8b332168b6c298055179319c180a36ea2b55096b645e8c42f31cfae50884cb06263ffe11b0a210d7f3bdb1ebf2acfeefda47cbfb717487e870255e5ac63c4ec740e2a3aec2e5134c6ce8afd43a1c793c42abd87fe0fa93c578dfd6e5d604510e1a8109b4b35b172d5) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x0d6af0671af039e4046dfa84fc7aef856495f732e95a24e0958b9729ca4b87ccf8b115ed6d1b60265b838116f5c56c8e0e1732e3dcaaa2c0a44c5f58a3e2cba84005b2aaf4fa70b995d8c30f5d0c25c0a9f3b6388ac91da8f7c4c9fd084917e80c1152762adcb783bc96ae1e2c37d6870a174b5cbdb1adf5adbda7d88671247471b36c9d5573ecebbd068087f45dee5d16925acf0e18b5adeeb1d4659f2f8df4e8af39da572e425c796f486ba67e05f3b7c15747f35781294128e32cc66ab87f) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x178fd42698e846ab09f28e4b945bf51a573a5f67b01a50e7de386e0c2cfbd4d436ca77d0586aebfd3ebcf0cb03d247d600f2b025bc852bd51eeb61f0394f3fe553a2353272f8673a1a1720bc472181d16f884dd78bb17b080f693bf1ceb139430d2786584df371d15ab7529aec1fb1890818961979210babfe275729d11678117629b50b6971a5734844c856f1ad4cf909f85560e3a5dd049dc357e6806b2ccc8661032eb206cd718e27fa266f7e2f86240e655f72538936185697a94c122f7d) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x041d34c5ddef9ac443dd7848cf29d87c9ee93f9a1433e0cf214e558e93d488374812a9d2b43791e8be6351ed6b0c8efb04bd817bcbf3426b059e7d0905931b309d41e46378a62d0ae0c335d754afd0f4aad27ef66e6cf81883999cc3e19d5cf300dcf814ace1aff20dd3e8cd77392190663679a83289becb9cb669b4c04c1328d11147e928d96e42272815b91d0602931219e805b8d2b35c3ce231c6ff70a93c3100b858e55e42c5f797fac45ae2c19b6afc3e9d4d3d24e0ccfd3ab23fdd973b) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x0fc834b3e22f165ca01322359f1a444b9d908bdda1da37c73d859166e28eb2d18f364766fd1a9ce475088f5eb87273cb0102e1732224bcd7e357fd147b6f41919b90afa7c01a7ad1067f39c5f216f067ad224fd70182fe8cadfb05d0f42a5fb5004f21703cb18754d8e5dc7fe79dc7e2043bc50f7a583f399b5ca04d8941a92165403b4d845863dce7da1cff98d461b91979c4dc4e9fb3874aaabdfdc87ebd9f5f45c21ffdd8ad043643b2804edf9be567c641fad3f5a8b2b6abb8d6712f998f) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x1487364b239f67fcc324212755b15f25999401cbd86cbf4a526807391fa6773593c9392810d6689a4a0558d89ab72f4f00d4801e639c8d4987569a262be2001af7f8e98ddbf41f37c054b21e1d6818a12f391dc206c558e9f04148dc00a530820fd747276d53488214eb0cf8bba8e4711a4c3c209078a01293ce06d900d3c1a3a2060a6bb9a8f94ba6896773ab2061ef0ac7f39533e34c6aedd26dda7abdb3e3489d17d1636a65017423a7ec696e4eb00bba6b15907b606c719ee4c3cd341958) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x10cf8ebadc5b77f21fd9ac63f34ffb8b27b266f816f1151f9d0b74bd20722b4bb5146f6635e5486a82ff1ade692851580e294b151f624dab1bb74c7666cf3183e19b41917c61a0a837d0f1fada5ff601f07165d9ceaa1e74eef48108161b573005083a3136786a6fd87a67e01eb7f228be41714f472dd977839b07e59481aa13dae5255ca79b7e3ccd8c3e94586b55200614032b6ce4e08bb441c880a202faae212322f211774073a531da09ce865b7f1001c1d126ef190071e29b942accd31d) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x16b49b64c01860908a2c55bd6ec9a792bdcbdbe388163db9ebd49065fe0a8658a6bd1e5d7e08fe288c48f321bc7fc08b09dbda34423396476ad4ef81af816f8e8ab25f4c548e841a9c07f7a1698586477d79dc64e2a34ddd31d4e0b83aeb0c4212df349c91d43a78d9912aa35d94ad6943ad32954824982fe3d425606d6d2c90b84a8e934487879644296f7ddaf4f97901e4493caf0b408e47c095ad1c4393a22286e386f7291d736fa21813b8de5c92ccb94d80923e082db44f5ce306355066) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x16e8f7907f9448d12ff6d2d5db462cb603d3d65691f00658b5da524caa92bb3a97451b1b56acb7f5c205394ea137bb700882280d8881d6c6323ec438d423f5694fd13a6d4cb773764ab1aa5f4c451bc112d6df349f4d02bf2730536821d52ff60885014b74ff7058fcd203adbed59e0d24b16f1b3114f1f9eebdab2d5c58cf404b1f9bec447f2b1afc9afa76859098ec18796fa8fef1fd674a5bc23dd6204bf736855e123e46262e489450018088b134dbe70459ec525945d24b619d857bbce5) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x01df9017974be93b18af1de7f3bd83623bea55a23a588f529c1e58cca91103e9cb5e865160b41f1110bb2163f66de2940f84486ba56622f5cbe0d0ae166fcfe72231aef90ca7f9905fa797e536a7ad531c67973162a136059a00a6e6825797940a3383f4163365349e112037a963f1de6df3e45f1b58205a4c18cbfbddfdcb10ffc271f3239aa288aacf7f16650439d415243fe31938fb300a1ff3aaf17d18ce639945ab4698d69a160813f267f2eee0031dc6bd3975944f911fe57be6cd56d1) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801' storage (Some 0x18b4558b569b0e5b227388c9d844dc37bc0ad40ee5d5098871d396e09b7f85db50b78b2b33fbf656d02e83b45d04962e0ac8336661fd1bee9f074f35f3413c81d22825c469c70afcbfc724ff25750b7598493ea501e5ee79e0fb2d1e8fb5ee9f0b95aa27a6f20c52438ef3daa6f03c8bc41db48fb24fe73921425b1b4906bc60ab7e4b4c290f3c5aeef9a40f094e3dbe0a031822e3366d77078f5e93a80f8035f6f2941593f4f30481399f91431ec85dfc81ce11b824e9b7c08da1634b8e9c83) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156' storage (Some 0x050db0ea21b45502d1672a82bca3e6305f8a37689460f225920f4de664a9b3df4912f035314ec9b35d972ba67a522b8d11031b259adaaab72858a94000b15200254698fce139fe4f647a3a38e759144d7c7a12fe263194e3443b95f0e863c9f804ab9bf6e3eb7dc3515644dd29e5572f1ba34a18feebd12da678d35fffeb65071d18bb2dde6b6e70fbb14458e5adee12113aa6dcc7d3f7c25b84031fef1ce34e8b7eb8921b9ccb08d7a49f4c54e0e2cafe9eb9a009d86f2d118c784848c67db9) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327' storage (Some 0x0a300f596c740d3a332118e868fb8a0ea04688ebb394489785ecebf2739443b346b324e3fd9246050d0aa1d3aea9f1ce0ad93338ac85b6a66c0f3fa35c81ade175275570facec6395631a1d5a977afbfdd44dcd174d2d782105a1503d25e9baa1717a6f3d40df12d5003fbef8dd4e176fdafd6c1bf5e62908aa160ecfabbc1a9d608c32417a1221d589f70f5335603200c9e15e9288f7fb90cf7101301dbfde0ee2051b698310f855b1d876cddc553d4ac3a88f8de8a99d7645595b4ee64d3cc) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca' storage (Some 0x10875427dc85c110b01f3bb782936f27a8cd5466fa0f0cf5917befb74c467104bf0a2fa605d465d902e1ce414f571a000468b7ccdef205be10db5fcf6c3d935f273a2f3bac6329c30c1d5493d77ab1068a93f5f3a93de9a96e57a77ccec573f413c396a7d9e079253c98302ca3e10dde046279848c9ae49e24b14158f9091e84bbcd61e13f09b57cb310a4c6a973acff0836fa3e258df34ad0c89e7b280e92f00acfc220eeb5bf8647a30d3971f08987f7191983a45396d68454d552c903cd13) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5' storage (Some 0x0a85418bbb38c1ebe99c3e1b76e509a9e765bb876c6a567b12e1e07d80a45d8de1aa9d6425aee533d38c716be18e4cf5123d60d85aa0d15271761bf6fe5c75d291602d0bbccaf7ea30625fb18f4f2012286abe933de82871e27bc995aee08ccf0a4a905214907b3ed66515c29319e705b2892d1f54eeb61010cb68a135b5c0eceebdae1f3e510d49223a79abbd1e5ce412f38eb5ea519c65f950ac8b4a274ec8d2742073d4d4603f050c8751202830f8d19465fc6024a4d52c7183c47be42325) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732' storage (Some 0x160966746459617c6cab57b84381ec97015be3cc8478361f399648f49ce8c5fb3585add8e721ce81c4a352067dad40f30c5f2faa59125982009f01206706e6298133570dc4f029776abc6aca7c143059200a50e6ddb67a0550759b442300af52167c1420b0fdd70b2c44ab737fbd32e2c470cc29418fa553d502e8b1eb6e3878007aba165eaf4ff1b6743863895b4be706e1193be3ad7c6a3968c0d787989d935451aa17ae9d60568f4fb0507be96308243090e3ccdf3075faf8ee54c8a2f803) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c' storage (Some 0x031951f3615a669880243165f6eacc6f5fa02daca321907ccb06770cdcd9c92d368cf58cc4da05fe857e9fc551744c8201b4c54cabf0c8d0d8d49872393aecb32aae3b1a3441ecf7bf15bc1d1dfb2aece9ed92afed8a75c7508ec4be49fd8bf00059bceec915ff60237a600916ae589dfba6dffb71d552f65d80b042bcba249f906784869c6445303561565e0e17f0841977e319775541feba65f0600e082fadea21c5ab09b0f9f6c79cab5e902e3de712104ae6c254ebb000cac8f3dfac9726) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9' storage (Some 0x0466cc739385018a0585249bf02ca21644f56aee02fc8617fc0b7339f34147f994ab016068b77ec03025284d28cb334b033f3e14fd9c2c9acdf961d48b6456540663f504a8cbf28f40ac43c0d1d6abe2386810a63893fd69995b32078d98c4b00c08708b17362f86be1222a05cdeab17adfd8679f0b03d18c5301f4d07aa51fa1885e1bb32570189260dda42bd7de0f70d12c41a910cc32154f2d2c1320e473669a5b071bab634f561c2f0a98f72324977c74b7041757907d6441d847ca103c3) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7' storage (Some 0x16e0903fd39bec397180063fb1d34b97fb44a3964921a0f0e54213f80e2f1b0f155dc773281c2ce9c35a9841b4f0822f0f15d3e82d629849bdc901147897249ffd0a00380cf214be77bb596918134f31f7520971919ddbe94ff598096e010a86038fb77c5bc0ee5e8d04368d5bd7cc9ee3c3a149f8eb2eca49cfa2031666e7ba0e6d42940cf077ab82765503312e465b0f1fc38ea8e88f8724faf3b3ac9dca9e10c9c374f41875ed61116454a899d0aa413ff4109d50ed4838c3e74e5a63681e) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18' storage (Some 0x01df9017974be93b18af1de7f3bd83623bea55a23a588f529c1e58cca91103e9cb5e865160b41f1110bb2163f66de2940f84486ba56622f5cbe0d0ae166fcfe72231aef90ca7f9905fa797e536a7ad531c67973162a136059a00a6e6825797940a3383f4163365349e112037a963f1de6df3e45f1b58205a4c18cbfbddfdcb10ffc271f3239aa288aacf7f16650439d415243fe31938fb300a1ff3aaf17d18ce639945ab4698d69a160813f267f2eee0031dc6bd3975944f911fe57be6cd56d1) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7' storage (Some 0x110594337db827f5e6559d35aae9cdb28a727ad4fe9898737fd454a50ccbe28f152f6c9f3b0dd66f462bc0199ef204290d6324c2966a07481d449176f51464e6fc53c2b8ca76be490abc0df341587a719fe4131467ccd4a0ed2bf0bd993f7ce8192c6afb17be170babe59ab1b52ac010aac19544e888943ff0257dd4da52ea75b0da1ef7d8e2a29a28b506b9d9210a2b006dd5994ae3b78e81b217d2750caa0d29dcce23ff7e697403fa380a7df279a55a42bf990c10b1eb54a20b86f2aa97b4) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- mul.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- mul.out index 7800fd19a1c5..d5b7a67c801d 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- mul.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- mul.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x080b4550187f35017cdf7084f2427586dcc9e3bb5f254d3059b1d0e9029f7a9a12f1f34581992dc99d26fbadb8a4bbf6184cf390e5a04138711e8b47eaf2ee31620ce75d15b8eed650b82d53c69363866953261b50f7cfec0bfaeadf87eae8050bf14d3e8b1914bd903f0044d4bf550b6b76ebc01be4716afaf0b4b1ebf025a979368539aa65ad9293f18dff874823eb0f58f4f1d138c902a335a80294c136517438ffb91545268060711734cebbab770e34ad18ef149ac3e4fa884ceb4b7443) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x00bc7bce08dce7ec829d7a13ab2faced9e717f30c7370b8d6cc7b1bb46d1898f0743505348d83ac3cefa91dfba9b0b230f62f20c8f71df32769d5b49c1a4cde32cf8f20a05ace136e4dd9737baaed000bbbca439f7cae438f3fafa6f3c599f250d771456237dcebfbb68264c96599e9c949ea7a425021f75a5e057472ab9a1ee30bddad75b57c0f2fdc436daddac8b7c0b022e6eca54d3cdab5fb2d33dd771992047dfce1146c59036f3ce011800e2939721431c83f971237002a0d555d62138) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x03a989f5e9c957726994e2af30bfd00313c8c1af1d9e6f353bd179d403b6221bdea2a8af62bb98b5982cc551699116f20492bd7a87456de1222bd45fb4e85b426a4db0a4581a2ed86cefd2d15ecd81873ed91f70db079866a19d399f41b648f813b5c3a67ba6db557ae831299ece46ab98ed6134014019675b885c3708f7bdd99ad3d57756fe2084f7fd0df9cd47027c186174431b56442231350b7facf00fb9ec214bc9af97ab093573e97dc5838d2b173d11b7cd064122607263fa116d16da) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x193633a1df3e9c976d71fc7d3fad74918da1fad919ca9cd1fc174886d5966cf26b17ff31641ba949d1b6ee785916d9ba0344ff7dbf56bfc10ac546ed2dd0a4cd826a0d1cddd189ba718c15d4adc35856566a85b09b493c91646213821754c05412caf16bc7366a6dc39ff27e8b08fa60037b50b6c84d2b51986fe5f2ba76ffab43fcb6a0cc79a07ad777549e38cb252407bd677f34d6e810d8cc5dafa0f6503c5e0f09ee20f561778a83491745727e6da8fa3f378d4cc6594a3673ff04ec8303) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x088b49ac24b1bb213a8f5928cb16fb8bf89e44bc2b6781ecec6d32baa1ac0bd0efb4beb89df3561434065ef6e9de873204ea33f8dc13c9a07edac755fe0137afd7d2d1b22b8d7577275e09c96a3e5d92a97148806d9cf11bc2aca2dbc53820c20d8d042fa14b47ff7b93784298bba93a50cfaa9a79d875dcbbc108d8169ed51ae4795c819235d95bc7331befe813369c0b1c68720930a710e635afe84a99518bee959921b04116b95076f13e5b9e74629edffb119900454ec11087e0b6305b32) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x0e4970556f8f0393b84dd0acfaa48537287b24a4d0c0a7bb1715961b20e179d5b95e97e8aa34958e71ddab72c04e2b921678b10e90e34486fef2db6785da364e836d37b9a214a35d3252c3dfe9277d4df333eb9839d437e3e5fb18bf67d74aae121289a9fdf6fbf2edde120e5b99f8c3b374ab7c13e1258ddb115d4b08680d9f62d5082f27bbcdbfd7512877c630340c09658ceed69e7603235f1fe2b86c6586d7595119ff74892da6f5618f4bb6d9e1a6e17fb3620a52826e4cdea473976061) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x080add8f0426f9505b5fdd4e17acfd5ab4c31d5d3e4cc0ecf91ba42598b3af9fcda50cb6dbcd5941c643d70cd877bcae0fbe1d50a3275743237fe7fd82520eb1d18c4eb32ce3d573a97bdd5f48af83c0ae02dda154df544f3456673ab943b5c8047efa1153f8c6b07bcf1aac4073f80b4d8e39bfc6b1ca2ec75f240bb1213a2c2feff0707cdc78467d39e9070c197b450bbea0c527b83f56af225ed946dc98e55e57ce7e6c9d479bcdf1f62b86dc7eaff5662878dc04dc20df57e67d5a06e1d0) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x18cba79a989acbb00d64a7d7878cf2648874a1090d3e40b518355b1a384f48b4027f810dddc5be647023f666c4bde527128a028e952f95bad52b7cf076e6ca99ed5f8160848fcc02eeb780738ef5184a92cd8bfaf8c86c4b4bc15b5ef37932461114fc7d7203b105b0a609ec1770afa3a4a85b5802ee80e115d9f121822f2330db572d79990dbd58527cd13b703ab34b03a57838853edcb170450f5c7c20f61ca97bfcdd223278b9eb7c556a15ace5e959f27a67894d9af41821bc26ce2dfc42) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x09b08d80f11c18eae208f0cf4f0a3000a934c67afe4d01ae1bedd78c86753e251b210b0563ec9151004941601b1fcdf304285333862833f83569e4a6d769c740a4fb256d401d6cd475a6faaf06b3cf8ad2c14c8f00d29f268c050dabef06c9ac0aa45b530cbf92516bcc81b9bd662076d87dd7870aa4824906f61d6186b68925d96062b1a103463f48bce4fc8bbcf47e0aff4b0b2f74e46ae06f8b40991e6b13516396e264fcc78fbe7c94a68e114d6afbfc386ae75dc29783fccff5f93deb77) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x1647a67d6a6e7b6d058c4acd5a8d075fd6613bc63548109a74eb74e79f16ca6c73315d18492d551785fe7b53be40bec0004a62366b5f7167743bb723b6c3976e1cef9a55e0aa37578072bd0dba2079396a789044a49c631d879311efdcf2acf71184e8de0e688e4ab064d54e59e53aca91df0c3db5226d81b47ed64e80c5a5c6e5184490f59831bfd6acb491e39d056c0fb00969176fb34217462f4284eaedbbcf49dc0e00af5e6b20a7eeeb96f68ee9e629617ce7a6a593313b744df0d0e403) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x08c4b1133fb04221ec4b3c6157b6b3b47083f68737d0196ea6cdc2bf2e4cb701620817b0882027c0983671e11ef124e70c991a592c11c52c5e9e39c33532fa3affdda445eb4aa0912e6d99598cdcd0fcc725c2671ecae0b195882ddd122906d601d0a7bcead1c48603b7ca82f171181e7eae23937ee87817e6eb1ff6df5103d1a9c7072818f1fcc3796431797dc0aa5117b918e1f4e6c0a2a868ab37dcd6d16c4adab33fa39f7c2814c0ec4d6cf0a944a1ed86c87f7e93fab9861b99342ad0f3) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x00b50d7a32f7d7161d1a64152001ce9ab734ce2c0bc15696e01b10022181df0842d14f91b652e8948cce811bcc1acd49032fee6edd84bad1a73f3c3720ab052762d628c53c0fa2385962fe538020ab3b657b6c647250159c1957bb58d10749e70e0d05f6a99698dae1b40d51853501f258f94caf25bdfe9a9befa4712f77fdc976f5929a856601f41039ae5747c13ad516e231331ab1067b732d0d23550cda733e3202da58e7f00c007d308595cf7309c73f1e23ed8d7d61508a67d9ff8160d8) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x0a5729d3b49f1cbcea57a0a92e5156ef98847af34fd33ae5eb765730d455a754e0c163e3056944e07c883cf721ab151c18dc99c67cbf6ddfcc302662351372eb48150e7b9d233ae186690d17c36845c1c96ca58d5b1ec41d45d30d2d0523d98a03c295377a2ff5f1d694fb5c164a52330419bcfdf0e5f6d5f6f19f1a72c498cedfed51e7ca305879b63b49fa2a3accb912198ef4e8bca866b50fa5e8a753251e7ad324d4e3975052c24511c7db961d0a3ea7976d55db24e8d7d388403f1c71ec) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x17142c63772f51b91e3d71acca2ad4009aa42612994e7445f18f86f8a73abda7ae73b446be7c0f075675e1d137b8ec9e057f9e6b6aa1c4717a16ffc11a809401a18ede873063be42086e2bc8a4b36d6d0db0057fea2cfdca1a7d72390540b7c41638b5d0959f312f0b2fa27b219a41517db741d8ae5d771d94a676aafc8804b06202e92f30ec226fa6113650568d1c7708810cc0034b69645975e44a5bc741200ace0e4d4dc8cec65848c183e4369ead1e593a95e632cf2929662bcb732e2d7d) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x017fdb444d88038e81a39c56455894927fa3444988b7cb56e79c3c75ce79681cdc0712622fc67d8461c6925ad806df130d6cc35fe316c3160c28a9282c05e3b3e80852bbf0d723e4e6304fbfbcd38cce06262dfca36fd0f72c04c502e54ac2c401dec7da47b690d2f4ad83163c384c311b8c87f8c3b29241fc280404a0eafb5021d562d45c234f38c3414f1c837d9db5061773f5102baa93e1b9f1efcafbe4519988e1996a2db13ec1d21e54d7c53b93e8ae35238854325b92d33f2cfd288025) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x16bad36d376c426b40fcef1d965b4611f5db43467ae56f0ca1d3ffbd239e951891218ad2f345b81b5b66aaaedcd961140684a5e081214f5a3bf55631cba5dc77c028b94a928383534fd3d8be6ff0e46503d0f9011bc65f09d4ac72f65dca7b4005b8ce787c8676857281ff7e6c2737fc8cfd47a36940744c910be339a1df4cee1aec93c1f7f0098a092550fb7ffd840d0ae3eb05453b4b44090a94c15caca731c6ce2b2e4b6414481dc20d170161d0d87154c59144b9690b8835ad60810438c0) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x09ad873d26b23277ba021484b9299c6195b793f731d115dab378499db3259d471ce4600bc45665200f57b5706d16d3eb11c9042d0a78e40944cf028bfee568efb0ab6c13687fadd9b8bb139c21192c89550baa342877c80b38dfef721076056c0264ed93a026c52c1e102387b6f153c3163f206a638844a71086f40231281aae250e4cf2cfa99018977c64ea6a879ddc11fd3d07ef91f2a2168c02d071d311c90374e6a80203df70d948ff84180422bf45170ee34e673b71f3bb6ead5bcf19c9) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x047701757c7a80a63adcbabf9b74040a28c402bce12bde5221f2aafc940c2c9b3b0c47fd8a8357ef17fc9ebdc248e93c0bd70fcd5398a637a1c746878e24825764e46be75b0616588683975fb99c7ea9ef211a462b9d991ae513f6dd6ce0c81d171a92cd782de9187726ac071d725f4a02323e08a9b6e75dda7b83dd0a6776dc1c14d4c245aa9c9560613c806389dab7174068f0d8d538b9f8e08542c7490037a7d1030c375c9a3aab4d2adb661e05b4ddfe73c7903f4c2e2def17335c4e8a2d) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x0149d59edda997bea3f012cbff6d8ae6226da88fa75f0cc7a25ca5834aaa59b5a05ea0e758b7fc10df3bff61772ea1b114017d52c5e30b5b6e242137ae0565e2b0889980360cedd8bb7f6d07aa8f0f0e789a1a8bcb1e08cef63fee9456d4184d1231ec9fd8f71543b8d4ae7fc7d48775c874943f5025da80af37ce8b180819d2c50f438dd3f2d514cf0e1ba1a3a49e071057eb1af4e1c25fba2a9ed9006fff2799d201783d663858de05b679aa96b53cd9fce55cbc4696272cee0778d4db6ae2) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x07efa8f19fbf8165f850220dcf16a05239b9915055fce261f5dd1b109e64ceb51f4b8d23f571010c7d6acc4bd00bcbaf17b540ecebb5361c99a071f99e5a209df25e8024379cc722e0d030d3806dc49635b8c47f311154822fd30ea26a3e655e0952c84306362d3673e70d274964d12bf7d4871f77af3e7808cd7791d167783a30ad682e2a0f22b18bd49dde86d5a7ee13a27ff6eded20209c21dfc885b9b00935005aa1cf3dc6aec890d3cf3a98b555d4416b977999bb0bee0b32abe5d23795) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x171a38d9525ccb3115bde4d0f6d68ea0dbbbcaab7af24807addba4d2e3e16777f223c67a02d5475b4262bf90c63b02e600a4a8261c879c3d8938421443d3e881201be559f97292f6cef8af4edc5cff142b4a5b108e2cf07e2a5c99447e4f733019ff4b5719f6be0211c7cd1fa099a4c2fd3aa64ec639088a09966093a4f752dd1308ee63d99a93885e26e79911b85f8106ed5dfe89c103266bc588857db762c4a31b443e4721ca30c7787466c2be9e7f715303ff0d158b6118af53373ed667f0) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x053d026216b40027f403b10af167f41989cfdb64687d997aa23e71d35062aea7a81356fde64e4d01e7356113e01a36140ee9ab3f43f8b13656d44d7cf2f4657d390ab0f12630078c6078145657cdada1fee6b105d34a2651f9c2770e37eb95630db82bd7a29e8068d7dec583ad46a49ef20ea77ea38153102977f5808c925817a146701ca5e673b09ebdc9d430c8092c0596125df4862ebbb9f312db3d1768e3d391da136cff325c58e90d0e337b3f18071eaaf86c2fe5be578cd4b48ed498cf) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x13937ed4f44301346c9fb71c0a598ca90d8571e9dd30e1d93d1b45f6cdc5c38d84ccafee0b81a6d70ada8e6f80b0aab616e9bd224c0e61528b41bce5dd86d289bc689d4ddc8fcb8f018e19f8939a897084123cad133a0aa332ecf59bcad791af075e5e37711c5e96485a897dcf82d75b9e40c4bf58ef4592570e7500f832820840f12047c5e7be7c40acbdd89faf0d1210253d1dc12130e420d0027a7908b13d827d1503ee0b8a34582910e1040dedd8601bb64617aec2b04e95e76356dcb220) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x1447bf58cf98d93fe16ebf1617f430d45ba8ff259bc609277c6d196556221ac8299cc865a4fcdbfe69a05221913ceb8e1904cf04e98129d25f5fd1b990c21ab4e6423e88f7215b89f21ae4f6b979773d2d43b33714b56ebbf75f4a0e8360c3a519280694e6f8ecb64f330f6c1c5c0a588c2468d89f661ce5dbe2a5a9639fb570ead89a4788b0ae580f9e417d5331a0e001b1622cf69c3e0c610ab3a47d29bb331e22b556a820e8a8206abdc91e1b258c44ea9644f3326a307aaaaccdeecaa948) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x07c172e7aa78488ff62ee0d11fd04615db340331de14f267cc87e261ac80df4aadad76852e755d0e7482b93cfe5a5b08102c9fb3f178486b9353e651f74bad37c0c2bad1fa61dced79078fcd6abf2aaabaf282619d6e1a49e63a2682d1fdb12215937a571973ed76179f05a66603d0dfbddcfd5b7459f75f04bba328b5cb76fa61bebd7034c10701972e40330f9cf27c0889cea90145991551ce64dcc3d7815f80ae4e65c2b77553a5ed8ec53a0698671af0834a8e1636e9f0da7cda98ff636b) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x0568de4c43d5ddf7eb997963cd82935fd9cc3af0d8d26775595e2812293ea37d1c02bc2803b85b0fdacdad86f74c791d0017e526365f8d83ed0924745f66a14b306525ffe620d21da5df3da7f62f1694106f6097deff1d706b808320ca4df1bd1377f807008711e661d0ec7ef6c3eba5c4f1534c929e7f5afca8f2ab90e7ae0468623ab3f6e3def665281b5bd8c0fd710eb711619abc8966487996d763a0f0db66a5f898b227bff0c22c36defeb02a90a2a4f877962ca0b7f7f2c6c834e2c1f3) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x0a334affaedd9118d8178f8d0fbb0e7ac89fb2dc000010668c9a4b65c66f65f3ae1aed9609cfef7038cd751949f04fc3115ed42575eabb4efa41b024775f7b71bf308e96efac8bd7a41c79c0150acd5c87318792c08ff2d23d8ccc7c189be7e4059742373637643e00943aaca573ecf667808e1ec1f7bca0391ce8f563c1efad8a9c65238e2f566a770fce14ebd9713506845dcc04208b5891d2f78a2ac4f6907f49853f25cfacfccb5bc95a97fc14945ae83de1166029ad5eb413cc7ad87f86) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x11e1a76b036b8845ad620367a792cb68a28ad8e1bb75e45f27d1d6a4fc92418f24030044ed1ee7bbfef133c8713931c619760a3ea671e13fa50424ac21a68d8edda3eacf807591a043cd9a469e420175cbbd8b6dc6943aaf57c9805c4f214b6d083d6f014f9f7a5fdd96a5552f091cc9705227dfb9e6c6ff052ebdb732ef5ce9d131552d1dc5c82c2880c1602ff8b223031313031dd4d0a71f70142a427e97f88487d2452acb85606d9a232dafc9a565895b095ded6514d128d5d182845d1d78) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x06c280a9a9a8d84441d3fbf1983c95f88ac6935bff9249d12974b5285ec180ae0614986a486140531ec7a201557247a903cf0d5e18c593dd71d0ef1af8adc98c3355817ef9729e2f438670ff4785618715fedbddf2f73408de48558293349471051b051f18077c7ddf5cd7c72f62395ba09971a60f0fcf9808875c7c9ca1f86050c85dce4013ba26c4170a8e63f9a4200eef8e1bf4cd1575cfa420a06f80b64fbdb927d7fec9b7a3ec4a9f40fe2bbb555b275501837b3145fece9eabf06dd9b5) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x001fd17b0fe25eea2243b80db443e23ffb66459990d77f0f8c0daabeec844cb9d85665fb709b5fd44f91f87145af9ccf16ea4f0971c551355bb47d42fcc46e6fb5973249d0277ac3a36f79a04a422813a4b47ae6108f8f2c18d62ed2a5d378ec11012d4d516690abc205018c2c608be3684c69ea203dc478fa648b04e2285127ede6e2ca17f0f3de6f84b971c44c223d153e69505b2f41baa98d0f439dabe204d9b7d211ceede384000d8ab5b7b0d5c786b251535866ea9b79f0efdb794bab43) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x0dfa56f12e588e47e1b4a9779b8ba3e1f8aec6332f000e1191a3a9241db421cd2bd1f2674d1d65971e1bae15ac85705f02fe72dd8919a4ffc3f6361d41babb756ef436be44daa6564b2cddbb3f677373716c3f35b67aeba6e95a807753dc93d90eb26d4246ebc61132846d3f607a2644843ce7db26502d37a230609c0000ac6bc31cab911936b99d784ee982b986eb74105c50ea1e8ce885e4e0ae92e62235561cd21ca69d561b4d101b2c8895953c3261ced4d643804315615a625ec96199cc) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x0c6047ec6e415dd2002c6d88d79fd756aeebec12890af2a4ef3f21786780aa4b996bdfec8de8df72930f3eef7a382e2a070dde3629e78565dad4b5c5909162cf678f0170cb8501d89aff66680d1a53a606a2d92f08df9816f6434cb77759c4f11778fe8ea72b96f3d3df2aed12d24dff9f2e659c326dce50af40a20a1fe7a5dab949803e191aad4b6bdacff2bf3257050b047d82cfda72ad42046998afc22c26c489b194ca6fefefdf34c763cce8ccf5dccd1c25e97569d05da0379009a06aef) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x0b21cb653932e8b05d8c935cd449b7d9382a2308e98d8c085d8c9ef183b6d3537195dfc3db8290321c54113c093b2d0100324822826d7108bc78373fa2bf6e8b7dfc4f56930915326a2f853fff2e66e427f18c761901158089f4534f0bb1103c0edc38f6e800b500c6e2c88c15c41cd1f4f9ca108b670123adfb6e066764c8671dd938eb03cc2cc88afee79e9c395e330a9f3ba8c8ec05d2e08720f45d77ef44a8cd254fd40967f28aad7652dc78346fad87237bf69ba6d49e9de50f840cdc7d) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x0ebb4389d50140ddb952b8a0ca2ca472036a267c9f99445d7801abb8e0da3419349b7cd5758d2db0434afddc084c3c7f00d145002298452006b323697911974ef5d9b40f2bac4b304f8e512ad5df8fb343e8da6cad115520098bb1098a0a6e2411e2da3956a9d744f0ea464e4fddb94da23465f4b32e8bc44eeae6fbda605486b7d7815d90a40c21666f32806d5001d8133682f3236ac2d3d82c4ab48d48ee99180599b3af7723c6735443c19968788d6fd38b64a67f086175c237c4a6922a55) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x05deace89d55b9e4314b5fb8db2bcabcf8dffc2933ac3993ded7a9709b76fcbe58d390f57682928dd9ddb19524ec7c3b0142884d73c1ffaa7ffb201ffe573821ae92bcf1fa318655c2a47f7350e942acd70a014d5fed155e0ed9a815389da22d006b06604ca750ab0041de31f7fe5affe41a8eb5c159ab487cbcd70d6c0c393180acbb9c1113a4f72849f0e301db32dc047958cbb73754c21b27eb2cd849832e37dfda13e4c293c524b6c08e3942e0cf25b9782b7f48a9d59cc9ccce17deb9d3) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x0c82d13cf3a2a85f888aba7d3024dec42cf940fb55047323315a6abe8d96309d9f2bdfbd7a4c9a5b89fa9f6fdc853f5d0deaa1760c184dfe66b68084478f585499d5b8eae6562ff5776efcb651e61b1147c76c55f5169fdac737bd92aecfbe7b1882a14935def144462758c3b088d1adba413dde26abfb9fcf2fab65fa3e262cc97001f88051f213388b80345df1ba1a072610d6d918562f0b5f7b1ff073e7a8426ef2d5722f526590e71735d21185cf58905ef6c5621d42bc676e5e3a239441) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x015edd2aebf511d69dc97bac7e4946443a2395a4a896e5d03df674bd7d0704e9ccf2c54b33e011850817f36a09938e590dda207d5be7105121e1ec23d8000af6a9bd122ce89e19521eee10b254f2128b34e98bec8fe0c72010b64b643b4d99b501b59d6c6c934a3d114fb9787fb2da8f830f1804ef239ae63a211648292923d388b26f57736dc8fce793326fffb440e601d922b33d830ac228b7ddd0481e3e89357556bf9da9cae0549dbb40e2b5e7dff76ee9de4c3a48dcd2a27cbe361d0b00) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x08b66387458bc668bcb6a8cbb22fb8776c980eb4f75856777a164503d78935a5754b144b6dd25942bfd30a16f90c796d0a725749727f727c26848434ee5ee0e55c68767184a843d738b02e52be0b720a53284d81fc25437a60651db6ee92604f0ecef2858749a6496c923b7c7e8e92d337077ea6a9834266857ab732d5f998a1cb0161fc8ffa8be17998996411864d28167cee2467f8d1d3da355f2ce67076e94bbdde4db911b99d40827283131d63f5887680b43865a4425621e47d025fe6f9) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x0bcbcf739530433a8b0fa69fd40020339a2c1eb08a0d3712032cdfa2e599676d9b815636c3f731db06e48fb362d1104f015bbcaa8e137a18ac0f35083a8d2a0ab02c12fed6311189f2fa288180c3e9959360f76dda4c83cbc1e12e3b9d2df19801e8aee395a1dea81e942ef555469d1bc18bd3aeb94e6f9a2bf6a305dd2ce4612d3aaf69c8892a684544d7dc26c9f7e7073b312159e53e3bc2be81ab348e2e038822d4a6f380cfbb94bca8cd0099501f4ab5f3afe60a47f89afb6d230120a956) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x17a973ca78d77e4090408eecf5decb03e9672cca7aaab21b52597814ba3c557a97997efa71a2dfec15bc6767508189501903fac81ed8f8d31b7fcf6259939c9ec906889196f7c5a39ea8603fe3996fbebdce8c121dc7ea514d208c51d019ecd51066fe4e7311ad9d59b7b5b0a3c3a9a55c0576ab1e768df9a6cb888fdbaf6430f9a3c643c16157e17623a0da6e5f82720d487bd66d6e27cee42603408d29d4a6de0ab859bddcce105af9977083050cba11ce25341cb02062569228bdd78f733c) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x059d9ffa51ad4cce6aa552c633f3e23ae56df32e55f28a0d1fb48587b230d6d52b5c46be3fc77d05bbb88d8a92a26a550d5544621ff4e3e83c716c4e9d81c28ec87329754b46fa62d7fe0c7f8b4d45db58028f7f86fa15661c503ea8ad946e8b095399a881d6e2bd9b1a941d6d3ee28249b1d035d544ff58aba4ef30f8161955ff2606666fcd35af8d5fa03ff92917520125e02c7ecfcc7f9ac1c2324e8b566bacd8a250e863c0494826c629f529fee87b2ef53726c9b7e02b9894c528d0d214) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x0567af503b136c79f62c3c426c51ca098f0f0ed75e5084cc59ec5e975fa5b2c347464d816d85f80f8a8589519381d25011a45beac93027f83ad76daedd06eb103226a36afa61783d5d96fa7e54bf5433788a87f41e51d61f791fc0fdd0d6389e143a7800cda14a046fc211f6dd73675eb56a887e026478d81cfcdf8dbae0fdcc34d0ed2e7d321da42d1ebf7d0024f0b409e1a753f7b9d67fcba28639b3f333b004c32e569cf8fe2b5a4c95804e6c45e5d3f1fdb1f25e476e7ac76868ebddf8a3) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x18c9593b1c67b4cc38133e3061cd96d50dc073930df218abd91f1c4ba0d90028f2d92927cfbca7516b0df85fc9ba2b9714fa5f14b2942b9f39bc1366b81be9432ac33eaf04387b98f6e0fb8ad32de99d542510783f2d1e064a77e6f42af1c98416ebc9786dc213e6ebd40670dc2d904ff60a5bce43cb246bbc6733413228f0e540a510e2985b7aa3c0fc4f5e5347e72f11464839a8caf107af63e8216d38c3ddfeb1d16657c0eb876ed3ea3ff9333165cb48a26da3fd989695d789cc0855d07b) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x0db4522335e284df12f38ef3a7e4598796247abc77f7b2e1e603e8bb6579d1e34c399374d3800aa032e71fd4463e0210002417766d430b498c89ee71fb8130657c412c0933e01aa4f1a7e80e2942effb42bb20d0c725ab2571e8b83a209fc07007c7de731caaee6522441d0b39285af51477474a87bf84fd5f65edb6dc641960e963e72e9cd4aff77e407591a086fbea158ab626b7a978b242ec2d872db7904704a400bdb76da784f5336ddf0ff06f401feb4eeaee5af6e4089447085119c513) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x112eb205ded147fb6311e3fc37e07103c0204de7fb9ac9599a9b42cec9c88a032fa10927591202f9bb96faef5a3e096919f859480a1c935dde21350f29c0c4a6aa99be84fbbaaa3a1b063e81634052e0c38237f34d0cb227b4aaa6256a350e6f0c18966b61c44ece02081a6d55608555d5ee655338c5e4165a02e2718fb26403515de65228ba00bdb784b3fe45186bb201fcdf242491736de4597a03b41c4a8035c680b45029e62088084ef938ca015e6bfa9dfffac2bcf8e077feab4c098d13) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x0d9954bf21fc9f7b23368690dc64f1e9123bc04f8840aef2e10bdc34a69868ce1868595664dfc9473ee489016419f2730cda11fc675b0c509b33b97f6ddc80fd07acabd7f730be7d64e1f4f113caf5c59259233d08ae1943158ef12e46491e0d193f910f15d0574b0a50831c4670c8a59665c02fb7b211befeba1e67a9cfbfaf8584821628c356771fc72f2a1e8c75621906c6b74057201a6214f135e406ff40069c3ff561efb6f2d18d0203fe8ecdb46cdb20afc6960fa34dbbea49c4c008da) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x0fb66ef421c6f80b62266297d6e9c65a6195229fc6ebab3cb3d27bec45fd4aaf30368cb5f4236d16e52711880941445a167f3a6b064ceadba41399f08276e67b54adba620b22081bad73f8b0f792e4521ac8b27c1af4648836c1e15702e9926a082360ba2ddbd29da654c41c091cacb79213cb4c1bdcc3533e2a9e8f5842cf2e86f8d7134035dcdd907a857f057e0ff014f112a508dc23b597e190b95b66b1ff51e20491dfac470b8507ce7fbf0c4c246fc7825e49b351319f6d972b7f0c6ffb) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x0c2e1a40ab2a6d83f9f93455f16d13686c29b3f8b8901082930600465936e8cc3eb8e98d214738f8f01e0681572592d800335dc6701acc4d8065832b66782b1af548c39df4e2eb6b0621900f155b0bbe693a2cf4bf42042208bd6ee32b127eb61565fb0b7f257c93ebd5b3e5147be147f9441a3d650adf860192a09f1ef93fa3659b55138a0e89419c4d8ff8a9e3914d03e649eb3569eaaba156c8ebdcba385ebf74e457b18c1db7933285b0d70bd902b3b2a703ca5d8b907073836ae3f3802a) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x0493817e28aa42a1ad3fec1032efc3555c24e0ac61cd6c0e3cade1d50723d83c6aaa0fa7448b79c1d92d2475cc37d95015d68c11ba7fa6869edd5342f4ee7de7df60004cfafffc8e3df465489b0479b6feebe86c559b43459f9974367f9ba802112a4d4de7daffe8f69741d2b57f06cdaf23ab81eb34ab70a5a71ef6b5a5f638c5b04fe02cd174a768f4bd9cd259ee1305b534f596c559a5b1223980e8f314c1857499b94df5b9faabe18d7665d1f1e981c47b1c4b16a3d6cb249910ac0b193e) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x0d7560e7bf910cd7c567efca055564120aa864e625ecea96fef527a3884176aac421fde3a1b0d8b99e4d0b77167fed43121653c79dc44d33c2a18d90f31cf5de78494bc99132a608d7f4f36470b2c4156feaa74b130dce1ce81ef352d167f7fc147c2918f2eebf339df2b09ed42e5a378c322c2eacc41db64a4c4c503b82a016a19c9a1420b1f8408fc6e9143081bcbd13e01059cf5755ace419ea052e288c2e89036782893b7a6e6babf720e269f65fc68529963502cd98f2d27c59419a7405) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x06e73f37c36181f4c7a3bb03020f928a86456be3a07aa159589ff7a7708f6c8baaf6759edbd7c112820a3b65e3af0a1c17990ff1ff16ebe8ba94018688e5cfd0fe45a599eb677da498dedc30f311c0f5b3f6bced41aeace904394fbb88cdb28202ff21172c79dce08cc135f614439ad58abb8b5a8c9fc9d9a577cccf0deb3a6582d4574513ec06d2c26daa75b8ab42b80bea79b78e9bf647315683a06681f87e2c181e272956e1e3b4af24de7667a018c0cc7f54d09833df13b9c7b55e859a2a) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x18e3f183e245bd0e9f34b5f2fba7be0b00d472bc97c9a8fbbd31f0eb7336762caa0460466df22190b223ce5cad2953ff18c954ce23612f8ce76a8bb63a0a02cfdb73b051c6eb4687747ed58ecffdcbce1f25f400932168a40a09c99b8cc177d9047c3154f719e6b7174387fea6b8c5d3b0e57c1dc631b95d0195629c1dbe13ed561ace07e96f363b1311c2682d06cfa0020df2dec9dca112505a35318bdedcafdba9983fa89112a6093424d132038883e9487145d6748874fdb29f25549e649a) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x023f7d9827bae1d216c3b5d53bf27895d873d326dfd52c8928f309a41a6b7118ed58986d2eb5823119ad11750e1578530174f8a442461f7cdf90bc7310f2098aec57ce96b8df596ef51044334cd7c6caac9ecfa07d54e0c4c32206d65e4ae14f0080401b835896d283524ec6c247f2752d340076c34c03ef1540fb18dff644320682b65e40f9673488123fb915ebe7ef0d308446fb822474a79ff5b8c60528f2f397a98043f4f552e3b7a8eccc1d5f06d83fda350d12773324d8157fa12d2872) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x0cf04cba242dc3d277316d573ab85865bff1003a6c9b2a14243ecbc70de0c8d42359d282a6c244cb32c8e2c9fa80c33a0d843f5af5f3197513f1104657b22cbdb037df46c59cf9866b3c92f89b02f80f43aef2e945b7fe51c4d20a746e23b10c0810b03243b4fce39e75155fb0be9dfe58c4fc9ae38c4842dcfb2adb108c28d23742d976febfa83db441bee72874341411344d26f4bf28ee81e8ce8440d6daed027d0f50a91475ab1896bb2abe00283c3fb5c3163b1e9f62dce0b3a2bfdceabe) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x0a7febe0b967b83cb0268100083eaabe0b795d8005c5d2b8420e1d7bf085c622beb84605052ceb840b70ee22c93e94dd0f1b1ef24d4c5d7a0fff4a85143ed3d25e720584984f63394247924a7c6f16b86e625f4c474024bda3a9477b42a8f07508cdd689342ead177dde1846863ab39fb05b2c39f003e2019d8905563ae8bc352fe1fd5dd9aa17d45a430ac8d2c455bc06bd5571d25153ac5728ebace1f558c0e0b6898e38e28e5855cb5615c4938f4f90e89c4c24780e4b725c633d41dec341) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x02588c524ece6aa9f6b39beb34dec76ac2e413a1c8278fd195ce8004522fae2c03f5d39db93d2e0518810b89d84824f402d8bef8c8c95ab3a1f12b146bb6f79bc1710716a3fe07f00be9c999bea287725c9f7304d7dc8d8113cab9ebbf65de9904d0faf527c399199fdf82288d0bad821df257abeb0af87e4a7a6d1152cdc130d9494a254e102695f69cf6a7e67d5b4c130e25fc5f1cea9fa2af715f28369331c8631e3b45ef5ba0c176140895fe3d4952ca830b024ba639af123e0663286aa6) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x05f4e6e78054d5f57c0f966ae722143cd942ddd0701d1d250469001dfa00a7665f892cdb10ec01d73edd2fdb6b4b7e5904d839d8f2304f07af2aa949e2f6990e755c158a131a0021db8e9087b64c8fb299dbb88cbebc6df040f0855c6ea3c12c16e4126aba531a2716af104043884b45ae86643885a4352f846c00bebe06d95a864aecaadf90796a9fef2e94493556be0c62d8c4ae8a6da5831748c1f49d5652fff319ee3001a7043af456729cc75a0ce6cd1a8cb7b8faaf83bf16e220545b6d) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x06ede848560e5bb7548e1242039d23d2d295aae1bba28d81f1f575d659ddd845ead27be44da48500713866ce32bac98b190749654b979702c1eec434c0392c7906b729caf5a1de202c54ee3ba60d18cd47b0cfec9c1f6d7628553eff579b1e9c152d908065af0c2928aaa674a75e9d971fd05568b0dfab0997acc07e8d1671703b8f32d39f1b2d0d667267a11757e4480d989185c92e9e8059712501ed093f83d420f1b42e569d204add6bf80771de9d05d35d90e2a09991f185c37fed32a2d6) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x08d2db820c7c621ab36801b50fa305664db97aa112fc3cb2e42ee763bf87a1e42351a4a33d8e193985f698517a03201d0233e3ab5f5a88b0ae54be152198c00aa8bb7dfd3c44ec1adeb854fbc8c127d7e82c45f923d3702c8c56d186861751bf011506a10f05647f4831a681f817781756f9c202573cbbf3793842fdff6b930a47bab336d68d5d92e7a9faeacf19388819a88ed556537dc025314de00503412eac8e2b3502db8310e1c853abdc13b5760a31c5df677fca11b8d894ee46737fae) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x0b418425a494a194b1e61a5e9c7f33ccd57fc0ade63a7ec39f6844b81a5bcc66ad0fdd5c5fafa9ec7b6e4f618100aa8901ff959e922a1917bde9c60f2b72d3dea0a953d06887031f7bb1962b30aad9dd7d2b7e368a96e09de7ef3ed072887f9316588eedcc134b01318669e3ba159456b66392a022244a424272b02358332d259f0c7401ad9b94a6ba6d75cbffe3cdb8040c35d5a9563fb48f1428fff211db8195da051cb85c693969ea681f7ef25084ddef35ab31d9af60079a8954923de8a0) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x01fb5b8374be433f9e1908c01a934c5d90f92e1f64f9826470450506dc83e07c8dcf56eae6e971bc2add7bab61fa376404f83291b88f355c33b77714bf4bb8e55972a86eb17610a40e9418a18cdc9427b33149670c80a1a3166b7ff97b60308c171744774facd14df4bc23aa5906744ab2fe93d54f921a0d726138cdd52acd3b920528ed3e512d1c6b602ec1b4abb143036c525e701d18ba9bae07862ef6c4e533cd5b48c09f57872c57ef5efd8e719e06984081c399fd6d91fa6f9f71e173ba) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x10fecc2b0b824a4e3cb949d0f604afa9565b1d993f606f0746e5debdf919cee12d2b6ec90f5a0777329d7be4b1811dfa0eb420652f106b375d19c616b29d83b240d95d571012970e4fe18a2fd103f4815a729ac5116f828125dea40871aca06a1352ca00fbe052193f5c87693b19c619541482f9fe4b96a5b87aa27d2e3c90b3daeadf706c4e03774bf15d75d1499b1401b9f225b3b2cd4c662f22fbc16101942259b0d60a584c1fff4214fdbad21266dbd1161d107c2db3882ea1e76db6bd8b) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x1936c0b7c3d79501db11eae0e61003cf177cb88e6d227c4da44865fcdb91e61a3b08f3c8404c043e83bfcbb8502d7ca3073c348cdd192bcb578af92a18cb0fcd39fb4e42183d6d80469c8883c72d537960e405f39c739525cb223318c2f008230d62439b566ca428ae44e5c1b6a589cfe6b29a60fec77c63fe7559da0f076a9d832ab2b406ce333bfa1063b80e20be131836a637bc8a0e967dd3c8c57c7a3071676aea8b4b8d7dfefd755abf4f5c1188e87651535542802cc0bccf9c71db0be1) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x051f4837d54a539bfd64b8f0aec82274813524579e0b61f8fc0bd65748796b6c374c9af207cb4916e77568937068a25a0a94831a3cb564b1e67c10842e3067f78d6895734d5c751cbf35ac2a54d590e655631c27779f9147acfefac0efdb45a11365ca69c824d8a4f583b72a8e82bbc61ec60e80b43eb9f31390f0b48a3d043b2fd87aaf803f037157d256146fc83d6501a7dcb3af681bdac8f39822d9a964dc603fcccc13357c6227a15f4e613eeb6826f021a06081270009e2633e3e814214) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x05e30ddd7d912be3fd43e86532d79aeb60c1a65ff69813195467403d0eee1f10d28e72962aa0da418c5473b11911616e059a71d47ff899d4301cabc9ea9a224fe014de235eb97004cad32ad3d96c96139c7694a34b7f058e4133916fb9074c0917ddcc61be042f8f8a488ac387708fbf17291cd032691def4af2ad59c454665cc4f30cd6dc1ebcdc3a644d51db8b456b0d7562d6eaf317472014711160ebf4c60186d1d5155f0338707035833aa77d2e63343df7ea054b52c2a47d23cde92c63) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x09796cb4112c32f3d673a13ba02ebda297c6c44b8b82cc731702788c64fcf552823d86380a0d87b03bcef9c3c374333309871fa678f0980eb27d2d8feecf92979d4248bcf5a3c52e43ac103f97c11572e37c32f89d497b3fbc737b8bbda81fa915a31a4b7a63e27df9d7ac93bd60b320f72c166170751f9c3581bbe37f4a7e87123e79d4744582a4124d569c3207a178148cbff1b45ebd7c72d9b66a713395c82873fd93be5836eae70f9c28c97c947ff5411c66d59102efd4b609ab6adfe148) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x0ef55120c52f8ff2fab3e0d8df060455e6bc568df494ecbbd0b3d42d9efc49ebc5819f9ea3f41c5d308d118af3850a9d03d7daf556a20e50204d80319dc73e78e03555a16a5d0ed40e4b324863226d72bcc3dd6313e846a40c101a7183e20031158b37855a1d9747b887739fe8b7789419db5a6e7451be477a584a958c42834c8f8cbf19fe0026a91dd0f3893ee44dc00f6f91258dc436c45da4b3e4516a83f563bc47aa8b2f5038f1fd1222fe6828886a1e93b0dc7b782bc631528d30439ac3) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x164697d6f33b01d17a0346a14ce7ce19a9da7a9b50fcfda5d54506b5c8db71816025bbae72b2dc79206c0dbc212fd704015d7083f71040e8d96fc12891a1d25abfa31888b6a979293c6981b85ede61569e08a6106fa4dede8fd0d65e6ac1df5908cff6f38cd6f08391be6eebfd4d9d930d8186a5a74a7873e38e74a5afc1af0392711ef285017d01d82b7eb7d2ca08d30b7d1e5acb97dac61708a1e39eda8c3dff83ace70592c7fe4fdeb0615598a73f5f3f6f80b65674441aa1f3218bae3df1) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x0f54bb273a6030da4bae7bbf62cba2232c4255610165e5598ba5411188edb6f20d99ee58e7a7af4d696cb304a07ebf2912c5133de2e27b0bdd1da07fccc0f9929dade6c7e37f39b3093c3e9cf5365f62b58d27b767c3ea8d64881c1f6de14b6b19a8433728071989d64002403928ea4126a9ac05e3928c5ca30dbec55bce1ef27e88e4fd321734588f7c31c447f81da21465cccdf04ae8e310780cf5225407de50c94a1a8eb65c475df88dcd5842efbaab2193de3f146eb78c06b9d2a38b2225) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x04d9a9124549958c1a11b2db4fe76b9b79f9328c316dddb2c09c2abd1415545b7397d65fe483d98fe4fb232a868ba67f010450d80cdac1738088013b5f00f0db1823caf600cb1577742e63a87bded90d4223dea6846ef35faf3c59e79b376a9b10f2cf9cd5ac868a172747bd67c9477f39ebf93c5dc150e51f4821de8839ee2f730910d6f8449d9de48714601607194819d26c8aa7499c58bf4e97ccbd28ab1f24ca0b43f091fef8e5eb04d6a12accedbc0da34cdadc495512a5a409172a40b7) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x067fb21e2f1192ec16981ffd2f295a748295f255c572326f4fd3eab787d3ee33d229debd5e4450df3b90f972682eb9200a72287bd63c85a9a339acefa4ccfcbe80dd03575e9932b2a154635f31cedbe41a3c4c5365c5cfbaba1de4e22109701f06be87d222833d8038cfc9a11fa5e60bf83d9e9a7e2dadb4031ab2381119d4dde67020affbaa9c776696fb90d0a38a8119e58bb1a850334a2099a45f38039380918ba4c939b1373799cbaecc1604760e810d44a23da90eeb5b951a727da8d581) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x0ae2f725fef75b8f47a111dc998d4cf1176392d6ebd436fc090b564c867697ee592b20813ae421c15f79ea87574fcd2b19bdc85d98f0e9fd10de46907a12d97c3211df3a1ac8df43eb2fcea3d97ed8d704321b253dc7b8efd8fba71d468fea04053cc11354cb81bbfbfebdc2950e043e59bc0f391eb5552a6da2036cd02fc6d4adb7391eb5fc1f7abb621dce078036cb158c1e0d39e8598fd10c0f83d83070ceaff1afacc159f009253dce5076a601fc355c085f47461fa7486de2230245920a) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x10f9b44ecd58d1f17624fa7681bf756fcb339346d3d412f03566ae196fdea24da42a257d4e345eef7601fb1b17e005550853a22b71d9d36707054970d5b1bdd6f5055e846fa5a4f124250f5a259e6aa4000d9c063d99e691c9c17709942cd22f0bfb15e32ec77bd2cc13875b34d8c44cebdc8734fd580c607cceb701030277705b1b9fd46e8b44dabef2d315c70119920efd6d775233e13dfab608788111cc3dbb1b2f6f92bbdfd5a482cd2bd865184153eea824351e79bbea60bdc964ee77ee) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x16a05820a0a16664cfcc71cb648705640a056c9d9cc6c5993aff22f6b61c7508db19fbf0e544b9019293ff7ad93e59b002d91e6566ec18a8e3bfd8e3725fe7a027b055273b86f1f1ab5c02855825e24d08964ff0b16a24ccca158f5616eb762510d798c4e710e264a85f9ef00e18b0184382e07608fd2a213f829ddeb9b286c1d12cd547c5985ebdbd6aa490553a72df06eb478d6332ab4bd4d64c325824761b811c0ed8122b6e36f23f06ad1fac720e7f1e7b772e567c7c0a283969c5557807) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x13b51f50b39a82cc6ea6062033dfd349c523f80ecc88cdf69a80f5888f94b9890ee06bc735cba06cee58c5bb231b17e816309ef2d3e7825b96a2070521960fab9ae5caee8d35850d47d3e6a7a68112796292cee40bfdec31705e21ef45375261081030da70ad7c5f27909abc920150f17d14f46710e40bc0b761e7110f4ef6dd08faf8f70395fb6b659bb797f241cc2912a68dcd90bf184e54db5c48808dfa2cc9bb16569500abf7520936ba3d7192240e050651201cde83f51c10eaa66f5156) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x1939a758be0a4569e65da1c38df793a425ba148ec01fee063d8aef304cb0cecd4612034256e38bd365929604d27656f306384a1fdf4742e1f3ee39b2b6145e74d346e8b94eb6d1d55cc3293438ce7b4425f4b838f4de91dd352cef03b11100b406cb1ae2b40eaa79cfc619f6f0cd55d97550e4f6fb777063a92abfb46d9ffe9821c08ab9c798e0800e305354f3c6ee49067dd176aa3b4a561b8fe980ad7b660a41a5563ceb1de278aecfa963237c5a050fa588d155924fc1ced9c7a5528ee120) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x0603ab5573e02f442c3a466382998a95d95c4592b3cbe34eef323e588ab1d46b1d98b089e0646561bb6ab834d2ad2d780912ecc7bd31abc0a5f2fb5e6c56ece8a3149a8986d347d31968f9180b73b1fa6e8f05aa2adb4008d594f3fb06f1f4290933ad5563d42a45d156aa64819a59c34ac4432fd51bb104f6a32fe421edfa064acef05dd5f2bc91bc37f5ec0ec832ce15f13c5a9c3d281c0ee314f8ba6a80dfbdd009c2081decb62d06397a4355c740e3841a5d50e776c56de8390b2dbc4875) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x18870e8f4464f3bb7e79222f6eadc0c7e3e08ded07da9648f0759b74a4b09a18684f88469a88b1ec73ecd7175260dc630dfb9efafe23dfb8b26904a00a9407a7966ea4fa25615c31eaf9044d671369a8aec5c3efda6c4c1c4b80a7b8f6e65ebe1258d12a7b8e7e64271420f667231dd7b5724945ba1527e56319645135e3b33ec14fd90b53cafec63bdffda506e8f10404c3a7918ae658e54b5a78c7c076bbfc0ba4d0ef955bb09c0023172e870ba7fb94c44102ba8b3001c5431046f6b9e761) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x03d06662af3934ccdff4d28fac7281bc9ed149ea2e4ce9a2c7727a6cb84f31fd61ccaa2059be8fd41ff6c8425f5d7e510534d3851a56e72f97ebfacb9ccddcf4d4571d14ae4ac7aaf046ccd4ee903fb06681a8aba0d02fd5a1be5b45e40f84b117187fd5a26936ebdef1e288ebd03d9edb787cf2ed06538bb24f895b8007e6442b3b6f3f878d09ba6790e403b6c34c5b071c00b7237693870fb40823a08642de2db8ceaced2dc832c77f3754711fa39df03f1f57624e9a0570039de6f9bf89a9) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x0f59ef1c5fd12c2e50a78f9dcd4ce371b890f356f3c66d2ef70bbef53d713dff17a9738cb09e8574f6e812cf1fc8459c08cd159f8e3385e32aeac4a7227d5c0b8a87469aa70bf9fe9c1064efec96ec6dbf9c2af429f0a48d66495688d244049b07ca45abecd4f97135fa8dd25e40cadd501f8753502f48cf3d102016c43e361e84ff2aeff5e40e289788d2f944d783ef058d9c8ec4d7e7b941e261b5f9e342b5006bd8c3cc50e8cf37280199463b06776d42303c1bfbe823e807ee74344f3803) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x124353c0c0e37e598ab5c76344ba2c82c40e24862eb4490b8d3ffe54b9c228db0a22b5a8a3d3ede1b2de18c436bbfe4c0b7ec4e4973d2e742e387484458916d35ab73f17e927f81b0bdae2b0b3b467c5081db4e9ea3f3d65c2c017f32db916b30f1e29e5074396a921ccdf5d2cfe54351169613d481aba30d0d903410b87f6b50403835cfaee9d2ef5c2cb237d11d5ee0b8f64e1cef69c652094de46cec9705dc9ca501c7c9c7af060303753de58fa97ad12e03f850fe9d65b0852acc5b58f26) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x1213d72767b0fa5c926a3b058ca3a9aa10fdc2b0d0b97adf91f660c13dfed4f7e57fb467ac0c9f189da2ad5ed8c04ebd0e92b1e90a842e6ca42cc66c26196084b833214a4b1fcbafb01837ad086790fbc757c537163be73772454a7d0feb28370581169867006417ef509317891b36f2e332953d3f637f6835b58e4cd3b5a1cc6091a1e17792d23d41cb206de73c1ba0108e8ed23b2b15cadf3bc89188569872d702b3a1c2f06684e294d77ebcd8409f736932c59c075ff97c926530afc09728) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x1326f98dbadf4dbaa18df0fd87271b7a34c8eadbdac18f92cf712066295078b4d12b48de1346a8c0f0fc2431f82c91460ea4d3ee221040d0b669be9f5b6e4a2e719b899770c2f17a345b746377d003953db1b5f9cee71d6e4af17b71dc0151f20f4d08e2fd406003967ddfb1a5d6c8d013896875df0cefd6d3395496d2ad5ef6694b2feae8952fa1ef1b52876133b57813da5a30be043006fe9333c14279abbbcffbc47fb46c67ed7c1264a39e53841e2d2c126f207dd055f373abcc2923e916) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x05c11a8356a82f725a9f484eb5376ef831351e4815ee9696bdecb4d0a31bdf671108321796129b3dd7e62692ddbf3a980143b29d8e132df1cb431e16b4307ba061c6db86d018a44f55568f686915b48c37606fc28ff29a68cc2e72b2fc56a196188aa6125a92876142aaeac49a4ea0b65ae6e53b1837f87134ee243055a420097eca13ada16878727ea0a3804a1638a00a41d0255bba9c8aac9296e01a181f9c0572a1b2e89349988b65f0c3548e2fa279c1d7a3a3a5d89b8c9c3787e0bc919a) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x0cc59adfdf284b46ceef9e94fd82808ed58fb5b269ad57eb1f53b9faa586107ff1020d8dac3f3ccae3ca4a3f6f0e37f8195f2e52ee9347a5c2edaf78672fbebeabe0944f61908a4454a5ab7fe7a4a49291fce6dc8ba85570ba6ed43e41f3efc716267d38cb286e90dfe0177f4a757439ea52dc2f4e33b9d02d1578fc46c394bd8bd5c8d90b8743b085d0830d4ea51a8a125379289caf50e1373e331cc43643025c9c06f682e8bf2e2cd44f6ceb04f629f23fa2d5d12b04ed3ade91fb51adf9ea) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x146425b42bcb86ca1a9338b7f97911e2c29f558c7511e33a2940066fd97fd0ca98651bf28629af87c7223abf60bbe5e000f26c6480ecb410e87dd5117fcf874f044501d391ad264761dad919a66181ee47ad22c53de6343a2287add11fde2a960f05e7349a086d1df1fce0e711ee1fd825dfc26323b23d0f9d67bd5a31eafe29e8380793fa443f9ac86735e005dea9230ebe2471063b42e5468390f089670b7590c67e0fdc16854d6a8b84062676da2d2022c6232faf46755afacb84ecfd1358) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x08782d43237f97a5cf4b4df3849c5edaddc2116f998652cd1a0deeae26314bc7bc4e931b2658ff59437f6c23a630a70a1541e4c91e3f5c5cb5b75998c974f949033cea3da6ac0125300dede47b58eca3f72b103fcdc4b2c0b54773821ffd9cc10fa1d239fc77ba97c27d76fa05e70af53ebd44562697c5e7891ae502ebe8c801c0d8737a069b9a91762283361cab97d617d72a20886f0d7da28d33c4f3bbedb36b09f17554e9f45dfc25e9348ee841bf971be9d33a75af69ffcef3bebbde5480) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x18f273b9c39e27c942cd80c28d9ad000919c8d1e89a151ffccb0cd431eb246fd622fc1bbfdba7d4217cb988a408b2d3c14a9cd4d9a2991c8a7b4e4aaa7a85816ecb70caacc8c557777257aed3a207eac5beeac7e527c2c7a41e367a08a08d3f40654faabbeb87873fad510360e7af9dd0bf0a8644423966703f97f227a4a8db78e1a0ecb26e73cd2193c85837447fe030bb98c5d130636f451d4f88b73c6ebc07b3a6555f99f9ffcc31d4950d87716333153ae80a3ae8809e45a63d3fbc6f51a) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x144df1ee0d7578b9cc430784734fc61d537a691297d24791c55fd7f84a120de74992f28ea2d946f6bcf749bea383dde7092e9aee4033520ccc5cfdd1ea129d0d37d659c56e161c11d6b7186cade1f4c9da8890481bd7453aa291f96a395f72360de71a74c732f740daca5646ffc15cfbfa326a98183bcb39ca01ae1ab5eae7ba93786ea1668d85538f29ba018b1b272a0525940f76acffa8389d2fd16bf2782092193812f934084a151815da57b3f0728c04dde3b9ed4177d3f0ddf185eef422) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x1093a56c60d4e4272585ebe02b04111b3bcff524ca0ca47e87831109b63348de87b7b069cb75a269d888a4d0e74836c412b6042e961380470bd3c8f383dfb6326570ac12aa4779744b4d4232b4d559ba693c16ff79f44988b896a01709d373321353ebf4c9a0878cc8f19c7802bb63e617a905baede501780e5fbd7594b79bf04641ee85daa1b28971fd00be1bbe6de405a7718928c4aa21e76739c9831e9db84381b9337dda9bf63328171ca07710d93ed1b004f67f131d4eb2868b1a727aab) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x0419393d95c6e4facc4467b752de6cd554e2d2fb8af5005c4541d11d43ea41417484c39e40adfe4bd91763d77209e15916b9a914aa7dded7d5ca1eedc3c1c9210fdd75bcc68ab3c9a6fa2867e1560d26c90b025540adc2a7447f3d5b1b2c5677117e3d9eafb97c4bc8cea1e2950349db4d7b5e981054a55065a5cab48aff4e8c4ea4781cdf19c5625f4982bf76ffac1c018a891fbac1686e9c5be0a5ea8db50ce77fca81616f0a80e0ec2e21d9630d32c0d1e1e30d73e1838cbadc63f6123b61) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x056fa4dc97c55b5b48ec94eccdf82117f95f529130ae4fa66dc30360639db6c1a51a44ff24b8fccb3554521c2cbde8e50d2f31cf281e3ca0ec5bb392896881f7c0de3f4be17f38ab256e12be071682e114e4dd58f4f6dcfe28c91dc98fd6a2a9033c52d47c41780f056cd75cd26b8367e7d573ef896ba9fd22a01b4ecc4f2c666b89565766fb9ef1a69f52eaceb603e806f2310cfb040faa7b9cad64fb834a859287271bcd4eaf85056061c7a0fc0a347b4545967345c2b678130d1f00ba5446) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x07f5c7378ba427b8030cc07b74a7ac6be3f26bb7427d4de4199b390d611338cb53ead89f3d64a6d2fa82f361ed5d6a1c0136fff6b37faf56f46ee1ed69bd8292e92330fb65146221ee33d86b4471cca4a249fd66f7c3a6be6c9639380e767a57016bfaaa68ea57833c77c10997dcb6ea564d4d6994e43dc92f62e0e74f7493324d4ebeafd3e3574fee754fabc3fedc6e1767af50ddb2c80622f49931c320c34b5cccbdfbaac25f144added43d4e6a13ba9fab3a648c31d54fb70379bbc676f03) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x0db47b23ea8655d8bdea4a964d287dea93e2051d6b0898b8f227ccd5caddc06927a3417063b47ece53eec7a71aeea36308f478ad03a0e1a46e552cd5bcbb78c1ad774f8a1a21196ea186099c7c65c141b4400e3543630e5ff4951c2d634e43770ffff842b9065591f61bf71accceaea967060e3c8c4c3a6f3f5cceb6d9d43decc45081e6c73b25433ee07a1dd554de7e03b526741059c6037b20ab02d2183c2a63948a2d24b6745f8b99709eb440f70e839a6af23f1fb05c0434a25dfeec8518) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x096faaa2a2e6f86339533be33fb37dcfa202a757497dd6a2ead0d27a8943e909f2a8b1748cfef0ecb80ca7dffeecdd87198390e65d8f6cd3a77d006992ca2d2f8af52b5cca18acb0bf1b9631dc544c3572c9746f5e9d422dc73d2aabc9cce5df18ea4bdce226d443ce4252d77d42c5e5d95b80aa7630a3d5561b9df1b55732dd418a362e3042d80c83754817491437ed01443e49536534683d0f91a832ff6fb4b6fa3172f4ed6510bb1f5033d8fb287c7c9ae1f95ebf0e9121ccfe1f6d869249) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x1018f045f9c0bf23270c53e93e57d86534a92a07450d6ec23d7ddd0948f1bf28dc5712bb537afe14975348c0c139ee8f12931f846fa0fa8b90e43311dfe117e83f599e54bc48f8ff287ae41071d668a898a542779d2a5fcb4845d1ae97ee28290eec5e9f8228dc200d563969d9ecf5e67eda35cf2ad8399b23aacca233bb0a5f556164c3b79751a3f175f7f922b90b5e052d1b8786e0d4109ae7b8b55589cabf3bf4e63962ae3eb6a8ee96a0a202cdd49dcea4700142398c410bfd5ef1370a94) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x10773264c20e034bb3b1940aaf16c09b9514e9ab386a75bf242414aeca5d00837d926ddad1bf73d6e8e3868c65c2360d081d920c6986f04340e6d288b5d6cd0e293d808c797e50a138ea8f2eafcb62660dfc376ca37bd83383e613ef02947cb200cf62f889f8eadc8a75f2bbcbd5948af4def506b2a91af37710fabe09136ad998e72891b57316b2501d707b6e77d2dc10610a3f1b5c9d3551b234a22270225d579bff41a6bac7fd8d88f5a0b0bf5320b2435774adf05a59c98a4e02e25cc0f6) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x0802ce52aa3827ca0c448659c5e752946d4559cbfe831a1a3fe1961e46c4d82fe7e7dce894eab491828b8204361ba67c188844521c610d755db8fdfa3a8d984e715e688a8de91b431b7a39e55527770ae6bfdd9dcd4d823870edb7b507fb8ba70337543622fa6d36faa7af085fcb810a9d6269fe5ea41e197ec3724662d436d0a5197eb21277160bc895dc0befe26336196f2d23ae192448908aa4afce25f76b24e3e482c57201651c6cde3ed02f04b7a51918a49ccd8e10dae597c64b6fe9eb) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x028ed975c6b20cdfe6407975052717080c11fb0139dfbda12c82c61225e07958f388a8977b7564487a3d09c54da95df203601bb8c797a8b17214b9b96250341adea5f0a70896302e4379a7819bc54722cd055e9ab4fbc74e833b2ed38e2a856211acf6aed8a4aefa31566ef473bed06c6c849c0efe391d335924cb41bc7da47f62c9d2a3df7d634ba6e10ea29fbd43c305a0acaccca51804a8ef4e24b4754322e13126345b83dde0fcbf5396bd746b21f8c223239441c21359e1e5c22aa203f4) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x064a98dcc354faeddefd85c4875dd501248d76272170417169ed41ccaf87824316dd799a32bf72fa93c757aaa2de82de0bc452e4bf80f9d9019f47c74854c3a5c091c5ee1d36a09df9e532af952acf209251bf751aa2c901de2e767d146968f51196a5ee76b5fb38f9af32d3cf76026a1164ea220c66d70cb389785741dddcb8e47057989f7006175a759f4ff48afae001ec48cfbb0ba4f28fd1d98c623da183206479c49660a84b2effb8052889e0e671e1abbfe5595e43fa0812734aa4f0dd) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0100000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0100000000000000000000000000000000000000000000000000000000000000' storage (Some 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0000000000000000000000000000000000000000000000000000000000000000' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x0000000000000000000000000000000000000000000000000000000000000000' storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x41ee112fba7c41314eb14660a396fee42bf2b5c0598bd3bcd42db2ff5b2ce027' storage (Some 0x06ef487290cf9a63c50b288f0d61a6df4b2285b575bc9f3ad69a0ab5ebcebd53a61fa08ca56e13ae9c737ca68571131c08d0a7218c15f0e0fe13522bd3c778825c94a4b5bb0f166d0a6ff98cfaaa26d8daa223f84b1f695df1409e60521625010af8d68419109eee57c2c2c90a832773be1a39ce99adfb59a7b4105d3ed36bd75c27f28f3c07a124092a550d5f5298470e3e8cc369b2d9e172f972122dd20587a20dbe37d00638b4f506f6b4f9e96c93ef4e2ecba8cb1fc7cd7760d950ea137b) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xc442754d43fe94b94bc69cf090bcc64af22448dab9991e65123baf57f996dd73' storage (Some 0x0baba172361551b9b0efab885364e474ed868daa2bf79b2fefb2028fcca9081873dca5d7b20c638ea4d6b69553da5a7c0b175a2976fa0e2c4a7c7b9a795825b8c0fde5b3b6a01f189b9b9abfee5f925639c0d29c5c803df7a973b0bf0bf7edcf0854bbff06330652371c1076edf15ca6747db911d2aa0d624ba62eef7e158e8f72f7713207e772b84468ea05ed86738602288d131a5cd18b6d41a9e696bef6f31a196b241fad173b6ab21052da67b8a8c13f34b6083c8da2712dd578ff8179d8) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x8ba730fd4757e7b5a7a0b00a98c91539ce3878b0d6ea5628c5a675e233a95365' storage (Some 0x02ead5ffe35e4e026510bfa8ac4dd8c93203d4ca70eef6212861438c1c6cd2f9ac3fb80ad4d0dbeb62464429756098e10dee895535374bf9a3c286b740965a863cb75eeff96478e6fcbfc48e57309dfe2361869a3318d46f19dc82a05c48f3f80b05c98a156dd65796188c57fb389df353df45802a1970ea6521ba9d62792225bc109af013d57d93e875aac7c1ba8cd4126070d747e9f31a5775ced91a3baa2584ae466b8a9857e815118d18b416ee30a88ce70f314ae5ce644e85b08387e128) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x198da3ef817efc195ec0f8df2a6b9a23a849518d3358c39103be11650785ad5f' storage (Some 0x0076ec60c712a69a6b958f93ef7ca83c541367ab9bb7de3b06d70bf92b41abc866d50fcda0d488e05a6a8d8b2e7b2b790eb88abed2e1b3ee471267e039b658cc683da60f8c469330bcf99d23baacbc686778bbf384883ebdc30fd44504e9ef450dddccdb902fc57101ddb0ffa091fb619959ffb7742f91046a945d666e49e8963d47368443bdcc48d9c59e64d31c11c200a9f4caf68f46d7cc374dd9c4f4a5420021c61d9ca22bb5ab8d4570955466f0c685fbad338a8ac1f01114809f49a646) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xe3b17a70a9422fe8a965618716f8e31903ea5744d8cd015eadbaa32b248cbd0d' storage (Some 0x162a4b7ddde8ef9894d765205541f2e60c9e316b18e1e48a64725f98e4844175183d4d5e06192a5127b8d780083daa8b0338056e76a497df055f943e68c45fa8a829cbe8289d731ed568081f671a260ebd624e44b7816f113c0c89aae5347751079c37d7eb00db6938449e00c74fe5ceb611197be4dd904bbbca4fe171007da62f9c925103d1d3f554434b289cdaa4f016ca00ccce538e727435017a72bc738e450bb6e14c9cc5a9e2e501a56b8419d1367a8d122a10fc0823c7dd9c5a517dee) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x60b29b8986a5b7708ef2438a385221bd5f99ec81ecabcc8d731ba2d3d1dff50d' storage (Some 0x02d1cbf6a5b7eb538f431ab1cca143b1ca02e33d90107f8e82871fb1f33f7310d6ace083fd7faa2a2c1857a4e72638ff175c8422c820d94e2956d27ee2f791eff19e705f0a62b17fc74ab6794a0dddea4d72faba9b8230c4f9dbaf1c44534876111d65a360e6d0c1937b600b7f37b5b5b4d326c08119a4ce905d9c9103a8260fd766294d7cb25f90b5d152b9e9418b9f0bce7a5a0111ff7c4ebea5e4f87b6a149e6357386f2461f70688514cb97b1013a0a0ff610c25dcddb81f1e48e8849f27) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xe46e41c55be0e958ecfd46b3f69bb8b4803dd982894ad6b03d96806538284651' storage (Some 0x062e01652129da7f81d1ebf0f0530e2f9f7470d2ee453eac6abcaa84bedf8b2e98f4c8ea2b61032813cf7adc0796274604ab49a10604f75265c448dfba91b9b630bd96f490a0cb6cf68bdb2ffb6253c765c663840322e4ca3db73140251d93c5085c2bf6c8922ef5cf2fa85c531b59ddbfbb1197e081b4110d36d05655f5a10d818e29462221fcaa5d363c074a55be3400eb5b4334683f4186baa2aca2a676b6fbd627ad2b621364d2095b4e4d076fe06eaeebbe410e6146b800d4c3841dd2fc) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x3959963124bd47d8c84fb6beee98ed90066e7835ebd463c41323595fba944f5b' storage (Some 0x098a164689e471ce28502495326966b31e7db931bf8a613adf50888c1f60f6a1aa364ad27683cbc4caa9f4f3bad4431004473e376f1b7bf72354469f61dd9ed207a947676751db08af95b7e0c7ffbb58e89000927a85844bc0bb794b6fbb707e1168a86af2bdea39c3cbb9a4c10b129ac760989872a80122c1420c94210a6eff0e78250831e0df6787a2330c2ef4fce9135f3492f88dd277667d785feeacaab2385cf17d610b8368a5894928f5f685ecf4472107a1d60be8c1d0b54840ca37b3) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0x6c240a669e04c8ded73529373c01f741bf092fcc89ee795afde840a59b251c3d' storage (Some 0x04f20cc77326e57857147e59fefc56b44d83df17b7f875ab2e494783e5dc09620ec797196f88f3aeaea101d13c40721d0b69df47c3c997cdb0247cb6109b6dc75574c7f9b4fa34ac0009e2d0205c5e3fa2c409f8370a5d599fd92130a21c439b0cf49bf2ea294aa880a828eb335968ac27838a247b6f1b6c3b313e1fafe9460e56d513085c618fecc2ff1483567f9c5a07afbe632eadb9f19107abcd878b38812cee34b5f393cb1abcbae0e8fdb5d86f1053e36770600414b798a492a31ddc90) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz on storage None and input 'Pair 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 0xa0d55de572481bf7cdda17431faa763cf9bfbcbd76812667205017322be00c6e' storage (Some 0x14637664950ab9cf00089ca37749e38a61693d4cc526e0e45bbcef9db98454cc2bd1a87a93ee9f6e568388c49633a0e4116cec15613587b591007b3ef090e2af37072443c1d66cddc0f5cc1e45ffd093343a8cd09268d63f3fa0cfb07aac01da01ef73db6bef32a8c40dfa62f5bac884b271a71bd78566068c334a5ee087dc07d8f6d67d73f43f57bc2314bc8d927e47168d99dfa82a9812bd9b5a9bcd3e7c3fdc885865d2780fd08c93fcec32e3c0703e39ddd3f3b334fa552288efa9febcad) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- negate.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- negate.out index 3ed7819da1ea..dfad355fcb0e 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- negate.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- negate.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 storage (Some 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 storage (Some 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf3501687299151d018be22afc17ed11479aa6ef4c205379eb54f4bbd1e919a2a382c4843df694df7ef1910ac533cbb3e8ecb33e2eec16ab38ba0c80592e9b2f105c432736e54662e8e1f25ad65b7b0229800955022b8e5cec4c56a6be4fb995dc42de629955) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 storage (Some 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10b7719be4db7d6a7de406512066a2309df6ca1966315010e1cf28e81e13742df54577c6beb64e3f5ac12f3c897ab75d5149fa8d126e4fad68e275a7a36b21b650a9ccbcad5b0d8fe3fb5e91a83277294a8f24ab050c8c610a621e1e090cad784) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca storage (Some 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb818e1801cd57eaeb542c3a49b2b4e2c95ddc71cb806127e84f640980049b2662d04df1e82b2f2d7e59a9ed0e927ea015c104e3d756d7c2760f144b705d2cdd4bdfc4b1db5db1c8e4293a8b00b6e7a010f4088fc6196286cb9f3b63977c0cbe8e1) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 storage (Some 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd1362b34a1681a222674a06dccb99823a884404edf7668691f445437bc9fe1468096e12d37bfe869e4642c2d4d831f1fc001036c23229941761763e78750c44d6df95f1f598bd57cf6ddbbf7bed01aa8acd43d6062b9a9b8a74f6fc6884eaf0f6) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 storage (Some 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0f33ae9a02495781152d75855185e0eb192b88a30f85f72710d5ed190e1ed0b9069279b96cb20957344e8d58cd810cf20f9d84d97ea05441c8440259082701bc034c3759dcff0e98b91259ce05e10df347b3eeed1a72663fb0117950bd9ce379) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c storage (Some 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c3711bd4e94f2a14575b3dabd8673d80d683302a15b0d24dcfbf593f6610dd2930d044b1561b007e2ea0631a6589e8afb1d0b40842c2ce80fb6eab8d5c91e9fd4f851f350f4e182b96516acba6a809a3a1eeb8a15729edc92b03b1fcc12d69deb0f) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 storage (Some 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710d3658058c31ac8b988131c738a38db0e86dd467f04aae4336b75c8c0e5811e1db5890648af1ac8babc1432324ed28bb0954df14e1b66d36379070441e1d2ec4b29497fd94de7944cc170e96b9d899063fba25e4a0171af84385ef7af47ff8f2) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 storage (Some 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec74298191ac2fb2d6688e4103baaaef0c893c604402489c73e1fda888fd47c68ff75e3ddf9ee91edb6e7f63af69e36120916cd16e8fa8605097236a7bbf6d16166aaa3d5c8d7b79e806cc6c7581b2f64fa3fb2255623097beb04753bd0d87a355a56b4) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 storage (Some 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0e29d6aa4cd9cd5d9b19c18a3b76dd7dfb4603bd28dbdcd013bbb11239556965d91cee23ed3e8b0b1649dcce6a1b2572079f467f12b9d4fcc59ba60aa0b1eae7745c7fc6bd2c62651310166a182698c0b3b3812e9bcfd8d58a37cc53fd031b93) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz on storage None and input 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 storage (Some 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a752057df09f6b21e00af755abaac2d76a5ac0fe7cbaa41a59df442fdb1bb72a45be1a62011ade8a4fdcc6cff0d82e3b2e7e11c86ec76b71bf216be737be1bf2b757e4b06165f62ada1cf7d12211c60c42df8d58fecfa784ac190d63bcf57970c404) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- store.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- store.out index 02f8184d69a7..e22da8f4a37a 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- store.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- g2- store.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801 storage (Some 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 storage (Some 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156 storage (Some 0x048e66c003cb07b01854c4e80e9b98d54bc9ed9a47193ae67676629a6edf46de3b8c46581bfa87764bd637d550a172f6167ceebaa1c1ea190460215c6e154e1226915289185cf04612cef778ebfe42fed44f853011b96c19b8a2cf350168729904e4105e5754ea825e0a601b9c5c60b710fd602ffec940d64d8e2f1e322cb82d89cc810d20493acbee4b17134cc17bbf0355d9302cff8d6bafec975a002475f21e1462a3012a3c63ec2ea920ed5bf3f8904f13b25aad41b0006923bd219d1156) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327 storage (Some 0x0279884628439bc4921371297859280eabd9d6c0e53cad71c8f8934739ba50d79ddd1544843235aba1a26a36bfb2ced515b40eb2039356276eee81389605b8ae6c904f8a27e885c4d159ae033471da9c141eba99ee5efad947dbfa999af6cfd10e89f82bebc80ff26cdb42a43ce189cd850aa9ee907011b14a3e441f1579b344ca548392c5ef1c0a0dec0c37685434d605616919129aebc3bcf44d3c0c99917259da7fba1dd439c1277ae9867389838f75b9b54e608b39ef13dd1e1f6f34d327) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca storage (Some 0x0664d0fddc05400c4fab60bef6dcd339ae3f99bcba072227f08d1c283f51397c8ac042fcb31dd0d52ee3986f7e9eb2eb024fdce315613dfa85c3e7cccdeee2c8536e373f1ed97451f49d1bfbb10bf074bd3e5bdea86f4a1d9cef681520476eb8011f91cd640137e50858031b17fd804186b02ecced72943a70f03aa0acfe8ff719cce17bfe61281a1f602f16d815a94f09b2d474cc03bf3959d6f0b0707dd819682c2dcf1868847cd38822958836f514de23039d1b2b9345c648c6883f33c1ca) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5 storage (Some 0x021e2fdfb66974000c5d51f648aceb27115721c2d1de3678929a17435e8eb039e0d8f89d4d093a700d100a8c9a01934c197a4e20085a20e451e22f46979eda8e5b7061280cb58e157e3f0a5073b6656c0574b47b5e0410574a3b452c6e447ccd069e5ea022fe4477e3d1a0d977b22a9cdc334696fc1e8c2d72eb8f252cb2e1bc153ded2b3555796173bc3d2b27cdb8af19f0db2807565282e9a5693dce3f680084e1598f5ac7baeff955132509af4b99516829f885b96475450803977b14b9b5) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732 storage (Some 0x015c946c13b84387740cf5819727445ee94c61f228c340efe76a8cf1b8017447a6ace3df4b7e75a45a05f84bfa6b8e3a027c66ee9b741edf50726225783b632f976d1013edef14c60189217e297bb5020cd6c0412a4a436b189f1233e37a5eba0acd635037368f1935ee3230f1c5cbec4b4bc2e1e3ff1b98565ae587e892256b1819864544a1f6a885b072a7327e9db90a638d10badf925882d7a55d3b24ab1b612b142b16860426ae1e78d2f0cfe830d6f8111196e199c009ed86af4262c732) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c storage (Some 0x185cddf00204fa60aa0d2d31a7f6e72282bd818d99b2592caf7f8bf7aecdc744edb257e30aec8d8d784fdec3429b4dd40c311f3decd4f1fec6d1bfc2d5d0a521f3969a3633b8834b4f145d8ef4995704339c31df383192f5968ebe313b421c370843c35546dea1249740ea2fcf739f6f3174aa29e66035c3719cdc3fe8de63171a60ea9d014c1d15b3cd59a76174af8e0ec08dbe0c97d6e36062d1ed24abd7df1283fa901202595a508418367616bc053321ea8c12776d4f7edf33ed2961bf9c) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9 storage (Some 0x0d842634253f976abc6b2f8717b67f07a04654495973639815bf7c4f8fe9ef66fb72737ece8efb14185f92c7d64696d318509f5e9d5016313639090c92ea510f416cd36737dd35f3a2ac5cb28fbbb81eceaf82eaef2c5a2bcd0a699d2f600d710ccab9e4ad4e3a0eb29a75ef0aa81f267c09771d033a647c30797614e858e44243536f9a266253740e3dbcdcdb1281f010ac32d557c97964138b3772252e7e12b1e2b3875ea6997a9b19c40a3cd85d1ddef1da1a113ce507767910850b7fb1b9) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7 storage (Some 0x0d1078cb857c9220d0767d2359193a6ecac1f925f6104b076daf32da2cb557b8674fa40d849f2be08b713eb6c42a2fff094506665ae13319746c7602208d7d57aec06a06c4955872cc172f79bc81a0a2f35721678b744765ae9f6b061ec7429800e64eef0c195db63adffd0752831911603726fb2c46f2e4dea0fe248db1804040b2116cc39d18097f0861c9edf693de0318176434767463a35fb0e4e1e502338eae73cd5504a5f89fd8b77191b6b671f955dcf53568fb8a7e2e2785caa553f7) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18 storage (Some 0x04b3ce0ec841968d60e14eadbd8f26db9409bde0465611d10c81ce13c01e7c8ce8859e836c9d481e672af7e1abb5fb0401b2d53814b8df9a7c1f6d77ba0626f3f1e5d301f5138a734b56de63596c49af4664151e3801e19b0618fce9c8d10d3a0bd73b3feca6193cb001e62c07d4cf59693147c7caa935ef5375218ebd5b8cbe458f11dac41574f4a3b5233195e485391261cb6b26c6119d858001aba299c1eff01acbbe3658b05a5420bc36de8a5d636af87ed01584272a2fc733ac02fc8f18) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz on storage None and input 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7 storage (Some 0x068737d03f75944a6de3af8006cc46deabba7c08bd1c500094ead2c446b18a04093685cace99d6c7ddd2857455432193041bc6fd71097603e7a410cb79b338bd078a2ac96574afff4b84f205e08bf84c0eca52fe4fe7bd95602e7dd80d90a7521483214ace5e068f53c5fc0b8074427ca378ceca4f6ab8e02300f7853f86b0660449fee3d2c9b022f32f0f27d1c47c2d0838a322ce0e2778df346ff82758f57f7fc6ea1efd5a38a26f5fb08f30a4b3449153012f09cf53e6ac9b430a868ee6a7) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check empty.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check empty.out index 9e823d0e9cc2..ec5a390fbef9 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check empty.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check empty.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{}' storage (Some True) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(neg- pos).out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(neg- pos).out index 75f83472653b..5196da0503a2 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(neg- pos).out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(neg- pos).out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb114d1d6855d545a8aa7d76c8cf2e21f267816aef1db507c96655b9d5caac42364e6f38ba0ecb751bad54dcd6b939c2ca 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some True) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some True) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some True) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some True) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some True) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some True) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some True) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some True) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some True) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some True) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d710ea71fe470a949a162b6eb7c208ae39ea757db9b95ce97497b99bf9f804f54f7792fbb5560d4fb7bb17ab3640dc4700 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500d4843f1486ebcfbcb9f7d628119b20e9079757dec1999c5487228e345190d1454f28d3a36d781964279de5e9fedcd24 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30d47802cbe19afdc9478272cd0160d92fc58b6ca4327e3aca5cfdfc68af3d8466bacb258b053d4281edb6d329a4cab02 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907706c1045e73c0f9e3b4af1b27a73feccafec4c8d252cf5019cd524e150bea2b71b74c064c9a2884024273e3dd5152ced7 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c285702090561b8033ad1b744ba6220f0a6c4bce2819bff957663db716b7e569a3df43008aa7eebfeb162bf42f4bc6f9990ed22 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da168ecb7ab4922d346c5cb3cf166d436ef6064fa0e8c60bc1af09f10a2106dd26fd17ef66367418ee64022cac1a577dc6 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620ba1fca4afa765a2780fb147aa13b6d7b18affcd22b4f5d2e75af94222adbda30add63ed4593dcbabcd835ea311f3069 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe354500041b1c97654caa094d820fb46b874d2ca25a3e44c99fbbe45ba0f5afad6982a1f589c528d857167b9ebb2e6b42de8f4b 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280ecf7b78dda0ca1625fbfd9cada5351ba3bd300c4f3643cc0d51bf1289c00256f35905f46c6e6e96857169d3f2b8d72f 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf10a822dc5de36b9396424657f0aa07601c5fc613dd00d7b12d9efeb2619d10fdd40c856fb23450ba4000ef73f1f3a5b0 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- neg).out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- neg).out index 043920f4c317..f9d3aee3e238 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- neg).out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- neg).out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some True) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some True) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some True) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some True) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some True) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some True) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some True) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some True) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some True) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some True) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some True) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb813fa4d4a0ad8b1ce186ed5061789213d993923066dddaf1040bc3ff59f825c78df74f2d75467e25e0f55f8a00fa030ed0d1b3cc2c7027888be51d9ef691d77bcb679afda66c73f17f9ee3837a55024f78c71363275a75d75d86bab79f74782aa}' storage (Some False) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d904c892a52f7e4019610602d25200f8abc6d63b92a41e277858fdebde92b158045788a9721ebc3281749cb31a61b37cb10fb1f9796f2da579d6d98a2586f9dfb54c6eb3ef431d4dd13a95148bcf9da43be5e9c6c5c2358096b912d12c9c99b2de}' storage (Some False) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae47000061a18b3c1f7df46d06cc5028122f643d2597e3eac79531ff7900340df197e5f275958f4e3f32f9b6eb6e12f1fd7554504ecf2c868411032de16f54899cb4f00be27d3a1c34cbf4d774a539eca119233abc7d699bb9b57f4937ea4be707c7064}' storage (Some False) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d53097c2f7229e4a233d710de9342964f4c2212e4254bb0ea247123fa770a0c590f01947724608215615a9bc7053450e5800b30bd7bee89ae787756f49f163768ca9cec91b66da79fe324497af657d2434f42a38ed6ea27ea02d49541dc96c10b5b}' storage (Some False) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400ae8267265fec8d3bc9881aef2a50c6314ada633a748ff1fe4f50c115ac27e61b3f08a06138d4475a93f2f7596cc03ad00c7afd9d32055b0aa61a56ba94801d6d6e0f58743a2db627a3830fefb6003bfc4ea2b17dbf127f9a12ada5ea3a93bd1}' storage (Some False) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa52104bb1a188a359f1b3ef4b4c4173cd436268b048c2f6a8518a801c996de02891b4195d8bc28a6ab9c8977d19f3496fea16051fa21d3ddf3b30180a33963082865a4e09daae932d59eb966d09aeadc33724c5e17f2f396bda4e373c3329c34d49}' storage (Some False) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c111608110afbebdf04c1b030a2726132bc723bfe3946e00fcbab3d503b32d3f8be2565704347b52ffac5d2d95701238c1206ae177310b7f5e46f71bdb596153753366abc6ec100acb9e30708abeaa5eafd1356157082e9327d146cb42121fea604f359}' storage (Some False) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce181a2de2aa5d34e068002517d77c5d882ad965fa9857b8b21220ff0b61e8b1e2eccf7fb364f7348759af46e771b592780ef5b6782d2ca8644b36e422b92b4c9431952936228d532fb984905efc871b3eb68904869a4f525a9e73a3df577dc535}' storage (Some False) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c2478164a61644f8fe7544935ead55e43f8274e193a1a3bc97eae15e861d1918e5e3f9145949233d617ad76598fb3c396912f102cc36be4d1f2361bc00187301efac15a7168ae334c40595f0d6e50e540ceafd9aab613571452f6c6902311cec502b8}' storage (Some False) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce69006f59f72ae1bd4b7b12f6eb03b202c86a1923243cd9fe36bf93054ac242eeb2ce28cfd793022d1c2825626c66bf23c7f05b745411343699455f40f0bd449b956109552cf1af704a3cbf79442e76601c418df5cb047ab9f7e99559e01260ddcd6}' storage (Some False) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0feecaff571f244f2e07dcf17d5433b594792676aa63cd4a85ea213c35a74af2ef40f27981896eedce365dec4c43504211d4dc6970368ad273601d4a60b2af556bbce2d8d9ff5eab730ff179a2082595d0bbec9d04e26d878e5eed2631309a9f}' storage (Some False) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- pos).out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- pos).out index b2cd3e511cd0..62ae239267ea 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- pos).out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- pairing_check(pos- pos).out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x17f1d3a73197d7942695638c4fa9ac0fc3688c4f9774b905a14e3a3f171bac586c55e83ff97a1aeffb3af00adb22c6bb08b3f481e3aaa0f1a09e30ed741d8ae4fcf5e095d5d00af600db18cb2c04b3edd03cc744a2888ae40caa232946c5e7e1 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some True) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some True) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some True) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some True) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some True) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some True) emitted operations @@ -179,7 +179,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some True) emitted operations @@ -188,7 +188,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some True) emitted operations @@ -197,7 +197,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some True) emitted operations @@ -206,7 +206,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some True) emitted operations @@ -215,7 +215,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -224,7 +224,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -233,7 +233,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -242,7 +242,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -251,7 +251,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -260,7 +260,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -269,7 +269,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -278,7 +278,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -287,7 +287,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -296,7 +296,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -305,7 +305,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -314,7 +314,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1261406f7867f145efcfbf91a156d0f97fd489fbc6fc739d1006947ea0407801ddfbf451d5e6cd8c00540fa63afce7d709169febf275520034f038fe8142fe9d7a01cdcb3a28294acf7736a6feac00d4a71904495b46b047fee754c9bf2363ab 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -323,7 +323,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -332,7 +332,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -341,7 +341,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -350,7 +350,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -359,7 +359,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -368,7 +368,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -377,7 +377,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -386,7 +386,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -395,7 +395,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -404,7 +404,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -413,7 +413,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -422,7 +422,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x076d3b38b48759b0c38e4c49204f1b74b625f98257387308319636aaf01206aab51a37fa3c39080f25e333accff821500cb8cdf8f111299e7f7c2a53c231fac8d3fdd607076b78fa1ebea9bdb197e90fc9b972c47a7c7e69778521a16011dd87 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -431,7 +431,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -440,7 +440,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -449,7 +449,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -458,7 +458,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -467,7 +467,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -476,7 +476,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -485,7 +485,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -494,7 +494,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -503,7 +503,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -512,7 +512,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -521,7 +521,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -530,7 +530,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x05787fa85a0fee21b15083360acd358eb814743fd7d7e2bb961728c8896024d69c5bf517032f1df299a5ca43507a29e30cb991bd7b6636bdb6a3808973359f44681e94bab05d2f12c160f2da6bbd1dddb2ff4da601002bd79b2392cd65b2ffa9 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -539,7 +539,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -548,7 +548,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -557,7 +557,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -566,7 +566,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -575,7 +575,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -584,7 +584,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -593,7 +593,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -602,7 +602,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -611,7 +611,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -620,7 +620,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -629,7 +629,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -638,7 +638,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0338b37a92607a45711425e7ef58cdd202803fdc40f1ebaa3ff49ee7a0b7da9e33e700a0d737416257daa0c1baf8907713400d8bc5beecb6966c8c8e9c0bc00c65b282b2a0b5c2a599de848beac6cab2675ff9b2172b7bfd778b1c22aeacdbd4 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -647,7 +647,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -656,7 +656,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -665,7 +665,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -674,7 +674,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -683,7 +683,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -692,7 +692,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -701,7 +701,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -710,7 +710,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -719,7 +719,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -728,7 +728,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -737,7 +737,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -746,7 +746,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x15f3268289babb75d5dd0a4163ba96c5b564daa3e50b0b0aa6d7461114f62e1420fc38f832341811c7dcdda21c28570210fbb032364514e30661459552a4e81a81f5af855e0eaee3f5c5544a5c7301f416018112b2a29d40770a4390666ebd89 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -755,7 +755,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -764,7 +764,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -773,7 +773,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -782,7 +782,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -791,7 +791,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -800,7 +800,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -809,7 +809,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -818,7 +818,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -827,7 +827,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -836,7 +836,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -845,7 +845,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -854,7 +854,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x06c22184e04091e42352a14652a3672b9b5a46d8383f7e905e45065ed8ed2ed1b8d7f4691934ef8d1fd0551d76ac56da0372466f84edb965debef3e72cde69686e70fbe40abf06fdb826e196d5aa18fd219410987adfe71155fcd353e5a82ce5 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -863,7 +863,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -872,7 +872,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -881,7 +881,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -890,7 +890,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -899,7 +899,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -908,7 +908,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -917,7 +917,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -926,7 +926,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -935,7 +935,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -944,7 +944,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -953,7 +953,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -962,7 +962,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1112dab3a6686a4414b3b787c6ab334dcc779d9d7c016e03e3b33dc884a4d4d88b4ea788694219395c77b3e753213a620e5f154589d880f7d30bf66e9937f5ffb2ec4bb7d0d01cec7fd5d95ed403388113ce9c116bc02344fd26ca15cee07a42 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -971,7 +971,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -980,7 +980,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -989,7 +989,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -998,7 +998,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1007,7 +1007,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1016,7 +1016,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1025,7 +1025,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1034,7 +1034,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1043,7 +1043,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1052,7 +1052,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1061,7 +1061,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1070,7 +1070,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x148fbde315967a1372f1ec37e8d2c8060ee8f5bc2a46c7dc7524e7754354dcfd317bfff62b8e774e9ef7f7fbbe35450015e5f552d4333c90fd999801d7c45faac21d0d4029e556db0b8fdcf14947738229223ad5d8fce9841b43d194bd211b60 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -1079,7 +1079,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -1088,7 +1088,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1097,7 +1097,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -1106,7 +1106,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1115,7 +1115,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1124,7 +1124,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1133,7 +1133,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1142,7 +1142,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1151,7 +1151,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1160,7 +1160,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1169,7 +1169,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1178,7 +1178,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x0c72c61e5a186398ec4683ff2df510f74570c02f66e4d5d47a735f7655e1a7d4a9b7436368d37133aab44cbbf5f001280b3196715bdf1c84251faa1995a677bbc0ba1b78a44ecef359df138e6cf0f3cd2b52fa0a44e59169348d962c0d46d37c 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations @@ -1187,7 +1187,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some False) emitted operations @@ -1196,7 +1196,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000}' storage (Some True) emitted operations @@ -1205,7 +1205,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x166f76ccdba2865ca5e3cfb6dfa3885edae19b5a0d749c8e94ad0deeb33a5149b1e7325f36bd9708cf7df5d1762a2e2f12fd8534db56b1f90e7b135fe82c8351d85af2f8e8b2d5ca395572965c596169fd5c6824ac1c2e983ab9645d4855a3d915387f450a01a680ea15a4e3f14ab42b9da10ff24f66eb470e32e6c263ff9e1fc723568c9297cd7e45624ce59e4c2dfa0a4f1870ca52412074421d90bc51cd2218089795b067c4ee2c9bbe15271351e838c23938ef1e7f6900ec2ed36365f7cd}' storage (Some False) emitted operations @@ -1214,7 +1214,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0423dd6f6dda9ba5209c9ef7f5aa04fa7d779f54b9da16bdff836ce906f09992f45539671c033314a7d41a3ce6c13dca0ab9812e89f6783b62a92ac2c87513dc101e0e2d03488221f48b5bea319d7156b3826aaa46831148ef618fa16ae4700013e6f936778807537aaee2b3c228b693921dcd46470bbf9f6fa0cf60179777c4f752a709cd60d0644b481ed0e028556615141f21d13ed6676d04b26da9805dd6a64f77e330385371efe67f022c9f63f072e42964f5b8a80b26805b418f833a47}' storage (Some False) emitted operations @@ -1223,7 +1223,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x14e7c39d87b5524990a5c1498f8835f916fff76c4235d0c90c2a83ee5fadcfa0da3e9abed31596a82ac20245f5fd6c42050a789aa6b62b09d01fbc0a1c7f72e1af1f40f0905cea56fc7e6612224164fc66dbd1329c565d829d3676a616437d531084e2780f9b4466740ac92300b55d8b4264675fa7d4289af60cd829eca49d151d1788da50d1ea9e5f6338facbaec52b0ed0546e4af63821d3c4b3172d14440cc78ab9ce85dd72dc42e757aa9edeb2d4dc087127c72c15fce569be23693e9f50}' storage (Some False) emitted operations @@ -1232,7 +1232,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x00e076d4f8fb121bbad0cf0aabccc381cd6af57ed52a084d6de8839244c8fd41c9e9e755bd5085e623cd1312b9eaa2e10b9ba2a34a6d627241e1bf0fd5bf16a9d80b92b079d7a7f540fc7229fd4ed753edb7e1d559a908dc9c614c6b445ce3400f18eb77d3811dc68e83260750a6a0744fc9a5514c3c139f823bc68f9bee77c26abb75f89dc6bb8a10bfd08a6933a6fe19396210665f90e9a0ba024a9a03ab008d9655fdafe2375cecf8a1a1fb50f26459c1d4e6d562d80618d425a15c566eda}' storage (Some False) emitted operations @@ -1241,7 +1241,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x08ece632050f4beef7be5f050d2d0dbbc80cf77dab7aa74931566cae5edcf551d4f49b9dc153f6f91bfcc5921f66e8e70fc99ecb955eae4bc78c8e498ead8d1bfd8e27796173ebf47e7751e62471ccafd0c178a1998be576c5155e8631befa5209b56048b0dc8ca8972c5c6a01d7df94020e9b3c308e6a6ddcb0b60788d0cd926a92a272eec99545f16782e60cb63ac103fbf2481c42075f1b039d82ad1b2a510a2941aa44f1e5657b9a6597480332ecf9e61e7f821a94256bc7c3ccd63c5d62}' storage (Some False) emitted operations @@ -1250,7 +1250,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x109a07058b74f8ac430d3971db89e3c157ba5f767b7ad5c1d8997d4f5d9b8a83869c7769283e4393b60252ce2752d1330e2d6ce8ff93cc432ad2e26fa09f86c35bffaf416ed9b7ac4734329d38930ae96310bfe466eab1d4bb7a59bd7c11160808f615fe5a7b24ea1a793555108f3a9b663e04a4e3b9678216f59fccfdf2d0beae68b84981593a2ce0a7fedc73eda3fd028e0132439b77288d6611a10bf8766ca8088a8446cb2fb85e84e7fb0bb3e2ce093b7d157ed6eb9305ddde0159fab752}' storage (Some False) emitted operations @@ -1259,7 +1259,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x0eb5349b1cc220b50c42ea66f08c2bc59b2bc4810cb8025883f980ac26a0c4d263e6ce53b17f6c5e81a621a329fb306c144974fea8b32f5074e2922a6652236548eba95a93f51f718acfb45c6009b6ce7821ecef3f5591c7d2a08f8b827b0fce01e6e4078f22b1b9e31b829e6bcf4f4f399de58a5b2d5a0d550fd39594c8444131dc804b4c5ccb78604fb9188e4a18330b0b5b720c533e35ffe4c3938a20604332e2224ed0f7bf8fadac4241fa29dae56822fb781704ada51b8b5c20a881e576}' storage (Some False) emitted operations @@ -1268,7 +1268,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x1686dfdabbf42256245bcd46e879b83ff1cadc1e98fab4483166f4e971de8ec66190669601ccc37817336827b5c7363510a5f6dce3d7f23cf8f7b8d73557814db44b2331b80820810a8e68c6297924735b3914d93e5a6fb855f43daf455c247803b6b085e9efff4601e5bce0e507b4b0165e116ab7bb9411514870cf652297e48d666b6c7d7de85243a5704c3c69197c09d44e7e54adf4642f5ba62f132cb2160a05e2d6c038d2660823645011702774450149eb5a3fad08f36edcee313aa7f3}' storage (Some False) emitted operations @@ -1277,7 +1277,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x18d844fded7a6bf849a2b75817a3b5c0e025c76c0743a18e9ce33e94e4bc2ad2d3ccb0b01c439df88953e70a3bcd06710126a5494220db0746a16c8300062ca151670be555ae2a68983a47768a494cf5a1141d211b3b6e6577ced1752a8ce690130b72778b6411e299ec3906082b8050c2e5194125e52f536e007df4d2820af73c1f028581312e3d37a8d939940d6e2c1449cca9263c7d05f52798aa6f01f38153e1f8b5d88e0e1b9b393e5e0f4af46005cca34e69a8608120a961fed9f1cdd5}' storage (Some False) emitted operations @@ -1286,7 +1286,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x042efbd6b57af4235a6344a3f2130041815a4fbb44839451667255d958e3e8ba7a1d06fad83af056cf839b77470015bf0958ef0ddb9c7b06b4d9615e52a1a5774817857116843b0e3991d3ee9513e5264a9f7a8eff1faf4579fe108c0e0c04fb 0x04a2dd29ddd4bafbeb5b7c26cf77463d4b6d0e42a7a3ceb1ee4691671033816ad592171e19d648ab899eca7da5e77e7c0089346cf8c7ecddf517f085525bd2f5f75838cc7aaaba59f478a3ce3aa4ca96e1e9ad84b09e0495c614eaa44b6c58cb0a1246eae260c24b1d13cac4c5f77921cffe250e49214574e146b164c109ab312f6b0d852fca9111ebc8a213b3bc5a69082c3580c9495bc7d7bb8a6be298fd81f8ba68ac1985b413f420e12754a8d08e4df01361ac7192782ba012d9cecf100c}' storage (Some False) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- signature_aggregation.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- signature_aggregation.out index 59e86c46ee8c..8b44f2b526d6 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- signature_aggregation.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- signature_aggregation.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -8,7 +8,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -17,7 +17,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -26,7 +26,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -35,7 +35,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -44,7 +44,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -53,7 +53,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -62,7 +62,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -71,7 +71,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -80,7 +80,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -89,7 +89,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -98,7 +98,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -107,7 +107,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -116,7 +116,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -125,7 +125,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -134,7 +134,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -143,7 +143,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -152,7 +152,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations @@ -161,7 +161,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x19d8a1f79d761f07f5849ed60c4d8372c271ebc3b8731e888b4fd3babc15d716e64f3df671f6e9f2a1726ab29431afbf0f1de63aadf3dcc954fd5b58bda50fa8f80655aae55eb1423a97aef6e16cd7d320871359764581e6abfa735aeeda45b6 0x1988b3f37c78bf39ad0000125cdd9de7b5b774b5221d137b9dbe24b7b69f0970feab7aa52e59087b0a427de9bb6deee2190a9857b2ed4c6dcd7e5c18af6a5170ed1d6046cac81c58a6d2ade394b829ff9b8e02580c975307fa744d0747c6e68208975d9efe381be5cd300b76b887d93dba7a1f144f2c7d9714d8a0e4749519a7d4d403d12e88a4aa83859d1025b3b68c152e565a57caea54be81e13f77b4ad73b88d3e5ebe7dd227d6f3c4aa678895b73f15b30407e13732ac60c74b81de9b6e; Pair 0x10463b3743defc3aee6d6596906938450a429285990ef50b41df63889c42bdc5f1c830cd403506db9df9f1254d3f2b1f1043260bd4122e695546b10d07b5e517c0d0e8f5f0c0de13683a4ca42f6001aaae072fb3d529a8792966f2e0d5e45301 0x13e02b6052719f607dacd3a088274f65596bd0d09920b61ab5da61bbdc7f5049334cf11213945d57e5ac7d055d042b7e024aa2b2f08f0a91260805272dc51051c6e47ad4fa403b02b4510b647ae3d1770bac0326a805bbefd48056c8c121bdb80606c4a02ea734cc32acd2b02bc28b99cb3e287e85a763af267492ab572e99ab3f370d275cec1da1aaa9075ff05f79be0ce5d527727d6e118cc9cdc6da2e351aadfd9baa8cbdd3a76d429a695160d12c923ac9cc3baca289e193548608b82801}' storage (Some True) emitted operations @@ -170,7 +170,7 @@ big_map diff -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/opcodes/pairing_check.tz on storage None and input '{Pair 0x1273992fd0773410fcadbb55a6914c32c2314d03b4cd0b3da699e0c7b74bab001b4311fdd1bb58630b43b80be3974ca90282f633318822c082c93580febfd5421acd7ce3b0b38fe148c114a0c42ffd6faafb8ab0cff43d6471fc6ff222be6373 0x00ff54c7a2f6b5af235a704dafb1c2e166bdf67c2c6a4e54a9af84349b8676bcb0b1cc1f56f621af67921bbb82fa9806155d6024e64f6d5163ece546259169d2b054acfddfa45a8502b66ecf8582f11b23472b793a84e86599887de4f42cf8360c63251d615a4e7efee27db36d118b5761fe754c3ed3f5439ec6ec3f620378ff15d659ab0f563246cfd023b665daa3f80825788dd115e716fda26f9d55297d720b7bed0f935b254a9e99e0d3d0856421bf0ac3b1ff2bce61f0cdafa0139a7465; Pair 0x0e652b8a10100237ef90db2efe6e3aba6023659ef22d170f55871436fda45a613199fad02bff8a3dfbe00f5c4b7efe590f9287f0ef8c1458a3863459886cccd53cbb4dcb0e724891f667b30835018c8de3bc049a02105a0a55d36808a0e4b5c7 0x0a4edef9c1ed7f729f520e47730a124fd70662a904ba1074728114d1031e1572c6c886f6b57ec72a6178288c47c335771638533957d540a9d2370f17cc7ed5863bc0b995b8825e0ee1ea1e1e4d00dbae81f14b0bf3611b78c952aacab827a0530f6d4552fa65dd2638b361543f887136a43253d9c66c411697003f7a13c308f5422e1aa0a59c8967acdefd8b6e36ccf30468fb440d82b0630aeb8dca2b5256789a66da69bf91009cbfe6bd221e47aa8ae88dece9764bf3bd999d95d71e4c9899}' storage (Some True) emitted operations diff --git a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- test_groth16.out b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- test_groth16.out index 51bcc92959d1..49e438eeaebc 100644 --- a/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- test_groth16.out +++ b/tezt/tests/expected/test_contract_bls12_381.ml/Alpha- Bls12_381 contract primitives- test_groth16.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup run script file:./tests_python/contracts_alpha/mini_scenarios/groth16.tz on storage Unit and input 'Pair (Pair 0xa1bb010000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000) (Pair (Pair 0x0a2841423326ab08f5f406409775e43fa0f9a0b97631fa85d2dd9242507d25059e9cf48b8b98f99a0008671423a148ec106d70637056972ef49fb6f62de2e89ba3682b9972292b6bb4e6f53799a75d2f8001ccfde280d8ac05fc209352236cbd 0x0fced939fb1ad733f99669f50a383ef632f6d41dfbde434a6715afd5c7dfbb7bc5835e058ad8b590c7b38dd137d0bd0f0e1540f1b45d8aa626c360e2ea484a116243f7c802034de915db6b18d5303946f676e423cbd6046d37a82208d500625a11c7250ccb953a7ee49d704ad14de4b727733cff7cf06875d8b6444f3c0a8cbf0bd980e539c74bd5b37bb15fe816f23407d269193105fda71adf35fae9309d9d46729fcd4685699097a86f0460a2bc8b16293940cabfdcfe0f27e4107e74e90c) 0x0a1fb5a144ca3bdfe4ad0f183cf71dd7fdd28cbef4fcd47b5b419f65186703f62ecaaa1255fa21a6ebdd917ab1f9bd9707de7066865e2ff3875e22088619125a0d4088a622ab42224425ef89a5a149ce2db9c8292b62c7e7aaa7e87f3535304b)' +./octez-client --mode mockup run script file:./tests_python/contracts_alpha/mini_scenarios/groth16.tz on storage Unit and input 'Pair (Pair 0xa1bb010000000000000000000000000000000000000000000000000000000000 0x0100000000000000000000000000000000000000000000000000000000000000) (Pair (Pair 0x0a2841423326ab08f5f406409775e43fa0f9a0b97631fa85d2dd9242507d25059e9cf48b8b98f99a0008671423a148ec106d70637056972ef49fb6f62de2e89ba3682b9972292b6bb4e6f53799a75d2f8001ccfde280d8ac05fc209352236cbd 0x0fced939fb1ad733f99669f50a383ef632f6d41dfbde434a6715afd5c7dfbb7bc5835e058ad8b590c7b38dd137d0bd0f0e1540f1b45d8aa626c360e2ea484a116243f7c802034de915db6b18d5303946f676e423cbd6046d37a82208d500625a11c7250ccb953a7ee49d704ad14de4b727733cff7cf06875d8b6444f3c0a8cbf0bd980e539c74bd5b37bb15fe816f23407d269193105fda71adf35fae9309d9d46729fcd4685699097a86f0460a2bc8b16293940cabfdcfe0f27e4107e74e90c) 0x0a1fb5a144ca3bdfe4ad0f183cf71dd7fdd28cbef4fcd47b5b419f65186703f62ecaaa1255fa21a6ebdd917ab1f9bd9707de7066865e2ff3875e22088619125a0d4088a622ab42224425ef89a5a149ce2db9c8292b62c7e7aaa7e87f3535304b)' storage Unit emitted operations diff --git a/tezt/tests/expected/ticket_updates_in_receipt.ml/Alpha- Ticket updates in receipt.out b/tezt/tests/expected/ticket_updates_in_receipt.ml/Alpha- Ticket updates in receipt.out index 8a8724cfcf7c..a0f9c2daf19a 100644 --- a/tezt/tests/expected/ticket_updates_in_receipt.ml/Alpha- Ticket updates in receipt.out +++ b/tezt/tests/expected/ticket_updates_in_receipt.ml/Alpha- Ticket updates in receipt.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '(Pair "[CONTRACT_HASH]" "[CONTRACT_HASH]")' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '(Pair "[CONTRACT_HASH]" "[CONTRACT_HASH]")' Node is bootstrapped. Estimated gas: 10526.216 units (will add 100 for safety) Estimated storage: 475 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Alpha- Create and remove tickets.out b/tezt/tests/expected/tickets.ml/Alpha- Create and remove tickets.out index 82c227e5c943..d29f9f11c38a 100644 --- a/tezt/tests/expected/tickets.ml/Alpha- Create and remove tickets.out +++ b/tezt/tests/expected/tickets.ml/Alpha- Create and remove tickets.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/add_clear_tickets.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/add_clear_tickets.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1437.760 units (will add 100 for safety) Estimated storage: 398 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -56,7 +56,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as add_clear_tickets.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' Node is bootstrapped. Estimated gas: 2582.458 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -64,7 +64,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... +1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit Node is bootstrapped. Estimated gas: 2772.454 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -136,7 +136,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... -1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' Node is bootstrapped. Estimated gas: 2582.458 units (will add 100 for safety) Estimated storage: no bytes added @@ -144,7 +144,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -175,7 +175,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... +1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' Node is bootstrapped. Estimated gas: 3264.087 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -183,7 +183,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Alpha- Send tickets in bigmap.out b/tezt/tests/expected/tickets.ml/Alpha- Send tickets in bigmap.out index db1270315c11..40f0aeb6cd30 100644 --- a/tezt/tests/expected/tickets.ml/Alpha- Send tickets in bigmap.out +++ b/tezt/tests/expected/tickets.ml/Alpha- Send tickets in bigmap.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1413.293 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -47,7 +47,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as receive_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/send_tickets_in_big_map.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/send_tickets_in_big_map.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1497.127 units (will add 100 for safety) Estimated storage: 577 bytes added (will add 20 for safety) @@ -55,7 +55,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as send_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 100518.776 units (will add 100 for safety) Estimated storage: 10767 bytes added (will add 20 for safety) @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Jakarta- Create and remove tickets.out b/tezt/tests/expected/tickets.ml/Jakarta- Create and remove tickets.out index 2f96eeb1010e..3d5efa274c6a 100644 --- a/tezt/tests/expected/tickets.ml/Jakarta- Create and remove tickets.out +++ b/tezt/tests/expected/tickets.ml/Jakarta- Create and remove tickets.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/add_clear_tickets.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/add_clear_tickets.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1427.512 units (will add 100 for safety) Estimated storage: 372 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -48,7 +48,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as add_clear_tickets.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' Node is bootstrapped. Estimated gas: 2575.372 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -56,7 +56,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -85,7 +85,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ0.02625 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit Node is bootstrapped. Estimated gas: 2766.153 units (will add 100 for safety) Estimated storage: no bytes added @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: Consumed gas: 2767.008 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' Node is bootstrapped. Estimated gas: 2575.372 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ This sequence of operations was run: Consumed gas: 2576.227 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' Node is bootstrapped. Estimated gas: 3253.393 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -157,7 +157,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Jakarta- Send tickets in bigmap.out b/tezt/tests/expected/tickets.ml/Jakarta- Send tickets in bigmap.out index f27b922417f1..7cca8fc2f22b 100644 --- a/tezt/tests/expected/tickets.ml/Jakarta- Send tickets in bigmap.out +++ b/tezt/tests/expected/tickets.ml/Jakarta- Send tickets in bigmap.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1411.603 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -47,7 +47,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as receive_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/send_tickets_in_big_map.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/send_tickets_in_big_map.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1480.193 units (will add 100 for safety) Estimated storage: 551 bytes added (will add 20 for safety) @@ -55,7 +55,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -134,7 +134,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as send_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 100118.342 units (will add 100 for safety) Estimated storage: 10767 bytes added (will add 20 for safety) @@ -142,7 +142,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Kathmandu- Create and remove tickets.out b/tezt/tests/expected/tickets.ml/Kathmandu- Create and remove tickets.out index 285171ea40ac..3bbc876f4eb6 100644 --- a/tezt/tests/expected/tickets.ml/Kathmandu- Create and remove tickets.out +++ b/tezt/tests/expected/tickets.ml/Kathmandu- Create and remove tickets.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/add_clear_tickets.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/add_clear_tickets.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1427.482 units (will add 100 for safety) Estimated storage: 372 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -48,7 +48,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as add_clear_tickets.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' Node is bootstrapped. Estimated gas: 2575.389 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -56,7 +56,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -85,7 +85,7 @@ This sequence of operations was run: storage fees ........................... +ꜩ0.02625 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit Node is bootstrapped. Estimated gas: 2766.213 units (will add 100 for safety) Estimated storage: no bytes added @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -116,7 +116,7 @@ This sequence of operations was run: Consumed gas: 2766.858 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' Node is bootstrapped. Estimated gas: 2575.389 units (will add 100 for safety) Estimated storage: no bytes added @@ -124,7 +124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -149,7 +149,7 @@ This sequence of operations was run: Consumed gas: 2576.077 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' Node is bootstrapped. Estimated gas: 3253.573 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -157,7 +157,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Kathmandu- Send tickets in bigmap.out b/tezt/tests/expected/tickets.ml/Kathmandu- Send tickets in bigmap.out index ff8b911b2d08..875c76fcb00c 100644 --- a/tezt/tests/expected/tickets.ml/Kathmandu- Send tickets in bigmap.out +++ b/tezt/tests/expected/tickets.ml/Kathmandu- Send tickets in bigmap.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1411.468 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -47,7 +47,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as receive_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/send_tickets_in_big_map.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_current_mainnet/send_tickets_in_big_map.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1479.998 units (will add 100 for safety) Estimated storage: 551 bytes added (will add 20 for safety) @@ -55,7 +55,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -134,7 +134,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as send_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 100128.602 units (will add 100 for safety) Estimated storage: 10767 bytes added (will add 20 for safety) @@ -142,7 +142,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Lima- Create and remove tickets.out b/tezt/tests/expected/tickets.ml/Lima- Create and remove tickets.out index 82c227e5c943..d29f9f11c38a 100644 --- a/tezt/tests/expected/tickets.ml/Lima- Create and remove tickets.out +++ b/tezt/tests/expected/tickets.ml/Lima- Create and remove tickets.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/add_clear_tickets.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract add_clear_tickets.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/add_clear_tickets.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1437.760 units (will add 100 for safety) Estimated storage: 398 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -56,7 +56,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as add_clear_tickets.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' Node is bootstrapped. Estimated gas: 2582.458 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -64,7 +64,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... +1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit Node is bootstrapped. Estimated gas: 2772.454 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -136,7 +136,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... -1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' Node is bootstrapped. Estimated gas: 2582.458 units (will add 100 for safety) Estimated storage: no bytes added @@ -144,7 +144,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -175,7 +175,7 @@ This sequence of operations was run: [CONTRACT_HASH] ... +1 -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' Node is bootstrapped. Estimated gas: 3264.087 units (will add 100 for safety) Estimated storage: 105 bytes added (will add 20 for safety) @@ -183,7 +183,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tickets.ml/Lima- Send tickets in bigmap.out b/tezt/tests/expected/tickets.ml/Lima- Send tickets in bigmap.out index db1270315c11..40f0aeb6cd30 100644 --- a/tezt/tests/expected/tickets.ml/Lima- Send tickets in bigmap.out +++ b/tezt/tests/expected/tickets.ml/Lima- Send tickets in bigmap.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 +./octez-client --mode mockup --wait none originate contract receive_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/receive_tickets_in_big_map.tz --init '{}' --burn-cap 1 Node is bootstrapped. Estimated gas: 1413.293 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -47,7 +47,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as receive_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/send_tickets_in_big_map.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract send_tickets_in_big_map.tz transferring 200 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/send_tickets_in_big_map.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1497.127 units (will add 100 for safety) Estimated storage: 577 bytes added (will add 20 for safety) @@ -55,7 +55,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -135,7 +135,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as send_tickets_in_big_map.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 100518.776 units (will add 100 for safety) Estimated storage: 10767 bytes added (will add 20 for safety) @@ -143,7 +143,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - rejection.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - rejection.out index b9771381376e..b65fac2e5a4f 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - rejection.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - rejection.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ +./octez-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ "[TX_ROLLUP_MESSAGE_RESULT_LIST_HASH]" ]' for message at position 0 with content '{"batch":"6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262"}' and path '[ "[TX_ROLLUP_INBOX_HASH]" @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - state.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - state.out index 94641023cce1..f46b34639302 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - state.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollup- regression) - state.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "next": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - batch encoding.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - batch encoding.out index ea59d5c590ee..8b4f0b5a9baf 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - batch encoding.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - batch encoding.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2232.850 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment remove.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment remove.out index 1bb031ed9788..67a2736ab2f1 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment remove.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment remove.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -106,7 +106,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, @@ -116,7 +116,7 @@ This sequence of operations was run: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -134,7 +134,7 @@ Error: { "id": "proto.alpha.tx_rollup_no_commitment_to_finalize", "description": "There is no commitment to finalize", "data": {} } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2501.420 units (will add 100 for safety) Estimated storage: no bytes added @@ -142,7 +142,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -162,7 +162,7 @@ This sequence of operations was run: 0 -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -182,7 +182,7 @@ Error: "It's too early to try to remove the oldest final commitment", "data": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "newest": 0, "oldest": 0 }, "unfinalized_commitments": { "next": 1 }, @@ -192,7 +192,7 @@ Error: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 3171.024 units (will add 100 for safety) Estimated storage: no bytes added @@ -200,7 +200,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -220,7 +220,7 @@ This sequence of operations was run: 0 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": { "last_message_hash": "[TX_ROLLUP_MESSAGE_RESULT_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment.out index 9cd9b885d134..a215b10d1cf9 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -106,7 +106,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree hash.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree hash.out index 0ca7b12498db..258c59e3b6ba 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree hash.out @@ -1,11 +1,11 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "676c6f756269626f756c6761" } @@ -13,7 +13,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]" diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree path.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree path.out index 0d53648c2cf6..38f5e76b895a 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree path.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox merkle tree path.out @@ -1,23 +1,23 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "4b6f75726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } @@ -27,7 +27,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -40,7 +40,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -53,7 +53,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox message hash.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox message hash.out index 4c574513d01e..8c70d644a87c 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox message hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox message hash.out @@ -1,5 +1,5 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox.out index bbf4853ff2c0..4c803666a8f8 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,6 +57,6 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 1, "cumulated_size": 4, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - pending bonded commitments.out b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - pending bonded commitments.out index 9baeed945b03..dbc2f5e129d2 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - pending bonded commitments.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- RPC (tx_rollups- regression) - pending bonded commitments.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,8 +92,8 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 1 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 0 diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out index e3813b219c24..e5de7807d387 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out @@ -1,25 +1,25 @@ -./tezos-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' Error: Erroneous command line argument 7 (this is an invalid tx rollup address). Parameter 'this is an invalid tx rollup address' is an invalid transaction rollup address encoded in a base58 string. Usage: - tezos-client [global options] command [command options] - tezos-client --help (for global options) - tezos-client [global options] command --help (for command options) - tezos-client --version (for version information) + octez-client [global options] command [command options] + octez-client --help (for global options) + octez-client [global options] command --help (for command options) + octez-client --version (for version information) To browse the documentation: - tezos-client [global options] man (for a list of commands) - tezos-client [global options] man -v 3 (for the full manual) + octez-client [global options] man (for a list of commands) + octez-client [global options] man -v 3 (for the full manual) Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. - -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "tezos-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. + -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "octez-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. -w --wait >: how many confirmation blocks are needed before an operation is considered included -p --protocol : use commands of a specific protocol -l --log-requests: log all requests to the node diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation for a commitment in the future.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation for a commitment in the future.out index 02affe3bd8f0..4aba231e50fe 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation for a commitment in the future.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation for a commitment in the future.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without batch.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without batch.out index 1ca629ff5226..834014aa0579 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without commitment.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without commitment.out index 02affe3bd8f0..4aba231e50fe 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a finalize commitment operation without commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit empty batch.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit empty batch.out index 7a27e430b863..6e2f5c7c1a60 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit empty batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit empty batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2104.274 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size batch.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size batch.out index 9b17d13f6380..d82ebca99da4 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Error: { "id": "proto.alpha.tx_rollup_message_size_exceeds_limit", diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size inbox.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size inbox.out index 356a71f231d1..3d51a630b097 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit maximum size inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -85,7 +85,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -113,7 +113,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -121,7 +121,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -141,7 +141,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -169,7 +169,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -178,7 +178,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -212,7 +212,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -221,7 +221,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -255,7 +255,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -264,7 +264,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -298,7 +298,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -307,7 +307,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -341,7 +341,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -350,7 +350,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -384,7 +384,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -393,7 +393,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -427,7 +427,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -436,7 +436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -470,7 +470,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -479,7 +479,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -513,7 +513,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -522,7 +522,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -556,7 +556,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -565,7 +565,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -599,7 +599,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -608,7 +608,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -642,7 +642,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -651,7 +651,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -685,7 +685,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -694,7 +694,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -728,7 +728,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -737,7 +737,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -771,7 +771,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -780,7 +780,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -814,7 +814,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -823,7 +823,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -857,7 +857,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -866,7 +866,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -900,7 +900,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -909,7 +909,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -943,7 +943,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -952,7 +952,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -986,7 +986,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -995,7 +995,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1029,7 +1029,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1038,7 +1038,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1072,7 +1072,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1081,7 +1081,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1115,7 +1115,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1124,7 +1124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1158,7 +1158,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1167,7 +1167,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1201,7 +1201,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1210,7 +1210,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1244,7 +1244,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1253,7 +1253,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1287,7 +1287,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1296,7 +1296,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1330,7 +1330,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1339,7 +1339,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1373,7 +1373,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1382,7 +1382,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1416,7 +1416,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1425,7 +1425,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1459,7 +1459,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1468,7 +1468,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1502,7 +1502,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1511,7 +1511,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1545,7 +1545,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1554,7 +1554,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1588,7 +1588,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1597,7 +1597,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1631,7 +1631,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1640,7 +1640,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1674,7 +1674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1683,7 +1683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1717,7 +1717,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1726,7 +1726,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1760,7 +1760,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1769,7 +1769,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1803,7 +1803,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1812,7 +1812,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1846,7 +1846,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1855,7 +1855,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1889,7 +1889,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1898,7 +1898,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1932,7 +1932,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1941,7 +1941,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1975,7 +1975,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1984,7 +1984,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2018,7 +2018,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2027,7 +2027,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2061,7 +2061,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2070,7 +2070,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2104,7 +2104,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2113,7 +2113,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2147,7 +2147,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2156,7 +2156,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2190,7 +2190,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2199,7 +2199,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2233,7 +2233,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2242,7 +2242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2276,7 +2276,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2285,7 +2285,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2319,7 +2319,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2328,7 +2328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2362,7 +2362,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2371,7 +2371,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2405,7 +2405,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2414,7 +2414,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2448,7 +2448,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2457,7 +2457,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2491,7 +2491,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2500,7 +2500,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2534,7 +2534,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2543,7 +2543,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2577,7 +2577,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2586,7 +2586,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2620,7 +2620,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2629,7 +2629,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2663,7 +2663,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2672,7 +2672,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2706,7 +2706,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2715,7 +2715,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2749,7 +2749,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2758,7 +2758,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2792,7 +2792,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2801,7 +2801,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2835,7 +2835,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2844,7 +2844,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2878,7 +2878,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2887,7 +2887,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2921,7 +2921,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2930,7 +2930,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2964,7 +2964,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2973,7 +2973,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3007,7 +3007,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3016,7 +3016,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3050,7 +3050,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3059,7 +3059,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3093,7 +3093,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3102,7 +3102,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3136,7 +3136,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3145,7 +3145,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3179,7 +3179,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3188,7 +3188,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3222,7 +3222,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3231,7 +3231,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3265,7 +3265,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3274,7 +3274,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3308,7 +3308,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3317,7 +3317,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3351,7 +3351,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3360,7 +3360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3394,7 +3394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3403,7 +3403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3437,7 +3437,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3446,7 +3446,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3480,7 +3480,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3489,7 +3489,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3523,7 +3523,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3532,7 +3532,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3566,7 +3566,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3575,7 +3575,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3609,7 +3609,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3618,7 +3618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3652,7 +3652,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3661,7 +3661,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3695,7 +3695,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3704,7 +3704,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3738,7 +3738,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3747,7 +3747,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3781,7 +3781,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3790,7 +3790,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3824,7 +3824,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3833,7 +3833,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3867,7 +3867,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3876,7 +3876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3910,7 +3910,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3919,7 +3919,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3953,7 +3953,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3962,7 +3962,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3996,7 +3996,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4005,7 +4005,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4039,7 +4039,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4048,7 +4048,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4082,7 +4082,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4091,7 +4091,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4125,7 +4125,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4134,7 +4134,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4168,7 +4168,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4177,7 +4177,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4211,7 +4211,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4220,7 +4220,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4254,6 +4254,6 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 100, "cumulated_size": 500000, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Try to finalize a too recent commitment.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Try to finalize a too recent commitment.out index 067e1d5043e7..34f886b2da46 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Try to finalize a too recent commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Try to finalize a too recent commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - rejection.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - rejection.out index 8f12ebff170c..8b96702a1a9a 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - rejection.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - rejection.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -83,7 +83,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ +./octez-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ "[TX_ROLLUP_MESSAGE_RESULT_LIST_HASH]" ]' for message at position 0 with content '{"batch":"6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262"}' and path '[ "[TX_ROLLUP_INBOX_HASH]" @@ -98,7 +98,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - state.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - state.out index 7ba1c033115a..4768e97514a3 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - state.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollup- regression) - state.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "next": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - batch encoding.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - batch encoding.out index 156faed2cce7..c77bbec52578 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - batch encoding.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - batch encoding.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2232.850 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment remove.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment remove.out index a698c9d868a7..910f910690fe 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment remove.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment remove.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -83,7 +83,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -97,7 +97,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, @@ -107,7 +107,7 @@ This sequence of operations was run: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -124,7 +124,7 @@ Error: { "id": "proto.014-PtKathma.tx_rollup_no_commitment_to_finalize", "description": "There is no commitment to finalize", "data": {} } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2501.420 units (will add 100 for safety) Estimated storage: no bytes added @@ -132,7 +132,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -151,7 +151,7 @@ This sequence of operations was run: 0 -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -170,7 +170,7 @@ Error: "It's too early to try to remove the oldest final commitment", "data": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "newest": 0, "oldest": 0 }, "unfinalized_commitments": { "next": 1 }, @@ -180,7 +180,7 @@ Error: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 3171.024 units (will add 100 for safety) Estimated storage: no bytes added @@ -188,7 +188,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -207,7 +207,7 @@ This sequence of operations was run: 0 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": { "last_message_hash": "[TX_ROLLUP_MESSAGE_RESULT_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment.out index e4f2b7ce83ae..36f8fddc69aa 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -83,7 +83,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -97,7 +97,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree hash.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree hash.out index 0ca7b12498db..258c59e3b6ba 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree hash.out @@ -1,11 +1,11 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "676c6f756269626f756c6761" } @@ -13,7 +13,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]" diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree path.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree path.out index 0d53648c2cf6..38f5e76b895a 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree path.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox merkle tree path.out @@ -1,23 +1,23 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "4b6f75726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } @@ -27,7 +27,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -40,7 +40,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -53,7 +53,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox message hash.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox message hash.out index 4c574513d01e..8c70d644a87c 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox message hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox message hash.out @@ -1,5 +1,5 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox.out index 0e6d08df9b5f..4e7b9055a97a 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,6 +54,6 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 1, "cumulated_size": 4, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - pending bonded commitments.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - pending bonded commitments.out index ba4548b4cc0c..f4c07b444fb5 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - pending bonded commitments.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- RPC (tx_rollups- regression) - pending bonded commitments.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -83,8 +83,8 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 1 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 0 diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out index e3813b219c24..e5de7807d387 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out @@ -1,25 +1,25 @@ -./tezos-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' Error: Erroneous command line argument 7 (this is an invalid tx rollup address). Parameter 'this is an invalid tx rollup address' is an invalid transaction rollup address encoded in a base58 string. Usage: - tezos-client [global options] command [command options] - tezos-client --help (for global options) - tezos-client [global options] command --help (for command options) - tezos-client --version (for version information) + octez-client [global options] command [command options] + octez-client --help (for global options) + octez-client [global options] command --help (for command options) + octez-client --version (for version information) To browse the documentation: - tezos-client [global options] man (for a list of commands) - tezos-client [global options] man -v 3 (for the full manual) + octez-client [global options] man (for a list of commands) + octez-client [global options] man -v 3 (for the full manual) Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. - -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "tezos-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. + -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "octez-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. -w --wait >: how many confirmation blocks are needed before an operation is considered included -p --protocol : use commands of a specific protocol -l --log-requests: log all requests to the node diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation for a commitment in the future.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation for a commitment in the future.out index 4d8cced862aa..48587eca9e63 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation for a commitment in the future.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation for a commitment in the future.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without batch.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without batch.out index 4e0e6bfc92c1..bbf0d924cba1 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without commitment.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without commitment.out index 4d8cced862aa..48587eca9e63 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a finalize commitment operation without commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit empty batch.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit empty batch.out index 90f623119874..19353c670d3c 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit empty batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit empty batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2104.274 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size batch.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size batch.out index 7e383f7a6410..0ce834b555d9 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Error: { "id": "proto.014-PtKathma.tx_rollup_message_size_exceeds_limit", diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size inbox.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size inbox.out index 34291d243c4e..bb898400b009 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit maximum size inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -79,7 +79,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -87,7 +87,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -104,7 +104,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -112,7 +112,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -129,7 +129,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -137,7 +137,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -154,7 +154,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -163,7 +163,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -194,7 +194,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -203,7 +203,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -234,7 +234,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -243,7 +243,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -274,7 +274,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -283,7 +283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -314,7 +314,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -323,7 +323,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -354,7 +354,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -363,7 +363,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -394,7 +394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -403,7 +403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -434,7 +434,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -443,7 +443,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -474,7 +474,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -483,7 +483,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -514,7 +514,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -523,7 +523,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -554,7 +554,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -563,7 +563,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -594,7 +594,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -603,7 +603,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -634,7 +634,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -643,7 +643,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -674,7 +674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -683,7 +683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -714,7 +714,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -723,7 +723,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -754,7 +754,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -763,7 +763,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -794,7 +794,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -803,7 +803,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -834,7 +834,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -843,7 +843,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -874,7 +874,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -883,7 +883,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -914,7 +914,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -923,7 +923,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -954,7 +954,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -963,7 +963,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -994,7 +994,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1003,7 +1003,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1034,7 +1034,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1043,7 +1043,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1074,7 +1074,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1083,7 +1083,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1114,7 +1114,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1123,7 +1123,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1154,7 +1154,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1163,7 +1163,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1194,7 +1194,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1203,7 +1203,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1234,7 +1234,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1243,7 +1243,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1274,7 +1274,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1283,7 +1283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1314,7 +1314,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1323,7 +1323,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1354,7 +1354,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1363,7 +1363,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1394,7 +1394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1403,7 +1403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1434,7 +1434,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1443,7 +1443,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1474,7 +1474,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1483,7 +1483,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1514,7 +1514,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1523,7 +1523,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1554,7 +1554,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1563,7 +1563,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1594,7 +1594,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1603,7 +1603,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1634,7 +1634,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1643,7 +1643,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1674,7 +1674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1683,7 +1683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1714,7 +1714,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1723,7 +1723,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1754,7 +1754,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1763,7 +1763,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1794,7 +1794,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1803,7 +1803,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1834,7 +1834,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1843,7 +1843,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1874,7 +1874,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1883,7 +1883,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1914,7 +1914,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1923,7 +1923,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1954,7 +1954,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1963,7 +1963,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1994,7 +1994,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2003,7 +2003,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2034,7 +2034,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2043,7 +2043,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2074,7 +2074,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2083,7 +2083,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2114,7 +2114,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2123,7 +2123,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2154,7 +2154,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2163,7 +2163,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2194,7 +2194,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2203,7 +2203,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2234,7 +2234,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2243,7 +2243,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2274,7 +2274,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2283,7 +2283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2314,7 +2314,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2323,7 +2323,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2354,7 +2354,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2363,7 +2363,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2394,7 +2394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2403,7 +2403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2434,7 +2434,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2443,7 +2443,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2474,7 +2474,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2483,7 +2483,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2514,7 +2514,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2523,7 +2523,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2554,7 +2554,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2563,7 +2563,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2594,7 +2594,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2603,7 +2603,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2634,7 +2634,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2643,7 +2643,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2674,7 +2674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2683,7 +2683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2714,7 +2714,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2723,7 +2723,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2754,7 +2754,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2763,7 +2763,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2794,7 +2794,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2803,7 +2803,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2834,7 +2834,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2843,7 +2843,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2874,7 +2874,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2883,7 +2883,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2914,7 +2914,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2923,7 +2923,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2954,7 +2954,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2963,7 +2963,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2994,7 +2994,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3003,7 +3003,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3034,7 +3034,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3043,7 +3043,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3074,7 +3074,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3083,7 +3083,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3114,7 +3114,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3123,7 +3123,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3154,7 +3154,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3163,7 +3163,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3194,7 +3194,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3203,7 +3203,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3234,7 +3234,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3243,7 +3243,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3274,7 +3274,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3283,7 +3283,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3314,7 +3314,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3323,7 +3323,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3354,7 +3354,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3363,7 +3363,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3394,7 +3394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3403,7 +3403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3434,7 +3434,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3443,7 +3443,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3474,7 +3474,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3483,7 +3483,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3514,7 +3514,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3523,7 +3523,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3554,7 +3554,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3563,7 +3563,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3594,7 +3594,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3603,7 +3603,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3634,7 +3634,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3643,7 +3643,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3674,7 +3674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3683,7 +3683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3714,7 +3714,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3723,7 +3723,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3754,7 +3754,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3763,7 +3763,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3794,7 +3794,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3803,7 +3803,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3834,7 +3834,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3843,7 +3843,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3874,7 +3874,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3883,7 +3883,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3914,7 +3914,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3923,7 +3923,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3954,6 +3954,6 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 100, "cumulated_size": 500000, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Try to finalize a too recent commitment.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Try to finalize a too recent commitment.out index 3b56486e9d7d..5725521aa089 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Try to finalize a too recent commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Try to finalize a too recent commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -54,7 +54,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -62,7 +62,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -83,7 +83,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - rejection.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - rejection.out index b9771381376e..b65fac2e5a4f 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - rejection.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - rejection.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ +./octez-client --wait none reject commitment of tx rollup '[TX_ROLLUP_HASH]' at level 0 with result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' and result path '[ "[TX_ROLLUP_MESSAGE_RESULT_LIST_HASH]" ]' for message at position 0 with content '{"batch":"6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262"}' and path '[ "[TX_ROLLUP_INBOX_HASH]" @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - state.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - state.out index 94641023cce1..f46b34639302 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - state.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollup- regression) - state.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "next": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - batch encoding.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - batch encoding.out index ea59d5c590ee..8b4f0b5a9baf 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - batch encoding.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - batch encoding.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2232.850 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment remove.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment remove.out index fb7786437a91..e4be0f42e157 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment remove.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment remove.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -106,7 +106,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, @@ -116,7 +116,7 @@ This sequence of operations was run: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -134,7 +134,7 @@ Error: { "id": "proto.015-PtLimaPt.tx_rollup_no_commitment_to_finalize", "description": "There is no commitment to finalize", "data": {} } -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2501.420 units (will add 100 for safety) Estimated storage: no bytes added @@ -142,7 +142,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -162,7 +162,7 @@ This sequence of operations was run: 0 -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: @@ -182,7 +182,7 @@ Error: "It's too early to try to remove the oldest final commitment", "data": {} } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "newest": 0, "oldest": 0 }, "unfinalized_commitments": { "next": 1 }, @@ -192,7 +192,7 @@ Error: "tezos_head_level": 3, "burn_per_byte": "0", "allocated_storage": "4000", "occupied_storage": "0", "inbox_ema": 0, "commitments_watermark": 0 } -./tezos-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none remove commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 3171.024 units (will add 100 for safety) Estimated storage: no bytes added @@ -200,7 +200,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -220,7 +220,7 @@ This sequence of operations was run: 0 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": { "last_message_hash": "[TX_ROLLUP_MESSAGE_RESULT_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment.out index 9cd9b885d134..a215b10d1cf9 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/commitment/0' { "commitment": { "level": 0, "messages": @@ -106,7 +106,7 @@ This sequence of operations was run: "commitment_hash": "[TX_ROLLUP_COMMITMENT_HASH]", "committer": "[PUBLIC_KEY_HASH]", "submitted_at": 5 } -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/state' { "last_removed_commitment_hashes": null, "finalized_commitments": { "next": 0 }, "unfinalized_commitments": { "newest": 0, "oldest": 0 }, diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree hash.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree hash.out index 0ca7b12498db..258c59e3b6ba 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree hash.out @@ -1,11 +1,11 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "676c6f756269626f756c6761" } @@ -13,7 +13,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_hash with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]" diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree path.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree path.out index 0d53648c2cf6..38f5e76b895a 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree path.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox merkle tree path.out @@ -1,23 +1,23 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "4b6f75726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "726f756b6f756b6f75" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } }' -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "7374616368" } @@ -27,7 +27,7 @@ { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } { "hash": "[TX_ROLLUP_MESSAGE_HASH]" } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -40,7 +40,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", @@ -53,7 +53,7 @@ [ "[TX_ROLLUP_INBOX_HASH]", "[TX_ROLLUP_INBOX_HASH]" ] } -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/merkle_tree_path with '{ "message_hashes": [ "[TX_ROLLUP_MESSAGE_HASH]", "[TX_ROLLUP_MESSAGE_HASH]", diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox message hash.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox message hash.out index 4c574513d01e..8c70d644a87c 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox message hash.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox message hash.out @@ -1,5 +1,5 @@ -./tezos-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ +./octez-client rpc post /chains/main/blocks/head/helpers/forge/tx_rollup/inbox/message_hash with '{ "message": { "batch": "626c6f62" } diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox.out index bbf4853ff2c0..4c803666a8f8 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,6 +57,6 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 1, "cumulated_size": 4, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - pending bonded commitments.out b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - pending bonded commitments.out index 9baeed945b03..dbc2f5e129d2 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - pending bonded commitments.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- RPC (tx_rollups- regression) - pending bonded commitments.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,8 +92,8 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 1 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/pending_bonded_commitments/[PUBLIC_KEY_HASH]' 0 diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out index e3813b219c24..e5de7807d387 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out @@ -1,25 +1,25 @@ -./tezos-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to 'this is an invalid tx rollup address' from '[PUBLIC_KEY_HASH]' Error: Erroneous command line argument 7 (this is an invalid tx rollup address). Parameter 'this is an invalid tx rollup address' is an invalid transaction rollup address encoded in a base58 string. Usage: - tezos-client [global options] command [command options] - tezos-client --help (for global options) - tezos-client [global options] command --help (for command options) - tezos-client --version (for version information) + octez-client [global options] command [command options] + octez-client --help (for global options) + octez-client [global options] command --help (for command options) + octez-client --version (for version information) To browse the documentation: - tezos-client [global options] man (for a list of commands) - tezos-client [global options] man -v 3 (for the full manual) + octez-client [global options] man (for a list of commands) + octez-client [global options] man -v 3 (for the full manual) Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. - -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "tezos-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. + -b --block : block on which to apply contextual commands (commands dependent on the context associated with the specified block). Possible tags include 'head' and 'genesis' +/- an optional offset (e.g. "octez-client -b head-1 get timestamp"). Note that block queried must exist in node's storage. -w --wait >: how many confirmation blocks are needed before an operation is considered included -p --protocol : use commands of a specific protocol -l --log-requests: log all requests to the node diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation for a commitment in the future.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation for a commitment in the future.out index b6d4ea3125c3..14abfccbdabb 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation for a commitment in the future.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation for a commitment in the future.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without batch.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without batch.out index 17ba5cad5943..13d7d9f5e80b 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without commitment.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without commitment.out index b6d4ea3125c3..14abfccbdabb 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a finalize commitment operation without commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit empty batch.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit empty batch.out index 7a27e430b863..6e2f5c7c1a60 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit empty batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit empty batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2104.274 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size batch.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size batch.out index 0f538ba0a1f5..c16a60025215 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size batch.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size batch.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x6262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262626262 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Error: { "id": "proto.015-PtLimaPt.tx_rollup_message_size_exceeds_limit", diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size inbox.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size inbox.out index 356a71f231d1..3d51a630b097 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size inbox.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit maximum size inbox.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap1 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap2 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -85,7 +85,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap3 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -93,7 +93,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -113,7 +113,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap4 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -121,7 +121,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -141,7 +141,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap5 Node is bootstrapped. Estimated gas: 4615.524 units (will add 100 for safety) Estimated storage: no bytes added @@ -149,7 +149,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -169,7 +169,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap6 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -178,7 +178,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -212,7 +212,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap7 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -221,7 +221,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -255,7 +255,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap8 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -264,7 +264,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -298,7 +298,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap9 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -307,7 +307,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -341,7 +341,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap10 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -350,7 +350,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -384,7 +384,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap11 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -393,7 +393,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -427,7 +427,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap12 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -436,7 +436,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -470,7 +470,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap13 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -479,7 +479,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -513,7 +513,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap14 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -522,7 +522,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -556,7 +556,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap15 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -565,7 +565,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -599,7 +599,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap16 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -608,7 +608,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -642,7 +642,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap17 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -651,7 +651,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -685,7 +685,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap18 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -694,7 +694,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -728,7 +728,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap19 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -737,7 +737,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -771,7 +771,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap20 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -780,7 +780,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -814,7 +814,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap21 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -823,7 +823,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -857,7 +857,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap22 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -866,7 +866,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -900,7 +900,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap23 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -909,7 +909,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -943,7 +943,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap24 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -952,7 +952,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -986,7 +986,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap25 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -995,7 +995,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1029,7 +1029,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap26 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1038,7 +1038,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1072,7 +1072,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap27 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1081,7 +1081,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1115,7 +1115,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap28 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1124,7 +1124,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1158,7 +1158,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap29 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1167,7 +1167,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1201,7 +1201,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap30 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1210,7 +1210,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1244,7 +1244,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap31 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1253,7 +1253,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1287,7 +1287,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap32 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1296,7 +1296,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1330,7 +1330,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap33 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1339,7 +1339,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1373,7 +1373,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap34 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1382,7 +1382,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1416,7 +1416,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap35 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1425,7 +1425,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1459,7 +1459,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap36 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1468,7 +1468,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1502,7 +1502,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap37 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1511,7 +1511,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1545,7 +1545,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap38 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1554,7 +1554,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1588,7 +1588,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap39 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1597,7 +1597,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1631,7 +1631,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap40 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1640,7 +1640,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1674,7 +1674,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap41 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1683,7 +1683,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1717,7 +1717,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap42 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1726,7 +1726,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1760,7 +1760,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap43 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1769,7 +1769,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1803,7 +1803,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap44 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1812,7 +1812,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1846,7 +1846,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap45 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1855,7 +1855,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1889,7 +1889,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap46 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1898,7 +1898,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1932,7 +1932,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap47 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1941,7 +1941,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -1975,7 +1975,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap48 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -1984,7 +1984,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2018,7 +2018,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap49 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2027,7 +2027,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2061,7 +2061,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap50 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2070,7 +2070,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2104,7 +2104,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap51 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2113,7 +2113,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2147,7 +2147,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap52 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2156,7 +2156,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2190,7 +2190,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap53 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2199,7 +2199,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2233,7 +2233,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap54 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2242,7 +2242,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2276,7 +2276,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap55 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2285,7 +2285,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2319,7 +2319,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap56 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2328,7 +2328,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2362,7 +2362,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap57 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2371,7 +2371,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2405,7 +2405,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap58 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2414,7 +2414,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2448,7 +2448,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap59 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2457,7 +2457,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2491,7 +2491,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap60 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2500,7 +2500,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2534,7 +2534,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap61 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2543,7 +2543,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2577,7 +2577,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap62 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2586,7 +2586,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2620,7 +2620,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap63 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2629,7 +2629,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2663,7 +2663,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap64 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2672,7 +2672,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2706,7 +2706,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap65 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2715,7 +2715,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2749,7 +2749,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap66 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2758,7 +2758,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2792,7 +2792,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap67 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2801,7 +2801,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2835,7 +2835,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap68 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2844,7 +2844,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2878,7 +2878,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap69 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2887,7 +2887,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2921,7 +2921,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap70 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2930,7 +2930,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -2964,7 +2964,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap71 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -2973,7 +2973,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3007,7 +3007,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap72 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3016,7 +3016,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3050,7 +3050,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap73 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3059,7 +3059,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3093,7 +3093,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap74 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3102,7 +3102,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3136,7 +3136,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap75 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3145,7 +3145,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3179,7 +3179,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap76 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3188,7 +3188,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3222,7 +3222,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap77 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3231,7 +3231,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3265,7 +3265,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap78 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3274,7 +3274,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3308,7 +3308,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap79 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3317,7 +3317,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3351,7 +3351,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap80 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3360,7 +3360,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3394,7 +3394,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap81 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3403,7 +3403,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3437,7 +3437,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap82 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3446,7 +3446,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3480,7 +3480,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap83 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3489,7 +3489,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3523,7 +3523,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap84 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3532,7 +3532,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3566,7 +3566,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap85 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3575,7 +3575,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3609,7 +3609,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap86 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3618,7 +3618,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3652,7 +3652,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap87 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3661,7 +3661,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3695,7 +3695,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap88 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3704,7 +3704,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3738,7 +3738,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap89 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3747,7 +3747,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3781,7 +3781,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap90 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3790,7 +3790,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3824,7 +3824,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap91 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3833,7 +3833,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3867,7 +3867,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap92 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3876,7 +3876,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3910,7 +3910,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap93 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3919,7 +3919,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3953,7 +3953,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap94 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -3962,7 +3962,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -3996,7 +3996,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap95 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4005,7 +4005,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4039,7 +4039,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap96 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4048,7 +4048,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4082,7 +4082,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap97 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4091,7 +4091,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4125,7 +4125,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap98 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4134,7 +4134,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4168,7 +4168,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap99 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4177,7 +4177,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4211,7 +4211,7 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 +./octez-client --wait none submit tx rollup batch 0x6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161 to '[TX_ROLLUP_HASH]' from bootstrap100 Node is bootstrapped. Estimated storage: no bytes added Estimated gas: 4615.524 units (will add 100 for safety) @@ -4220,7 +4220,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -4254,6 +4254,6 @@ This sequence of operations was run: Consumed gas: 4615.524 -./tezos-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' +./octez-client rpc get '/chains/main/blocks/head/context/tx_rollup/[TX_ROLLUP_HASH]/inbox/0' { "inbox_length": 100, "cumulated_size": 500000, "merkle_root": "[TX_ROLLUP_INBOX_HASH]" } diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Try to finalize a too recent commitment.out b/tezt/tests/expected/tx_rollup.ml/Lima- Try to finalize a too recent commitment.out index f92f56cbae24..a1a635ce9fc3 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Try to finalize a too recent commitment.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Try to finalize a too recent commitment.out @@ -1,12 +1,12 @@ -./tezos-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 +./octez-client --wait none originate tx rollup tx_rollup from '[PUBLIC_KEY_HASH]' --burn-cap 9999999 --storage-limit 60000 Node is bootstrapped. Estimated gas: 1420.108 units (will add 100 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -29,7 +29,7 @@ This sequence of operations was run: Transaction rollup memorized as tx_rollup -./tezos-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none submit tx rollup batch 0x626c6f62 to '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. Estimated gas: 2108.283 units (will add 100 for safety) Estimated storage: no bytes added @@ -37,7 +37,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -57,7 +57,7 @@ This sequence of operations was run: Consumed gas: 2108.283 -./tezos-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' +./octez-client --wait none commit to tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' for level 0 with inbox hash '[TX_ROLLUP_INBOX_HASH]' and messages result hash '[TX_ROLLUP_MESSAGE_RESULT_HASH]' Node is bootstrapped. Estimated gas: 3694.500 units (will add 100 for safety) Estimated storage: no bytes added @@ -65,7 +65,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -92,7 +92,7 @@ This sequence of operations was run: Consumed gas: 3694.500 -./tezos-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' +./octez-client --wait none finalize commitment of tx rollup '[TX_ROLLUP_HASH]' from '[PUBLIC_KEY_HASH]' Node is bootstrapped. This simulation failed: Manager signed operations: diff --git a/tezt/tests/expected/views.ml/Alpha- Run views.out b/tezt/tests/expected/views.ml/Alpha- Run views.out index c516c12e9abc..112c5f8200ea 100644 --- a/tezt/tests/expected/views.ml/Alpha- Run views.out +++ b/tezt/tests/expected/views.ml/Alpha- Run views.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --base-dir '' --wait none originate contract register_calls transferring 0 from bootstrap1 running ' +./octez-client --mode mockup --base-dir '' --wait none originate contract register_calls transferring 0 from bootstrap1 running ' parameter unit; storage (list address); code { @@ -19,7 +19,7 @@ Operation successfully injected in the node. Operation hash is 'ooRkfUHnsTEfQ8SKpGCSop6iptg4dosoRybUNnZ2DD1Zw4RSAFJ' NOT waiting for the operation to be included. Use command - tezos-client wait for ooRkfUHnsTEfQ8SKpGCSop6iptg4dosoRybUNnZ2DD1Zw4RSAFJ to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU + octez-client wait for ooRkfUHnsTEfQ8SKpGCSop6iptg4dosoRybUNnZ2DD1Zw4RSAFJ to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -60,7 +60,7 @@ This sequence of operations was run: New contract KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7 originated. Contract memorized as register_calls. -./tezos-client --mode mockup --base-dir '' --wait none originate contract check_caller transferring 0 from bootstrap1 running ' +./octez-client --mode mockup --base-dir '' --wait none originate contract check_caller transferring 0 from bootstrap1 running ' parameter address ; storage (option address) ; code { @@ -94,7 +94,7 @@ Operation successfully injected in the node. Operation hash is 'oojctTDMYh47PEbLRq7feuBf77DG8PcPD137Uqi6cCo9My6Wgva' NOT waiting for the operation to be included. Use command - tezos-client wait for oojctTDMYh47PEbLRq7feuBf77DG8PcPD137Uqi6cCo9My6Wgva to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU + octez-client wait for oojctTDMYh47PEbLRq7feuBf77DG8PcPD137Uqi6cCo9My6Wgva to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -143,7 +143,7 @@ This sequence of operations was run: New contract KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 originated. Contract memorized as check_caller. -./tezos-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 --burn-cap 1 --arg '"KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7"' +./octez-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 --burn-cap 1 --arg '"KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7"' Node is bootstrapped. Estimated gas: 4413.444 units (will add 100 for safety) Estimated storage: no bytes added @@ -151,7 +151,7 @@ Operation successfully injected in the node. Operation hash is 'opJoacsqxhcszPfYAgwpBGKqMfoyjZmu9CqBmmiiQtLQB5emLRa' NOT waiting for the operation to be included. Use command - tezos-client wait for opJoacsqxhcszPfYAgwpBGKqMfoyjZmu9CqBmmiiQtLQB5emLRa to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU + octez-client wait for opJoacsqxhcszPfYAgwpBGKqMfoyjZmu9CqBmmiiQtLQB5emLRa to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -177,7 +177,7 @@ This sequence of operations was run: KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 ... +ꜩ1 -./tezos-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7 --burn-cap 1 +./octez-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7 --burn-cap 1 Node is bootstrapped. Estimated gas: 2117.191 units (will add 100 for safety) Estimated storage: 27 bytes added (will add 20 for safety) @@ -185,7 +185,7 @@ Operation successfully injected in the node. Operation hash is 'onmjSitNnrxA6xCd4u2Ti6Kzyx8HJJoeYW6gs7rk5wdCZkgY2jE' NOT waiting for the operation to be included. Use command - tezos-client wait for onmjSitNnrxA6xCd4u2Ti6Kzyx8HJJoeYW6gs7rk5wdCZkgY2jE to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU + octez-client wait for onmjSitNnrxA6xCd4u2Ti6Kzyx8HJJoeYW6gs7rk5wdCZkgY2jE to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -213,7 +213,7 @@ This sequence of operations was run: KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7 ... +ꜩ1 -./tezos-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 --burn-cap 1 --arg '"KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7"' +./octez-client --mode mockup --base-dir '' --wait none transfer 1 from bootstrap1 to KT1BEZadf1sAZ3jjoBJzEgBLhNXpv7WZHDc3 --burn-cap 1 --arg '"KT1PgzSR3Q6vij3daRpdNfQyffBmYK4BkwW7"' Node is bootstrapped. Estimated gas: 4417.021 units (will add 100 for safety) Estimated storage: 27 bytes added (will add 20 for safety) @@ -221,7 +221,7 @@ Operation successfully injected in the node. Operation hash is 'oof17dNHXXM2Wc6Nv7iM6utwj7NPQPi1oSPdpFWu5PtafGYCAn9' NOT waiting for the operation to be included. Use command - tezos-client wait for oof17dNHXXM2Wc6Nv7iM6utwj7NPQPi1oSPdpFWu5PtafGYCAn9 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU + octez-client wait for oof17dNHXXM2Wc6Nv7iM6utwj7NPQPi1oSPdpFWu5PtafGYCAn9 to be included --confirmations 1 --branch BLockGenesisGenesisGenesisGenesisGenesisCCCCCeZiLHU and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/hash_data.ml b/tezt/tests/hash_data.ml index 3fc041321cf7..351f0905a487 100644 --- a/tezt/tests/hash_data.ml +++ b/tezt/tests/hash_data.ml @@ -34,19 +34,19 @@ first to remove unused files in case some paths change. Subject: Tests of the client's `hash data ... of type` command. - Regression capture the output of tezos-client calls and compare it + Regression capture the output of octez-client calls and compare it with the output from the previous run. The test passes only if the outputs match exactly. It is important that return values of `hash data` remain constant over time. *) (* These hooks must be attached to every process that should be captured for - regression testing. Not plugged for negative tests, since tezos-client + regression testing. Not plugged for negative tests, since octez-client shows its manpage, which will change overtime. *) let hooks = Tezos_regression.hooks (** Test. - Call `tezos-client hash data ... of type ...` with data on which + Call `octez-client hash data ... of type ...` with data on which it must return 0. In addition, regression is activated. to check that returned values remain constant over time. *) let test_good_hash_data = @@ -143,7 +143,7 @@ let test_good_hash_data = Lwt_list.iter_s hash_data data_n_type (** Test. - Call `tezos-client hash data ... of type ...` with data on which it + Call `octez-client hash data ... of type ...` with data on which it must fail (non-zero exit code). *) let test_bad_hash_data = Protocol.register_regression_test @@ -169,7 +169,7 @@ let test_bad_hash_data = Lwt_list.iter_s hash_data data_n_type (** Test. - Call `tezos-client hash data ... of type ...` with data on which it + Call `octez-client hash data ... of type ...` with data on which it fails in a somewhat unstructued manner, and prints in manpage. We therefore do not do regression on this test, because diff --git a/tezt/tests/light.ml b/tezt/tests/light.ml index de7a2f4e18cc..dc7708a33c1a 100644 --- a/tezt/tests/light.ml +++ b/tezt/tests/light.ml @@ -250,7 +250,7 @@ module NoUselessRpc = struct end (** Test. - Test that [tezos-client --mode light --sources ... --protocol P] fails + Test that [octez-client --mode light --sources ... --protocol P] fails when the endpoint's protocol is not [P]. *) let test_wrong_proto = diff --git a/tezt/tests/mockup.ml b/tezt/tests/mockup.ml index 32d7ee63a216..2e6a64b0ef82 100644 --- a/tezt/tests/mockup.ml +++ b/tezt/tests/mockup.ml @@ -35,7 +35,7 @@ *) (* Test. - Call `tezos-client rpc list` and check that return code is 0. + Call `octez-client rpc list` and check that return code is 0. *) let test_rpc_list = Protocol.register_test @@ -48,7 +48,7 @@ let test_rpc_list = Lwt.return_unit (* Test. - Call `tezos-client rpc /chains//blocks//header/shell` and check that return code is 0. + Call `octez-client rpc /chains//blocks//header/shell` and check that return code is 0. *) let test_rpc_header_shell = Protocol.register_test @@ -609,7 +609,7 @@ let test_storage_from_file = in unit) -(* Executes `tezos-client list mockup protocols`. The call must +(* Executes `octez-client list mockup protocols`. The call must succeed and return a non empty list. *) let test_list_mockup_protocols () = Test.register @@ -622,7 +622,7 @@ let test_list_mockup_protocols () = if protocols = [] then Test.fail "List of mockup protocols must be non-empty" ; unit -(* Executes [tezos-client --base-dir /tmp/mdir create mockup] when +(* Executes [octez-client --base-dir /tmp/mdir create mockup] when [/tmp/mdir] is a non empty directory which is NOT a mockup directory. The call must fail. *) let test_create_mockup_dir_exists_nonempty = @@ -661,7 +661,7 @@ let test_retrieve_addresses = ~error_msg:"Expected addresses %R, got %L") ; unit -(* Executes [tezos-client --base-dir /tmp/mdir create mockup] when +(* Executes [octez-client --base-dir /tmp/mdir create mockup] when [/tmp/mdir] is not fresh. The call must fail. *) let test_create_mockup_already_initialized = Protocol.register_test diff --git a/tezt/tests/proxy.ml b/tezt/tests/proxy.ml index f2040f829903..503dcf2a2772 100644 --- a/tezt/tests/proxy.ml +++ b/tezt/tests/proxy.ml @@ -245,7 +245,7 @@ let test_context_suffix_no_rpc ~protocols = [protocol] (** Test. - Test that [tezos-client --mode proxy --protocol P] fails + Test that [octez-client --mode proxy --protocol P] fails when the endpoint's protocol is not [P]. *) let wrong_proto protocol client = @@ -273,7 +273,7 @@ let wrong_proto protocol client = else Test.fail "Did not fail as expected: %s" stderr (** Test. - Test that [tezos-client --mode proxy --protocol P] fails + Test that [octez-client --mode proxy --protocol P] fails when the endpoint's protocol is not [P]. *) let test_wrong_proto = diff --git a/tezt/tests/proxy_server_test_data.ml b/tezt/tests/proxy_server_test_data.ml index 69388e397f11..188a521a657b 100644 --- a/tezt/tests/proxy_server_test_data.ml +++ b/tezt/tests/proxy_server_test_data.ml @@ -32,12 +32,12 @@ OUT="scripts.out" rm -Rf "$BASE_DIR" rm -Rf "$OUT" -./tezos-client --mode mockup --base-dir "$BASE_DIR" create mockup +./octez-client --mode mockup --base-dir "$BASE_DIR" create mockup echo "[" >> $OUT for i in $(seq -f "%04g" 0 1000) do - value=$(./tezos-client --mode mockup --base-dir "$BASE_DIR" hash data "\"$i\"" of type string | grep ^Script-expr | sed 's/.*: \(.*\)/\1/g') + value=$(./octez-client --mode mockup --base-dir "$BASE_DIR" hash data "\"$i\"" of type string | grep ^Script-expr | sed 's/.*: \(.*\)/\1/g') echo "(\"$i\", \"$value\");" >> $OUT done echo "]" >> $OUT diff --git a/tezt/tests/run_script.ml b/tezt/tests/run_script.ml index 77a8c9f8d19d..177bda1bd840 100644 --- a/tezt/tests/run_script.ml +++ b/tezt/tests/run_script.ml @@ -27,7 +27,7 @@ ------- Component: Client Invocation: dune exec tezt/tests/main.exe -- --file run_script.ml - Subject: Check that run script command to tezos-client behaves correctly + Subject: Check that run script command to octez-client behaves correctly *) (* This script checks result of some arbitrary instruction against the diff --git a/tezt/tests/sc_rollup.ml b/tezt/tests/sc_rollup.ml index 81cb96bd7d55..44240d3c9a72 100644 --- a/tezt/tests/sc_rollup.ml +++ b/tezt/tests/sc_rollup.ml @@ -197,7 +197,7 @@ let sc_rollup_node_rpc sc_node service = type test = {variant : string; tags : string list; description : string} -(** This helper injects an SC rollup origination via tezos-client. Then it +(** This helper injects an SC rollup origination via octez-client. Then it bakes to include the origination in a block. It returns the address of the originated rollup *) let originate_sc_rollup ?(hooks = hooks) ?(burn_cap = Tez.(of_int 9999999)) diff --git a/tezt/tests/voting.ml b/tezt/tests/voting.ml index d5c8f43c3347..e62c4200af7c 100644 --- a/tezt/tests/voting.ml +++ b/tezt/tests/voting.ml @@ -376,7 +376,7 @@ let test_voting ~from_protocol ~(to_protocol : target_protocol) ~loser_protocols let* () = check_listings_not_empty client in let* period = Client.show_voting_period client in Check.((period = "proposal") string) - ~error_msg:"expected tezos-client show voting period to return %R, got %L" ; + ~error_msg:"expected octez-client show voting period to return %R, got %L" ; (* Inject test protocol, or use known protocol. *) let* to_protocol_hash = match to_protocol with -- GitLab From e2da7567069d91020362bad3ba54950becfc557b Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:55 -0400 Subject: [PATCH 56/74] Tezt: Rename tezos-node to octez-node --- tezt/lib_tezos/RPC.mli | 2 +- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/node.mli | 36 +++++++++++++-------------- tezt/manual_tests/migration.ml | 4 +-- tezt/manual_tests/migration_voting.ml | 4 +-- tezt/tests/injection.ml | 2 +- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/tezt/lib_tezos/RPC.mli b/tezt/lib_tezos/RPC.mli index b5715404ee44..5c64d373ea1c 100644 --- a/tezt/lib_tezos/RPC.mli +++ b/tezt/lib_tezos/RPC.mli @@ -64,7 +64,7 @@ include module type of RPC_legacy (** {2 RPC Definitions} *) -(** RPCs for [tezos-node] *) +(** RPCs for [octez-node] *) type 'a t = (Node.t, 'a) RPC_core.t (** RPC: [GET /config] *) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index e84b38aeeab5..391c25e7f367 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -28,7 +28,7 @@ let tezos_client = "./octez-client" let tezos_admin_client = "./tezos-admin-client" -let tezos_node = "./tezos-node" +let tezos_node = "./octez-node" let tezos_proxy_server = "./tezos-proxy-server" diff --git a/tezt/lib_tezos/node.mli b/tezt/lib_tezos/node.mli index 56637d9f1c30..f74c58d097cd 100644 --- a/tezt/lib_tezos/node.mli +++ b/tezt/lib_tezos/node.mli @@ -27,16 +27,16 @@ (** Convention: in this module, some functions implement node commands; those functions are named after those commands. - For instance, [Node.config_init] corresponds to [tezos-node config init], - and [Node.run] corresponds to [tezos-node run]. + For instance, [Node.config_init] corresponds to [octez-node config init], + and [Node.run] corresponds to [octez-node run]. The arguments of those functions are also named after the actual arguments. For instance, [?network] is named after [--network], to make [Node.config_init ~network:"carthagenet"] look as close as possible - to [tezos-node config init --network carthagenet]. + to [octez-node config init --network carthagenet]. Most options have default values which are not necessarily the default values - of [tezos-node]. Indeed, the latter are tailored for Mainnet, but here we + of [octez-node]. Indeed, the latter are tailored for Mainnet, but here we use defaults which are tailored for the sandbox. In particular, the default value for [?network] is ["sandbox"]. However, if you specify an option such as [~network] or [~history_mode], @@ -107,9 +107,9 @@ type t through some other means, your node will not listen. The argument list is a list of configuration options that the node - should run with. It is passed to the first run of [tezos-node config init]. - It is also passed to all runs of [tezos-node run] that occur before - [tezos-node config init]. If [Expected_pow] is given, it is also used as + should run with. It is passed to the first run of [octez-node config init]. + It is also passed to all runs of [octez-node run] that occur before + [octez-node config init]. If [Expected_pow] is given, it is also used as the default value for {!identity_generate}. If [runner] is specified, the node will be spawned on this @@ -130,9 +130,9 @@ val create : (** Add an argument to a node as if it was passed to {!create}. - The argument is passed to the next run of [tezos-node config init]. - It is also passed to all runs of [tezos-node run] that occur before - the next [tezos-node config init]. *) + The argument is passed to the next run of [octez-node config init]. + It is also passed to all runs of [octez-node run] that occur before + the next [octez-node config init]. *) val add_argument : t -> argument -> unit (** Add a [--peer] argument to a node. @@ -216,7 +216,7 @@ val terminate : ?kill:bool -> t -> unit Lwt.t (** {2 Commands} *) -(** Run [tezos-node identity generate]. *) +(** Run [octez-node identity generate]. *) val identity_generate : ?expected_pow:int -> t -> unit Lwt.t (** Same as [identity_generate], but do not wait for the process to exit. *) @@ -227,16 +227,16 @@ val spawn_identity_generate : ?expected_pow:int -> t -> Process.t The result is suitable to be passed to the node on the command-line. *) val show_history_mode : history_mode -> string -(** Run [tezos-node config init]. *) +(** Run [octez-node config init]. *) val config_init : t -> argument list -> unit Lwt.t -(** Run [tezos-node config reset]. +(** Run [octez-node config reset]. Contrary to [config_init], this does not automatically adds arguments that were passed to [create], only the [--data-dir]. *) val config_reset : t -> string list -> unit Lwt.t -(** Run [tezos-node config show]. Returns the node configuration. *) +(** Run [octez-node config show]. Returns the node configuration. *) val config_show : t -> JSON.t Lwt.t module Config_file : sig @@ -289,7 +289,7 @@ val spawn_config_init : t -> argument list -> Process.t (** A snapshot history mode for exports *) type snapshot_history_mode = Rolling_history | Full_history -(** Run [tezos-node snapshot export]. *) +(** Run [octez-node snapshot export]. *) val snapshot_export : ?history_mode:snapshot_history_mode -> ?export_level:int -> @@ -305,13 +305,13 @@ val spawn_snapshot_export : string -> Process.t -(** Run [tezos-node snapshot import]. *) +(** Run [octez-node snapshot import]. *) val snapshot_import : ?reconstruct:bool -> t -> string -> unit Lwt.t (** Same as [snapshot_import], but do not wait for the process to exit. *) val spawn_snapshot_import : ?reconstruct:bool -> t -> string -> Process.t -(** Spawn [tezos-node run]. +(** Spawn [octez-node run]. The resulting promise is fulfilled as soon as the node has been spawned. It continues running in the background. @@ -339,7 +339,7 @@ val run : argument list -> unit Lwt.t -(** Spawn [tezos-node replay]. +(** Spawn [octez-node replay]. Same as {!run} but for the [replay] command. In particular it also supports events. diff --git a/tezt/manual_tests/migration.ml b/tezt/manual_tests/migration.ml index 397aeac7e699..fb1cd8232fde 100644 --- a/tezt/manual_tests/migration.ml +++ b/tezt/manual_tests/migration.ml @@ -114,7 +114,7 @@ let migration ?yes_node_path ?yes_wallet context protocol = protocol context ; Log.info "Copying context into a temporary directory" ; - let data_dir = Temp.dir "tezos-node-test" in + let data_dir = Temp.dir "octez-node-test" in let* () = Process.run "cp" ["-R"; context ^ "/."; data_dir] in let* node = Node.init ~rpc_port:19731 ~net_port:18731 ~data_dir [Connections 0] @@ -180,7 +180,7 @@ let protocol = let context = let default = let home = Sys.getenv "HOME" in - home ^ "/tezos-node-test" + home ^ "/octez-node-test" in Option.value ~default (Sys.getenv_opt "TEZT_MIGRATION_TEST_CONTEXT") diff --git a/tezt/manual_tests/migration_voting.ml b/tezt/manual_tests/migration_voting.ml index 7437914c0b8e..137ec9f953a9 100644 --- a/tezt/manual_tests/migration_voting.ml +++ b/tezt/manual_tests/migration_voting.ml @@ -239,7 +239,7 @@ let create_yes_wallet () = let prepare_migration ?yes_node_path ?yes_wallet context protocol levels_till_migration = Log.info "Copying the context into a temporary directory" ; - let data_dir = Temp.dir "tezos-node-test" in + let data_dir = Temp.dir "octez-node-test" in let* () = Process.run "cp" ["-R"; context ^ "/."; data_dir] in let* () = Process.run "rm" [data_dir ^ "/config.json"] in let* node = @@ -390,7 +390,7 @@ let migration ?yes_node_path ?yes_wallet context protocol levels_till_migration (* The following four variables need to be updated according to the user's setup. *) (* path to an existing mainnet context, which will be copied *) -let context = "/tmp/tezos-node-2021-03-31.roll" +let context = "/tmp/octez-node-2021-03-31.roll" (* the protocol to be activated *) let protocol = "PrxmwK1B8zS4Hh2z4XFcn29eAwuypLtibiWFoQLaKf2FR1rdoK5" diff --git a/tezt/tests/injection.ml b/tezt/tests/injection.ml index 13826d7e9f35..c1748f49d10f 100644 --- a/tezt/tests/injection.ml +++ b/tezt/tests/injection.ml @@ -37,7 +37,7 @@ let protocol_path = "src/bin_client/test/proto_test_injection" let is_static_binary execname = let* output = Process.run_and_read_stdout "file" [execname] in (* Example of line returned by "file": *) - (* tezos-node: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), *) + (* octez-node: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), *) (* statically linked, no section header *) return (output =~ rex "statically linked") -- GitLab From 0a36104a83194a24689aebc55794b7a9a66ed1b3 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:55 -0400 Subject: [PATCH 57/74] Tezt: Rename tezos-snoop to octez-snoop --- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/snoop.mli | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 391c25e7f367..e1813d15d389 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -34,7 +34,7 @@ let tezos_proxy_server = "./tezos-proxy-server" let tezos_codec = "./octez-codec" -let tezos_snoop = "./tezos-snoop" +let tezos_snoop = "./octez-snoop" let tezos_protocol_compiler = "./tezos-protocol-compiler" diff --git a/tezt/lib_tezos/snoop.mli b/tezt/lib_tezos/snoop.mli index 1df7c470e741..91a23a11a37f 100644 --- a/tezt/lib_tezos/snoop.mli +++ b/tezt/lib_tezos/snoop.mli @@ -23,12 +23,12 @@ (* *) (*****************************************************************************) -(** Run tezos-snoop commands. *) +(** Run octez-snoop commands. *) -(** tezos-snoop states. *) +(** octez-snoop states. *) type t -(** Create a tezos-snoop state *) +(** Create a octez-snoop state *) val create : ?path:string -> ?color:Log.Color.t -> unit -> t (** Runs the benchmark command. @@ -38,7 +38,7 @@ val create : ?path:string -> ?color:Log.Color.t -> unit -> t The result of benchmarking is saved to [save_to]. For the meaning of the other optional parameters, see the documentation - of [tezos-snoop]. + of [octez-snoop]. *) val benchmark : bench_name:string -> -- GitLab From 5969c3dad9663174d34823be3562c1d878e897e7 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:56 -0400 Subject: [PATCH 58/74] Tezt: Rename tezos-admin-client to octez-admin-client --- tezt/lib_tezos/client.ml | 4 ++-- tezt/lib_tezos/client.mli | 8 ++++---- tezt/lib_tezos/constant.ml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tezt/lib_tezos/client.ml b/tezt/lib_tezos/client.ml index b59fd291d5ae..0999e67cf509 100644 --- a/tezt/lib_tezos/client.ml +++ b/tezt/lib_tezos/client.ml @@ -398,7 +398,7 @@ module Admin = struct match output =~* rex "Injected protocol ([^ ]+) successfully" with | None -> Test.fail - "tezos-admin-client inject protocol did not answer \"Injected \ + "octez-admin-client inject protocol did not answer \"Injected \ protocol ... successfully\"" | Some hash -> return hash @@ -422,7 +422,7 @@ module Admin = struct match output =~* rex "Protocol [^ ]+ uses environment (V\\d+)" with | None -> Test.fail - "tezos-admin-client protocol environment did not answer \"Protocol \ + "octez-admin-client protocol environment did not answer \"Protocol \ ... uses environment V...\"" | Some version -> return version end diff --git a/tezt/lib_tezos/client.mli b/tezt/lib_tezos/client.mli index 9b6d1227e9f2..b1aec3e2f645 100644 --- a/tezt/lib_tezos/client.mli +++ b/tezt/lib_tezos/client.mli @@ -252,7 +252,7 @@ val level : (** {2 Admin Client Commands} *) module Admin : sig - (** Run tezos-admin-client commands. *) + (** Run octez-admin-client commands. *) (** Ask a node to trust the address and port of another node. *) val trust_address : ?endpoint:endpoint -> peer:Node.t -> t -> unit Lwt.t @@ -292,7 +292,7 @@ module Admin : sig (** Same as [ban_peer], but do not wait for the process to exit. *) val spawn_ban_peer : ?endpoint:endpoint -> peer:string -> t -> Process.t - (** Run [tezos-admin-client inject protocol ]. + (** Run [octez-admin-client inject protocol ]. Returns the hash of the injected protocol. *) val inject_protocol : @@ -302,13 +302,13 @@ module Admin : sig val spawn_inject_protocol : ?endpoint:endpoint -> protocol_path:string -> t -> Process.t - (** Run [tezos-admin-client list protocols] and return the list of protocol hashes. *) + (** Run [octez-admin-client list protocols] and return the list of protocol hashes. *) val list_protocols : ?endpoint:endpoint -> t -> string list Lwt.t (** Same as [list_protocols], but do not wait for the process to exit. *) val spawn_list_protocols : ?endpoint:endpoint -> t -> Process.t - (** Run [tezos-admin-client protocol environment] on a protocol hash. + (** Run [octez-admin-client protocol environment] on a protocol hash. Return its environment version as a string such as ["V1"]. *) val protocol_environment : ?endpoint:endpoint -> t -> string -> string Lwt.t diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index e1813d15d389..11e4a8b827a4 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -26,7 +26,7 @@ let tezos_client = "./octez-client" -let tezos_admin_client = "./tezos-admin-client" +let tezos_admin_client = "./octez-admin-client" let tezos_node = "./octez-node" -- GitLab From c845184c8988114a3e0beee57922e73fbb66d686 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:56 -0400 Subject: [PATCH 59/74] Tezt: Rename tezos-proxy-server to octez-proxy-server --- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/proxy_server.mli | 4 ++-- tezt/tests/proxy.ml | 2 +- tezt/tests/proxy_server_test.ml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 11e4a8b827a4..16a347382a75 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -30,7 +30,7 @@ let tezos_admin_client = "./octez-admin-client" let tezos_node = "./octez-node" -let tezos_proxy_server = "./tezos-proxy-server" +let tezos_proxy_server = "./octez-proxy-server" let tezos_codec = "./octez-codec" diff --git a/tezt/lib_tezos/proxy_server.mli b/tezt/lib_tezos/proxy_server.mli index 1cff42a5000a..005f9ab90162 100644 --- a/tezt/lib_tezos/proxy_server.mli +++ b/tezt/lib_tezos/proxy_server.mli @@ -26,7 +26,7 @@ (** A proxy server instance *) type t -(** Command-line arguments of [tezos-proxy-server]. +(** Command-line arguments of [octez-proxy-server]. Not all arguments are available here, because it was not needed so far. *) type argument = @@ -35,7 +35,7 @@ type argument = instead of using a RPC. This case doesn't need a parameter, because it is computed automatically from the {!Node.t} value in {!init}. Think of this argument as a Boolean flag (not an argument) whether to pass - [--data-dir] to [tezos-proxy-server]. *) + [--data-dir] to [octez-proxy-server]. *) | Symbolic_block_caching_time of int (** Time interval (in seconds) during which data for a symbolic block identifier (like HEAD) is kept. A symbolic identifier diff --git a/tezt/tests/proxy.ml b/tezt/tests/proxy.ml index 503dcf2a2772..b1d65b2df3be 100644 --- a/tezt/tests/proxy.ml +++ b/tezt/tests/proxy.ml @@ -354,7 +354,7 @@ module Location = struct type alt_mode = | Vanilla_proxy_server (** A vanilla client ([--mode client]) but whose [--endpoint] is - a [tezos-proxy-server] *) + a [octez-proxy-server] *) | Light (** A light client ([--mode light]) *) | Proxy (** A proxy client ([--mode proxy]) *) diff --git a/tezt/tests/proxy_server_test.ml b/tezt/tests/proxy_server_test.ml index c5fefc621ec8..ca3aa00f4ab9 100644 --- a/tezt/tests/proxy_server_test.ml +++ b/tezt/tests/proxy_server_test.ml @@ -33,7 +33,7 @@ Dependencies: tezt/tests/proxy.ml *) -(** Creates a client that uses a [tezos-proxy-server] as its endpoint. Also +(** Creates a client that uses a [octez-proxy-server] as its endpoint. Also returns the node backing the proxy server, and the proxy server itself. *) let init ?nodes_args ?parameter_file ~protocol () = let* node, client = -- GitLab From 606c5db708ade004266df267a23a33c83f19530a Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:56 -0400 Subject: [PATCH 60/74] Tezt: Rename tezos-accuser to octez-accuser --- tezt/lib_tezos/accuser.mli | 6 +++--- tezt/lib_tezos/protocol.ml | 2 +- tezt/lib_tezos/protocol.mli | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tezt/lib_tezos/accuser.mli b/tezt/lib_tezos/accuser.mli index fd1d4180b580..45644658b8d2 100644 --- a/tezt/lib_tezos/accuser.mli +++ b/tezt/lib_tezos/accuser.mli @@ -45,7 +45,7 @@ type event = {name : string; value : JSON.t} events can be received. [base_dir] corresponds to the (useless) "--base-dir" argument of - the tezos-accuser command. + the octez-accuser command. The [Node.t] parameter is the accuser's node target. The accuser will be configured to be synchronised with the given node, and @@ -74,7 +74,7 @@ val terminate : ?kill:bool -> t -> unit Lwt.t (** {2 Commands} *) -(** Spawn [tezos-accuser run]. +(** Spawn [octez-accuser run]. The resulting promise is fulfilled as soon as the accuser has been spawned. It continues running in the background. *) @@ -133,7 +133,7 @@ val log_events : t -> unit events can be received. [base_dir] corresponds to the (useless) "--base-dir" argument of - the tezos-accuser command. + the octez-accuser command. The [Node.t] parameter is the accuser's node target. The accuser will be configured to be synchronised with the given node, and diff --git a/tezt/lib_tezos/protocol.ml b/tezt/lib_tezos/protocol.ml index e8b2262b4c5f..a77c93959191 100644 --- a/tezt/lib_tezos/protocol.ml +++ b/tezt/lib_tezos/protocol.ml @@ -79,7 +79,7 @@ let daemon_name = function | Kathmandu -> "014-PtKathma" | Lima -> "015-PtLimaPt" -let accuser proto = "./tezos-accuser-" ^ daemon_name proto +let accuser proto = "./octez-accuser-" ^ daemon_name proto let baker proto = "./tezos-baker-" ^ daemon_name proto diff --git a/tezt/lib_tezos/protocol.mli b/tezt/lib_tezos/protocol.mli index f9d26f38017e..dc96145323ef 100644 --- a/tezt/lib_tezos/protocol.mli +++ b/tezt/lib_tezos/protocol.mli @@ -71,7 +71,7 @@ val demo_counter_hash : string directory of the protocol, relative to the root of the repository. *) val parameter_file : ?constants:constants -> t -> string -(** Get the path of the accuser of a protocol, such as ["./tezos-accuser-alpha"]. *) +(** Get the path of the accuser of a protocol, such as ["./octez-accuser-alpha"]. *) val accuser : t -> string (** Get the path of the baker of a protocol, such as ["./tezos-baker-alpha"]. *) -- GitLab From 9fd03610e0e5e2229602ee8f3b4c34f8735dea56 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:56 -0400 Subject: [PATCH 61/74] Tezt: Rename tezos-baker to octez-baker --- tezt/lib_tezos/baker.mli | 2 +- tezt/lib_tezos/protocol.ml | 2 +- tezt/lib_tezos/protocol.mli | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tezt/lib_tezos/baker.mli b/tezt/lib_tezos/baker.mli index e0f4880ff51b..409f02c38623 100644 --- a/tezt/lib_tezos/baker.mli +++ b/tezt/lib_tezos/baker.mli @@ -48,7 +48,7 @@ type event = {name : string; value : JSON.t} (** See [Daemon.Make.on_event]. *) val on_event : t -> (event -> unit) -> unit -(** Spawn [tezos-baker run]. +(** Spawn [octez-baker run]. The resulting promise is fulfilled as soon as the baker has been spawned. It continues running in the background.*) diff --git a/tezt/lib_tezos/protocol.ml b/tezt/lib_tezos/protocol.ml index a77c93959191..46437c07f2c5 100644 --- a/tezt/lib_tezos/protocol.ml +++ b/tezt/lib_tezos/protocol.ml @@ -81,7 +81,7 @@ let daemon_name = function let accuser proto = "./octez-accuser-" ^ daemon_name proto -let baker proto = "./tezos-baker-" ^ daemon_name proto +let baker proto = "./octez-baker-" ^ daemon_name proto let encoding_prefix = daemon_name diff --git a/tezt/lib_tezos/protocol.mli b/tezt/lib_tezos/protocol.mli index dc96145323ef..e752dccc475c 100644 --- a/tezt/lib_tezos/protocol.mli +++ b/tezt/lib_tezos/protocol.mli @@ -74,7 +74,7 @@ val parameter_file : ?constants:constants -> t -> string (** Get the path of the accuser of a protocol, such as ["./octez-accuser-alpha"]. *) val accuser : t -> string -(** Get the path of the baker of a protocol, such as ["./tezos-baker-alpha"]. *) +(** Get the path of the baker of a protocol, such as ["./octez-baker-alpha"]. *) val baker : t -> string (** Get the part of the daemon name that is specific to a protocol (e.g. ["008-PtEdo2Zk"]). *) -- GitLab From c0560052a51bd36bf24fc7d2438bb1048cb4f9f0 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:57 -0400 Subject: [PATCH 62/74] Tezt: Rename tezos-sc-rollup-client-alpha to octez-sc-rollup-client-alpha --- ...p_node_first_published_at_level_global.out | 4 +- ...nt_of_rollup_node_handles_chain_reorgs.out | 4 +- tezt/lib_tezos/constant.ml | 2 +- ...ctionality (rollup_node_dal_subscript.out | 6 +- ...ances PVM state with internal messages.out | 100 +++++++++--------- ... node advances PVM state with messages.out | 100 +++++++++--------- ...th - node boots into the initial state.out | 4 +- ...games winning strategies (inbox_proof).out | 2 +- ...ng strategies (inbox_proof_at_genesis).out | 2 +- ...rategies (inbox_proof_many_empty_level.out | 2 +- ...rategies (inbox_proof_one_empty_level).out | 2 +- ...rategies (inbox_proof_with_new_content.out | 2 +- ...games winning strategies (pvm_proof_0).out | 2 +- ...games winning strategies (pvm_proof_1).out | 2 +- ...games winning strategies (pvm_proof_2).out | 2 +- ...games winning strategies (pvm_proof_3).out | 2 +- ...ning strategies (pvm_proof_at_genesis).out | 2 +- ...ion games winning strategies (timeout).out | 2 +- ...orrect handling of commitments (arith).out | 2 +- ...ing of commitments (batcher_does_not_p.out | 4 +- ...ing of commitments (commitment_is_stor.out | 4 +- ...ing of commitments (first_published_at.out | 6 +- ...ing of commitments (handles_chain_reor.out | 4 +- ...ing of commitments (maintenance_publis.out | 4 +- ...ndling of commitments (messages_reset).out | 4 +- ...ing of commitments (no_commitment_publ.out | 10 +- ...ing of commitments (node_use_proto_par.out | 4 +- ...dling of commitments (non_final_level).out | 4 +- ...ing of commitments (observer_does_not_.out | 4 +- ...ing of commitments (operator_publishes.out | 4 +- ...ing of commitments (robust_to_failures.out | 4 +- ...lpha- ensure arith boot sector is used.out | 4 +- ...ances PVM state with internal messages.out | 80 +++++++------- ... node advances PVM state with messages.out | 80 +++++++------- ..._0 - node boots into the initial state.out | 4 +- ...games winning strategies (inbox_proof).out | 2 +- ...ng strategies (inbox_proof_at_genesis).out | 2 +- ...ng strategies (inbox_proof_many_empty_.out | 2 +- ...ng strategies (inbox_proof_one_empty_l.out | 2 +- ...ng strategies (inbox_proof_with_new_co.out | 2 +- ...games winning strategies (pvm_proof_0).out | 2 +- ...games winning strategies (pvm_proof_1).out | 2 +- ...games winning strategies (pvm_proof_2).out | 2 +- ...games winning strategies (pvm_proof_3).out | 2 +- ...ning strategies (pvm_proof_at_genesis).out | 2 +- ...ion games winning strategies (timeout).out | 2 +- ...handling of commitments (batcher_does_.out | 4 +- ...handling of commitments (commitment_is.out | 4 +- ...handling of commitments (first_publish.out | 6 +- ...handling of commitments (handles_chain.out | 4 +- ...handling of commitments (maintenance_p.out | 4 +- ...handling of commitments (messages_rese.out | 4 +- ...handling of commitments (no_commitment.out | 10 +- ...handling of commitments (node_use_prot.out | 4 +- ...handling of commitments (non_final_lev.out | 4 +- ...handling of commitments (observer_does.out | 4 +- ...handling of commitments (operator_publ.out | 4 +- ...handling of commitments (robust_to_fai.out | 4 +- ...with kernel - no_parse_bad_fingerprint.out | 80 +++++++------- ...0 - runs with kernel - no_parse_random.out | 80 +++++++------- 60 files changed, 353 insertions(+), 353 deletions(-) diff --git a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out index 43bfce506238..29c3c92c05e9 100644 --- a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out +++ b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_first_published_at_level_global.out @@ -84,7 +84,7 @@ This sequence of operations was run: "sc_rollup_commitment_storage_size_in_bytes": 84, "sc_rollup_max_lookahead_in_blocks": 30000 } -./tezos-sc-rollup-client-alpha rpc get /last_published_commitment +./octez-sc-rollup-client-alpha rpc get /last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_STATE_HASH]", @@ -94,7 +94,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /last_published_commitment +./octez-sc-rollup-client-alpha rpc get /last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_STATE_HASH]", diff --git a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out index 10d28627ce81..31d1cd2167b5 100644 --- a/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out +++ b/tezt/_regressions/sc_rollup_commitment_of_rollup_node_handles_chain_reorgs.out @@ -127,7 +127,7 @@ This sequence of operations was run: -./tezos-sc-rollup-client-alpha rpc get /last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_STATE_HASH]", @@ -136,7 +136,7 @@ This sequence of operations was run: "number_of_messages": 0, "number_of_ticks": 0 }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /last_published_commitment +./octez-sc-rollup-client-alpha rpc get /last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_STATE_HASH]", diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 16a347382a75..315b9b83c8f6 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -40,7 +40,7 @@ let tezos_protocol_compiler = "./tezos-protocol-compiler" let sc_rollup_node = "./tezos-sc-rollup-node-alpha" -let sc_rollup_client = "./tezos-sc-rollup-client-alpha" +let sc_rollup_client = "./octez-sc-rollup-client-alpha" let tx_rollup_node = "./tezos-tx-rollup-node" diff --git a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out index e9b7028d8d0d..044124e4c49e 100644 --- a/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out +++ b/tezt/tests/expected/dal.ml/Alpha- Testing data availability layer functionality (rollup_node_dal_subscript.out @@ -37,11 +37,11 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions +./octez-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions [] -./tezos-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions +./octez-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions [ 0 ] -./tezos-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions +./octez-sc-rollup-client-alpha rpc get /global/dal/slot_subscriptions [ 0, 1 ] diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out index d12ddfa4040a..d8e1eba53aa9 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with internal messages.out @@ -37,152 +37,152 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\007" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "19" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "19" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\n" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "37" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "37" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\r" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "56" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "56" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\016" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "75" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "75" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\019" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "94" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "94" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\022" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "113" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "113" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\025" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "132" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "132" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\028" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "151" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "151" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\031" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "170" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "170" -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\"" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "190" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out index 4be33c7daa80..77b06e7d278a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node advances PVM state with messages.out @@ -37,10 +37,10 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" ./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -82,19 +82,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\007" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "19" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "19" ./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -137,19 +137,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\n" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "37" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "37" ./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -192,19 +192,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\r" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "56" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "56" ./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -248,19 +248,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\016" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "75" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "75" ./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -304,19 +304,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\019" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "94" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "94" ./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -360,19 +360,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\022" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "113" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "113" ./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -416,19 +416,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\025" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "132" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "132" ./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -473,19 +473,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\028" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "151" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "151" ./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -530,19 +530,19 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\031" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "170" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "170" ./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -587,11 +587,11 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\000\"" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "190" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out index 860b27068763..9cdc53823aff 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - node boots into the initial state.out @@ -37,8 +37,8 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-sc-rollup-client-alpha rpc get /global/status +./octez-sc-rollup-client-alpha rpc get /global/status "Halted" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_at_genesis).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out index 79345b8a7335..df4deec08d41 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_many_empty_level.out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out index 0a519683b2d2..7f0ce6bd973d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_one_empty_level).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out index 30c1eaae5c86..58263699404a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (inbox_proof_with_new_content.out @@ -1297,5 +1297,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_0).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_1).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out index d573575c5c8c..35fea69a5bb2 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_2).out @@ -316,5 +316,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out index 6d6e37e26925..62a12b776980 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_3).out @@ -316,5 +316,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (pvm_proof_at_genesis).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out index 8cc72bc800a6..85e0dc942314 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - refutation games winning strategies (timeout).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out index ab6d855c0060..250a54f8a485 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (arith).out @@ -76,5 +76,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha get state value for vars/value +./octez-sc-rollup-client-alpha get state value for vars/value "\000\000\128\000" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out index 954bd10f6e15..9e9769161a0d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (batcher_does_not_p.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,5 +2626,5 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out index 45a688ac1c46..fc606e3d6b2a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (commitment_is_stor.out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "5116" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out index 68645cda1a78..be2881509b74 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (first_published_at.out @@ -37,7 +37,7 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -46,7 +46,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -56,7 +56,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out index 76d1b1bc498d..bf942e5bc491 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (handles_chain_reor.out @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -85,7 +85,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out index 93e78c1ddf2d..436cb292fb56 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (maintenance_publis.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,7 +2626,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out index 82f2f09468f4..35488984056e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (messages_reset).out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out index adb023ba46b3..d02de18bb59c 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (no_commitment_publ.out @@ -37,7 +37,7 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -46,7 +46,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -259,10 +259,10 @@ This sequence of operations was run: Consumed gas: 3205.162 -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -271,7 +271,7 @@ null "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out index 4d4b99789949..783c2968981b 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (node_use_proto_par.out @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -665,7 +665,7 @@ This sequence of operations was run: "number_of_ticks": "1321" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out index 03d3d507d5ae..dbc9f84eb397 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (non_final_level).out @@ -1301,8 +1301,8 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment null -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out index 954bd10f6e15..9e9769161a0d 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (observer_does_not_.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,5 +2626,5 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out index 93e78c1ddf2d..436cb292fb56 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (operator_publishes.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,7 +2626,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out index 8ea55fb08047..824f8b19cfbc 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- arith - rollup node - correct handling of commitments (robust_to_failures.out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "5116" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out b/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out index 290740cc167c..1c1c870e35c8 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- ensure arith boot sector is used.out @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" ./octez-client --wait none originate sc rollup from bootstrap1 of kind arith of type string booting with 31 --burn-cap 9999999 @@ -156,5 +156,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out index 5a9fc886a777..8be91412c118 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with internal messages.out @@ -37,122 +37,122 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "2" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "2" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "3" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "3" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "5" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "5" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "7" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "7" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "9" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "9" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "11" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out index 8fa6d8d1fb20..df9abf2a0e24 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node advances PVM state with messages.out @@ -37,10 +37,10 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" ./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -82,16 +82,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "2" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "2" ./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -134,16 +134,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "3" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "3" ./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -186,16 +186,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" ./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -239,16 +239,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "5" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "5" ./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -292,16 +292,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" ./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -345,16 +345,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "7" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "7" ./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -398,16 +398,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" ./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -452,16 +452,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "9" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "9" ./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -506,16 +506,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" ./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -560,8 +560,8 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "11" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out index b7d5652455e8..9f62e4c38c1c 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - node boots into the initial state.out @@ -37,8 +37,8 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" -./tezos-sc-rollup-client-alpha rpc get /global/status +./octez-sc-rollup-client-alpha rpc get /global/status "Computing" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_at_genesis).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out index 88294cd2c12f..4ba09cce2dff 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_many_empty_.out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out index 8ff5fb39d13d..7c32adabb25f 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_one_empty_l.out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out index f93c3d7a8db1..db6b3a4af616 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (inbox_proof_with_new_co.out @@ -1297,5 +1297,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_0).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_1).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out index 19cd18ecd0e1..230d77ec29d2 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_2).out @@ -316,5 +316,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out index dd756ecd0cf0..a53a905580b3 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_3).out @@ -316,5 +316,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (pvm_proof_at_genesis).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out index 07faf16e12dd..f2e1cbc31b75 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - refutation games winning strategies (timeout).out @@ -442,5 +442,5 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out index f0fd77ac961b..12c229c5f1ef 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (batcher_does_.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,5 +2626,5 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out index da554c0ea338..311f774cb523 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (commitment_is.out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "466" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out index 9f1a3ce65483..cc9a13576581 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (first_publish.out @@ -37,7 +37,7 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -46,7 +46,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -56,7 +56,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out index 6d5612753c44..8b84ae9b1ba0 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (handles_chain.out @@ -76,7 +76,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -85,7 +85,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out index e8c08ffe3e56..4a87b98481f3 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (maintenance_p.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,7 +2626,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out index d555f76399fd..bea372a37c9a 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (messages_rese.out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out index 29e2c10ed3f2..3e242a14d01e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (no_commitment.out @@ -37,7 +37,7 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -46,7 +46,7 @@ This sequence of operations was run: "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -259,10 +259,10 @@ This sequence of operations was run: Consumed gas: 3205.162 -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -271,7 +271,7 @@ null "number_of_ticks": "0" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out index bd820b4c4ccd..6672b2668a0f 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (node_use_prot.out @@ -656,7 +656,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -665,7 +665,7 @@ This sequence of operations was run: "number_of_ticks": "121" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out index 2fe61eee602a..2e002fe62cc1 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (non_final_lev.out @@ -1301,8 +1301,8 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment null -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out index f0fd77ac961b..12c229c5f1ef 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (observer_does.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,5 +2626,5 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment null diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out index e8c08ffe3e56..4a87b98481f3 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (operator_publ.out @@ -2616,7 +2616,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -2626,7 +2626,7 @@ This sequence of operations was run: "hash": "[SC_ROLLUP_COMMITMENT_HASH]", "published_at_level": 35 } -./tezos-sc-rollup-client-alpha rpc get /local/last_published_commitment +./octez-sc-rollup-client-alpha rpc get /local/last_published_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out index 19615800f521..098de009b526 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - rollup node - correct handling of commitments (robust_to_fai.out @@ -1301,7 +1301,7 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", @@ -1310,7 +1310,7 @@ This sequence of operations was run: "number_of_ticks": "466" }, "hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/last_stored_commitment +./octez-sc-rollup-client-alpha rpc get /global/last_stored_commitment { "commitment": { "compressed_state": "[SC_ROLLUP_PVM_STATE_HASH]", diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out index e7e9f5df9f12..c11529e0c175 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_bad_fingerprint.out @@ -37,10 +37,10 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" ./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -82,16 +82,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" ./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -134,16 +134,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" ./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -186,16 +186,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" ./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -239,16 +239,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" ./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -292,16 +292,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "12" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "12" ./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -345,16 +345,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "14" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "14" ./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -398,16 +398,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "16" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "16" ./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -452,16 +452,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "18" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "18" ./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -506,16 +506,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "20" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "20" ./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -560,8 +560,8 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "22" diff --git a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out index f029e6bba35b..471184996a6e 100644 --- a/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out +++ b/tezt/tests/expected/sc_rollup.ml/Alpha- wasm_2_0_0 - runs with kernel - no_parse_random.out @@ -37,10 +37,10 @@ This sequence of operations was run: { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "0" ./octez-client --wait none send sc rollup message '["1 6 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -82,16 +82,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "4" ./octez-client --wait none send sc rollup message '["2 8 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -134,16 +134,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "6" ./octez-client --wait none send sc rollup message '["3 10 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -186,16 +186,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "8" ./octez-client --wait none send sc rollup message '["4 12 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -239,16 +239,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "10" ./octez-client --wait none send sc rollup message '["5 14 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -292,16 +292,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "12" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "12" ./octez-client --wait none send sc rollup message '["6 16 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -345,16 +345,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "14" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "14" ./octez-client --wait none send sc rollup message '["7 18 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -398,16 +398,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "16" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "16" ./octez-client --wait none send sc rollup message '["8 20 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -452,16 +452,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "18" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "18" ./octez-client --wait none send sc rollup message '["9 22 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -506,16 +506,16 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "20" -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "20" ./octez-client --wait none send sc rollup message '["10 24 + value"]' from bootstrap2 to '[SC_ROLLUP_HASH]' @@ -560,8 +560,8 @@ This sequence of operations was run: } -./tezos-sc-rollup-client-alpha rpc get /global/state_hash +./octez-sc-rollup-client-alpha rpc get /global/state_hash "[SC_ROLLUP_PVM_STATE_HASH]" -./tezos-sc-rollup-client-alpha rpc get /global/total_ticks +./octez-sc-rollup-client-alpha rpc get /global/total_ticks "22" -- GitLab From 4ff164fff2eff45efc3468d4ab919df47a437383 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:57 -0400 Subject: [PATCH 63/74] Tezt: Rename tezos-signer to octez-signer --- tezt/lib_tezos/signer.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/lib_tezos/signer.ml b/tezt/lib_tezos/signer.ml index bc0358499c6a..1c93fba63c89 100644 --- a/tezt/lib_tezos/signer.ml +++ b/tezt/lib_tezos/signer.ml @@ -34,7 +34,7 @@ module Parameters = struct type session_state = {mutable ready : bool} - let signer_path = "./tezos-signer" + let signer_path = "./octez-signer" let base_default_name = "signer" -- GitLab From b4cccdb51e54bca15a6030e7c4d8855b8d9c91fb Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:57 -0400 Subject: [PATCH 64/74] Tezt: Rename tezos-tx-rollup-node to octez-tx-rollup-node --- tezt/lib_tezos/constant.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 315b9b83c8f6..a6de0a8a8d82 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -42,7 +42,7 @@ let sc_rollup_node = "./tezos-sc-rollup-node-alpha" let sc_rollup_client = "./octez-sc-rollup-client-alpha" -let tx_rollup_node = "./tezos-tx-rollup-node" +let tx_rollup_node = "./octez-tx-rollup-node" let tx_rollup_client = "./tezos-tx-rollup-client" -- GitLab From 6f40f94a4d55e909b26060711d552bbb2424be33 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:57 -0400 Subject: [PATCH 65/74] Tezt: Rename tezos-tx-rollup-client to octez-tx-rollup-client --- tezt/lib_tezos/constant.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index a6de0a8a8d82..88397079911f 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -44,7 +44,7 @@ let sc_rollup_client = "./octez-sc-rollup-client-alpha" let tx_rollup_node = "./octez-tx-rollup-node" -let tx_rollup_client = "./tezos-tx-rollup-client" +let tx_rollup_client = "./octez-tx-rollup-client" let dal_node = "./tezos-dal-node" -- GitLab From a85eaf6ad81e6904f4bc57b72ff5049a4413ce82 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:58 -0400 Subject: [PATCH 66/74] Tezt: Rename tezos-sc-rollup-node-alpha to octez-sc-rollup-node-alpha --- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/sc_rollup_node.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 88397079911f..b2f662dabef2 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -38,7 +38,7 @@ let tezos_snoop = "./octez-snoop" let tezos_protocol_compiler = "./tezos-protocol-compiler" -let sc_rollup_node = "./tezos-sc-rollup-node-alpha" +let sc_rollup_node = "./octez-sc-rollup-node-alpha" let sc_rollup_client = "./octez-sc-rollup-client-alpha" diff --git a/tezt/lib_tezos/sc_rollup_node.mli b/tezt/lib_tezos/sc_rollup_node.mli index ffaedcfa8fc4..231d41857b57 100644 --- a/tezt/lib_tezos/sc_rollup_node.mli +++ b/tezt/lib_tezos/sc_rollup_node.mli @@ -114,7 +114,7 @@ val wait : t -> Unix.process_status Lwt.t a SIGKILL is sent instead of a SIGTERM. *) val terminate : ?kill:bool -> t -> unit Lwt.t -(** Run [tezos-sc-rollup-node-alpha config init ?loser_mode rollup_address]. +(** Run [octez-sc-rollup-node-alpha config init ?loser_mode rollup_address]. Returns the name of the resulting configuration file. *) val config_init : t -> ?loser_mode:string -> string -> string Lwt.t -- GitLab From 657bc3e097a6ae4c0790355bbbc2b1991032c0e0 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:58 -0400 Subject: [PATCH 67/74] Tezt: Rename tezos-dal-node to octez-dal-node --- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/dal_node.ml | 2 +- tezt/lib_tezos/dal_node.mli | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index b2f662dabef2..8073ef715e46 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -46,7 +46,7 @@ let tx_rollup_node = "./octez-tx-rollup-node" let tx_rollup_client = "./octez-tx-rollup-client" -let dal_node = "./tezos-dal-node" +let dal_node = "./octez-dal-node" (** Key pair used to activate a protocol from genesis with [--network sandbox]. The public key is hard-coded in the node. *) diff --git a/tezt/lib_tezos/dal_node.ml b/tezt/lib_tezos/dal_node.ml index 2a342f54c40f..129719243fd7 100644 --- a/tezt/lib_tezos/dal_node.ml +++ b/tezt/lib_tezos/dal_node.ml @@ -34,7 +34,7 @@ module Parameters = struct type session_state = {mutable ready : bool} - let base_default_name = "tezos-dal-node" + let base_default_name = "octez-dal-node" let default_colors = Log.Color.[|FG.gray; FG.magenta; FG.yellow; FG.green|] end diff --git a/tezt/lib_tezos/dal_node.mli b/tezt/lib_tezos/dal_node.mli index c181390db49a..4b5203f5be8b 100644 --- a/tezt/lib_tezos/dal_node.mli +++ b/tezt/lib_tezos/dal_node.mli @@ -82,7 +82,7 @@ val is_running_not_ready : t -> bool running, make the test fail. *) val wait : t -> Unix.process_status Lwt.t -(** Run [tezos-dal-node init-config]. Returns the name of the resulting +(** Run [octez-dal-node init-config]. Returns the name of the resulting configuration file. If [use_unsafe_srs] is [true], the dal node runs with unsafe computed SRS -- GitLab From 3f94d3dc0d20844236508871e7d69f92c47949bb Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:29:58 -0400 Subject: [PATCH 68/74] Tezt: Rename tezos-protocol-compiler to octez-protocol-compiler --- tezt/lib_tezos/constant.ml | 2 +- tezt/lib_tezos/protocol_compiler.mli | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tezt/lib_tezos/constant.ml b/tezt/lib_tezos/constant.ml index 8073ef715e46..a487c5b3de2a 100644 --- a/tezt/lib_tezos/constant.ml +++ b/tezt/lib_tezos/constant.ml @@ -36,7 +36,7 @@ let tezos_codec = "./octez-codec" let tezos_snoop = "./octez-snoop" -let tezos_protocol_compiler = "./tezos-protocol-compiler" +let tezos_protocol_compiler = "./octez-protocol-compiler" let sc_rollup_node = "./octez-sc-rollup-node-alpha" diff --git a/tezt/lib_tezos/protocol_compiler.mli b/tezt/lib_tezos/protocol_compiler.mli index a57aef4e6c7c..c36fc14f3339 100644 --- a/tezt/lib_tezos/protocol_compiler.mli +++ b/tezt/lib_tezos/protocol_compiler.mli @@ -23,13 +23,13 @@ (* *) (*****************************************************************************) -(** Run tezos-protocol-compiler commands. *) +(** Run octez-protocol-compiler commands. *) (** In all functions below, [path] can be used to override the path - to [tezos-protocol-compiler], which is [Constant.tezos_protocol_compiler] + to [octez-protocol-compiler], which is [Constant.tezos_protocol_compiler] by default. *) -(** Run [tezos-protocol-compiler ] and return the hash +(** Run [octez-protocol-compiler ] and return the hash of the compiled protocol. If [hash_only] is set, then pass [-hash-only] to the protocol -- GitLab From afe3b901a91a54ef580ed27a9d962fee0485797c Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 27 Sep 2022 17:32:23 -0400 Subject: [PATCH 69/74] Manifest: Generate --- .gitlab/ci/opam-ci.yml | 402 +++++++++--------- devtools/tztop/dune | 2 +- dune-project | 70 +-- opam/internal-devtools.opam | 2 +- opam/mandatory-for-make.opam | 11 - ...a.opam => octez-accuser-012-Psithaca.opam} | 0 ...t.opam => octez-accuser-013-PtJakart.opam} | 0 ...a.opam => octez-accuser-014-PtKathma.opam} | 0 ...t.opam => octez-accuser-015-PtLimaPt.opam} | 0 ...er-alpha.opam => octez-accuser-alpha.opam} | 0 ...aca.opam => octez-baker-012-Psithaca.opam} | 0 ...art.opam => octez-baker-013-PtJakart.opam} | 0 ...hma.opam => octez-baker-014-PtKathma.opam} | 0 ...aPt.opam => octez-baker-015-PtLimaPt.opam} | 0 ...aker-alpha.opam => octez-baker-alpha.opam} | 0 opam/{tezos-client.opam => octez-client.opam} | 2 +- opam/{tezos-codec.opam => octez-codec.opam} | 2 +- ...ezos-dal-node.opam => octez-dal-node.opam} | 2 +- opam/{tezos-node.opam => octez-node.opam} | 4 +- ...iler.opam => octez-protocol-compiler.opam} | 0 ...xy-server.opam => octez-proxy-server.opam} | 2 +- ... octez-sc-rollup-client-013-PtJakart.opam} | 2 +- ... octez-sc-rollup-client-014-PtKathma.opam} | 2 +- ... octez-sc-rollup-client-015-PtLimaPt.opam} | 2 +- ...opam => octez-sc-rollup-client-alpha.opam} | 2 +- ...=> octez-sc-rollup-node-013-PtJakart.opam} | 0 ...=> octez-sc-rollup-node-014-PtKathma.opam} | 0 ...=> octez-sc-rollup-node-015-PtLimaPt.opam} | 0 ...a.opam => octez-sc-rollup-node-alpha.opam} | 0 opam/{tezos-signer.opam => octez-signer.opam} | 2 +- opam/{tezos-snoop.opam => octez-snoop.opam} | 2 +- ... octez-tx-rollup-client-013-PtJakart.opam} | 2 +- ... octez-tx-rollup-client-014-PtKathma.opam} | 2 +- ... octez-tx-rollup-client-015-PtLimaPt.opam} | 2 +- ...opam => octez-tx-rollup-client-alpha.opam} | 2 +- ...=> octez-tx-rollup-node-013-PtJakart.opam} | 0 ...=> octez-tx-rollup-node-014-PtKathma.opam} | 0 ...=> octez-tx-rollup-node-015-PtLimaPt.opam} | 0 ...a.opam => octez-tx-rollup-node-alpha.opam} | 0 ...os-validator.opam => octez-validator.opam} | 2 +- opam/tezos-context.opam | 2 +- opam/tezos-dal-015-PtLimaPt.opam | 2 +- opam/tezos-dal-alpha.opam | 2 +- .../tezos-embedded-protocol-000-Ps9mPmXa.opam | 2 +- .../tezos-embedded-protocol-001-PtCJ7pwo.opam | 2 +- .../tezos-embedded-protocol-002-PsYLVpVv.opam | 2 +- .../tezos-embedded-protocol-003-PsddFKi3.opam | 2 +- .../tezos-embedded-protocol-004-Pt24m4xi.opam | 2 +- .../tezos-embedded-protocol-005-PsBABY5H.opam | 2 +- .../tezos-embedded-protocol-005-PsBabyM1.opam | 2 +- .../tezos-embedded-protocol-006-PsCARTHA.opam | 2 +- .../tezos-embedded-protocol-007-PsDELPH1.opam | 2 +- .../tezos-embedded-protocol-008-PtEdo2Zk.opam | 2 +- .../tezos-embedded-protocol-008-PtEdoTez.opam | 2 +- .../tezos-embedded-protocol-009-PsFLoren.opam | 2 +- .../tezos-embedded-protocol-010-PtGRANAD.opam | 2 +- .../tezos-embedded-protocol-011-PtHangz2.opam | 2 +- .../tezos-embedded-protocol-012-Psithaca.opam | 2 +- .../tezos-embedded-protocol-013-PtJakart.opam | 2 +- .../tezos-embedded-protocol-014-PtKathma.opam | 2 +- .../tezos-embedded-protocol-015-PtLimaPt.opam | 2 +- opam/tezos-embedded-protocol-alpha.opam | 2 +- .../tezos-embedded-protocol-demo-counter.opam | 2 +- opam/tezos-embedded-protocol-demo-noops.opam | 2 +- opam/tezos-embedded-protocol-genesis.opam | 2 +- opam/tezos-protocol-updater.opam | 4 +- opam/tezos-shell-context.opam | 2 +- opam/tezos-shell.opam | 2 +- opam/tezos-store.opam | 2 +- script-inputs/binaries-for-release | 62 +-- script-inputs/static-packages | 70 +-- src/bin_client/dune | 10 +- src/bin_codec/dune | 4 +- src/bin_dal_node/dune | 4 +- src/bin_node/dune | 12 +- src/bin_proxy_server/dune | 4 +- src/bin_signer/dune | 4 +- src/bin_snoop/dune | 6 +- src/bin_validation/bin/dune | 8 +- src/bin_validation/dune | 4 +- src/lib_protocol_compiler/bin/dune | 18 +- src/lib_protocol_compiler/dune | 14 +- src/lib_protocol_compiler/registerer/dune | 2 +- src/lib_protocol_updater/dune | 4 +- src/proto_000_Ps9mPmXa/lib_protocol/dune | 6 +- src/proto_001_PtCJ7pwo/lib_protocol/dune | 6 +- src/proto_002_PsYLVpVv/lib_protocol/dune | 6 +- src/proto_003_PsddFKi3/lib_protocol/dune | 6 +- src/proto_004_Pt24m4xi/lib_protocol/dune | 6 +- src/proto_005_PsBABY5H/lib_protocol/dune | 6 +- src/proto_005_PsBabyM1/lib_protocol/dune | 6 +- src/proto_006_PsCARTHA/lib_protocol/dune | 6 +- src/proto_007_PsDELPH1/lib_protocol/dune | 6 +- src/proto_008_PtEdo2Zk/lib_protocol/dune | 6 +- src/proto_008_PtEdoTez/lib_protocol/dune | 6 +- src/proto_009_PsFLoren/lib_protocol/dune | 6 +- src/proto_010_PtGRANAD/lib_protocol/dune | 6 +- src/proto_011_PtHangz2/lib_protocol/dune | 6 +- src/proto_012_Psithaca/bin_accuser/dune | 4 +- src/proto_012_Psithaca/bin_baker/dune | 4 +- src/proto_012_Psithaca/lib_protocol/dune | 6 +- src/proto_013_PtJakart/bin_accuser/dune | 4 +- src/proto_013_PtJakart/bin_baker/dune | 4 +- .../bin_sc_rollup_client/dune | 4 +- .../bin_sc_rollup_node/dune | 4 +- .../bin_tx_rollup_client/dune | 4 +- .../bin_tx_rollup_node/dune | 4 +- src/proto_013_PtJakart/lib_protocol/dune | 6 +- src/proto_014_PtKathma/bin_accuser/dune | 4 +- src/proto_014_PtKathma/bin_baker/dune | 4 +- .../bin_sc_rollup_client/dune | 4 +- .../bin_sc_rollup_node/dune | 4 +- .../bin_tx_rollup_client/dune | 4 +- .../bin_tx_rollup_node/dune | 4 +- src/proto_014_PtKathma/lib_protocol/dune | 6 +- src/proto_015_PtLimaPt/bin_accuser/dune | 4 +- src/proto_015_PtLimaPt/bin_baker/dune | 4 +- .../bin_sc_rollup_client/dune | 4 +- .../bin_sc_rollup_node/dune | 4 +- .../bin_tx_rollup_client/dune | 4 +- .../bin_tx_rollup_node/dune | 4 +- src/proto_015_PtLimaPt/lib_dal/dune | 2 +- src/proto_015_PtLimaPt/lib_protocol/dune | 6 +- src/proto_alpha/bin_accuser/dune | 4 +- src/proto_alpha/bin_baker/dune | 4 +- src/proto_alpha/bin_sc_rollup_client/dune | 4 +- src/proto_alpha/bin_sc_rollup_node/dune | 4 +- src/proto_alpha/bin_tx_rollup_client/dune | 4 +- src/proto_alpha/bin_tx_rollup_node/dune | 4 +- src/proto_alpha/lib_dal/dune | 2 +- src/proto_alpha/lib_protocol/dune | 6 +- src/proto_demo_counter/lib_protocol/dune | 6 +- src/proto_demo_noops/lib_protocol/dune | 6 +- src/proto_genesis/lib_protocol/dune | 6 +- 134 files changed, 518 insertions(+), 529 deletions(-) delete mode 100644 opam/mandatory-for-make.opam rename opam/{tezos-accuser-012-Psithaca.opam => octez-accuser-012-Psithaca.opam} (100%) rename opam/{tezos-accuser-013-PtJakart.opam => octez-accuser-013-PtJakart.opam} (100%) rename opam/{tezos-accuser-014-PtKathma.opam => octez-accuser-014-PtKathma.opam} (100%) rename opam/{tezos-accuser-015-PtLimaPt.opam => octez-accuser-015-PtLimaPt.opam} (100%) rename opam/{tezos-accuser-alpha.opam => octez-accuser-alpha.opam} (100%) rename opam/{tezos-baker-012-Psithaca.opam => octez-baker-012-Psithaca.opam} (100%) rename opam/{tezos-baker-013-PtJakart.opam => octez-baker-013-PtJakart.opam} (100%) rename opam/{tezos-baker-014-PtKathma.opam => octez-baker-014-PtKathma.opam} (100%) rename opam/{tezos-baker-015-PtLimaPt.opam => octez-baker-015-PtLimaPt.opam} (100%) rename opam/{tezos-baker-alpha.opam => octez-baker-alpha.opam} (100%) rename opam/{tezos-client.opam => octez-client.opam} (97%) rename opam/{tezos-codec.opam => octez-codec.opam} (94%) rename opam/{tezos-dal-node.opam => octez-dal-node.opam} (95%) rename opam/{tezos-node.opam => octez-node.opam} (97%) rename opam/{tezos-protocol-compiler.opam => octez-protocol-compiler.opam} (100%) rename opam/{tezos-proxy-server.opam => octez-proxy-server.opam} (97%) rename opam/{tezos-sc-rollup-client-013-PtJakart.opam => octez-sc-rollup-client-013-PtJakart.opam} (92%) rename opam/{tezos-sc-rollup-client-014-PtKathma.opam => octez-sc-rollup-client-014-PtKathma.opam} (92%) rename opam/{tezos-sc-rollup-client-015-PtLimaPt.opam => octez-sc-rollup-client-015-PtLimaPt.opam} (92%) rename opam/{tezos-sc-rollup-client-alpha.opam => octez-sc-rollup-client-alpha.opam} (92%) rename opam/{tezos-sc-rollup-node-013-PtJakart.opam => octez-sc-rollup-node-013-PtJakart.opam} (100%) rename opam/{tezos-sc-rollup-node-014-PtKathma.opam => octez-sc-rollup-node-014-PtKathma.opam} (100%) rename opam/{tezos-sc-rollup-node-015-PtLimaPt.opam => octez-sc-rollup-node-015-PtLimaPt.opam} (100%) rename opam/{tezos-sc-rollup-node-alpha.opam => octez-sc-rollup-node-alpha.opam} (100%) rename opam/{tezos-signer.opam => octez-signer.opam} (94%) rename opam/{tezos-snoop.opam => octez-snoop.opam} (94%) rename opam/{tezos-tx-rollup-client-013-PtJakart.opam => octez-tx-rollup-client-013-PtJakart.opam} (91%) rename opam/{tezos-tx-rollup-client-014-PtKathma.opam => octez-tx-rollup-client-014-PtKathma.opam} (91%) rename opam/{tezos-tx-rollup-client-015-PtLimaPt.opam => octez-tx-rollup-client-015-PtLimaPt.opam} (91%) rename opam/{tezos-tx-rollup-client-alpha.opam => octez-tx-rollup-client-alpha.opam} (91%) rename opam/{tezos-tx-rollup-node-013-PtJakart.opam => octez-tx-rollup-node-013-PtJakart.opam} (100%) rename opam/{tezos-tx-rollup-node-014-PtKathma.opam => octez-tx-rollup-node-014-PtKathma.opam} (100%) rename opam/{tezos-tx-rollup-node-015-PtLimaPt.opam => octez-tx-rollup-node-015-PtLimaPt.opam} (100%) rename opam/{tezos-tx-rollup-node-alpha.opam => octez-tx-rollup-node-alpha.opam} (100%) rename opam/{tezos-validator.opam => octez-validator.opam} (91%) diff --git a/.gitlab/ci/opam-ci.yml b/.gitlab/ci/opam-ci.yml index 6fb729ebb56a..426423b9e387 100644 --- a/.gitlab/ci/opam-ci.yml +++ b/.gitlab/ci/opam-ci.yml @@ -5,9 +5,13 @@ # Ignoring package lazy-containers-tests, it only contains tests or private targets -# Ignoring package tezos-benchmark-tests, it only contains tests or private targets +# Ignoring package octez-dal-node, it only contains tests or private targets + +# Ignoring package octez-proxy-server, it only contains tests or private targets -# Ignoring package tezos-dal-node, it only contains tests or private targets +# Ignoring package octez-snoop, it only contains tests or private targets + +# Ignoring package tezos-benchmark-tests, it only contains tests or private targets # Ignoring package tezos-dal-node-lib, it only contains tests or private targets @@ -35,14 +39,10 @@ # Ignoring package tezos-protocol-plugin-alpha-tests, it only contains tests or private targets -# Ignoring package tezos-proxy-server, it only contains tests or private targets - # Ignoring package tezos-scoru-wasm-test, it only contains tests or private targets # Ignoring package tezos-shell-context-test, it only contains tests or private targets -# Ignoring package tezos-snoop, it only contains tests or private targets - # Ignoring package tezos-tps-evaluation, it only contains tests or private targets # Ignoring package tezt-self-tests, it only contains tests or private targets @@ -304,115 +304,269 @@ opam:lazy-containers: variables: package: lazy-containers -opam:tezos-012-Psithaca-test-helpers: +opam:octez-accuser-012-Psithaca: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_1 variables: - package: tezos-012-Psithaca-test-helpers + package: octez-accuser-012-Psithaca -opam:tezos-013-PtJakart-test-helpers: +opam:octez-accuser-013-PtJakart: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_1 variables: - package: tezos-013-PtJakart-test-helpers + package: octez-accuser-013-PtJakart -opam:tezos-014-PtKathma-test-helpers: +opam:octez-accuser-014-PtKathma: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_1 variables: - package: tezos-014-PtKathma-test-helpers + package: octez-accuser-014-PtKathma -opam:tezos-015-PtLimaPt-test-helpers: +opam:octez-accuser-015-PtLimaPt: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_1 variables: - package: tezos-015-PtLimaPt-test-helpers + package: octez-accuser-015-PtLimaPt -opam:tezos-accuser-012-Psithaca: +opam:octez-accuser-alpha: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-accuser-012-Psithaca + package: octez-accuser-alpha -opam:tezos-accuser-013-PtJakart: +opam:octez-baker-012-Psithaca: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-accuser-013-PtJakart + package: octez-baker-012-Psithaca -opam:tezos-accuser-014-PtKathma: +opam:octez-baker-013-PtJakart: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-accuser-014-PtKathma + package: octez-baker-013-PtJakart -opam:tezos-accuser-015-PtLimaPt: +opam:octez-baker-014-PtKathma: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-accuser-015-PtLimaPt + package: octez-baker-014-PtKathma -opam:tezos-accuser-alpha: +opam:octez-baker-015-PtLimaPt: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-accuser-alpha + package: octez-baker-015-PtLimaPt -opam:tezos-alpha-test-helpers: +opam:octez-baker-alpha: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_1 + variables: + package: octez-baker-alpha + +opam:octez-client: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_1 + variables: + package: octez-client + +opam:octez-codec: extends: - .opam_template - .rules_template__trigger_opam_batch_2 variables: - package: tezos-alpha-test-helpers + package: octez-codec + +opam:octez-node: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-node + +opam:octez-protocol-compiler: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_6 + variables: + package: octez-protocol-compiler + +opam:octez-sc-rollup-client-013-PtJakart: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-client-013-PtJakart + +opam:octez-sc-rollup-client-014-PtKathma: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-client-014-PtKathma + +opam:octez-sc-rollup-client-015-PtLimaPt: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-client-015-PtLimaPt + +opam:octez-sc-rollup-client-alpha: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-client-alpha + +opam:octez-sc-rollup-node-013-PtJakart: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-node-013-PtJakart + +opam:octez-sc-rollup-node-014-PtKathma: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-node-014-PtKathma + +opam:octez-sc-rollup-node-015-PtLimaPt: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-node-015-PtLimaPt + +opam:octez-sc-rollup-node-alpha: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: octez-sc-rollup-node-alpha -opam:tezos-baker-012-Psithaca: +opam:octez-signer: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_3 + variables: + package: octez-signer + +opam:octez-tx-rollup-client-013-PtJakart: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-baker-012-Psithaca + package: octez-tx-rollup-client-013-PtJakart -opam:tezos-baker-013-PtJakart: +opam:octez-tx-rollup-client-014-PtKathma: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-baker-013-PtJakart + package: octez-tx-rollup-client-014-PtKathma -opam:tezos-baker-014-PtKathma: +opam:octez-tx-rollup-client-015-PtLimaPt: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-baker-014-PtKathma + package: octez-tx-rollup-client-015-PtLimaPt -opam:tezos-baker-015-PtLimaPt: +opam:octez-tx-rollup-client-alpha: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-baker-015-PtLimaPt + package: octez-tx-rollup-client-alpha -opam:tezos-baker-alpha: +opam:octez-tx-rollup-node-013-PtJakart: extends: - .opam_template - .rules_template__trigger_opam_batch_1 variables: - package: tezos-baker-alpha + package: octez-tx-rollup-node-013-PtJakart -opam:tezos-baking-012-Psithaca: +opam:octez-tx-rollup-node-014-PtKathma: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_1 + variables: + package: octez-tx-rollup-node-014-PtKathma + +opam:octez-tx-rollup-node-015-PtLimaPt: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_1 + variables: + package: octez-tx-rollup-node-015-PtLimaPt + +opam:octez-tx-rollup-node-alpha: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_1 + variables: + package: octez-tx-rollup-node-alpha + +opam:octez-validator: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_3 + variables: + package: octez-validator + +opam:tezos-012-Psithaca-test-helpers: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: tezos-012-Psithaca-test-helpers + +opam:tezos-013-PtJakart-test-helpers: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: tezos-013-PtJakart-test-helpers + +opam:tezos-014-PtKathma-test-helpers: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: tezos-014-PtKathma-test-helpers + +opam:tezos-015-PtLimaPt-test-helpers: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_2 + variables: + package: tezos-015-PtLimaPt-test-helpers + +opam:tezos-alpha-test-helpers: extends: - .opam_template - .rules_template__trigger_opam_batch_2 + variables: + package: tezos-alpha-test-helpers + +opam:tezos-baking-012-Psithaca: + extends: + - .opam_template + - .rules_template__trigger_opam_batch_3 variables: package: tezos-baking-012-Psithaca @@ -426,7 +580,7 @@ opam:tezos-baking-012-Psithaca-commands: opam:tezos-baking-013-PtJakart: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_3 variables: package: tezos-baking-013-PtJakart @@ -440,7 +594,7 @@ opam:tezos-baking-013-PtJakart-commands: opam:tezos-baking-014-PtKathma: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_3 variables: package: tezos-baking-014-PtKathma @@ -454,7 +608,7 @@ opam:tezos-baking-014-PtKathma-commands: opam:tezos-baking-015-PtLimaPt: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_3 variables: package: tezos-baking-015-PtLimaPt @@ -468,7 +622,7 @@ opam:tezos-baking-015-PtLimaPt-commands: opam:tezos-baking-alpha: extends: - .opam_template - - .rules_template__trigger_opam_batch_2 + - .rules_template__trigger_opam_batch_3 variables: package: tezos-baking-alpha @@ -619,13 +773,6 @@ opam:tezos-clic: variables: package: tezos-clic -opam:tezos-client: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-client - opam:tezos-client-000-Ps9mPmXa: extends: - .opam_template @@ -780,13 +927,6 @@ opam:tezos-client-genesis: variables: package: tezos-client-genesis -opam:tezos-codec: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_2 - variables: - package: tezos-codec - opam:tezos-context: extends: - .opam_template @@ -1109,13 +1249,6 @@ opam:tezos-mockup-registration: variables: package: tezos-mockup-registration -opam:tezos-node: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_3 - variables: - package: tezos-node - opam:tezos-openapi: extends: - .opam_template @@ -1270,13 +1403,6 @@ opam:tezos-protocol-alpha: variables: package: tezos-protocol-alpha -opam:tezos-protocol-compiler: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_6 - variables: - package: tezos-protocol-compiler - opam:tezos-protocol-demo-counter: extends: - .opam_template @@ -1427,7 +1553,7 @@ opam:tezos-protocol-plugin-015-PtLimaPt: opam:tezos-protocol-plugin-015-PtLimaPt-registerer: extends: - .opam_template - - .rules_template__trigger_opam_batch_3 + - .rules_template__trigger_opam_batch_4 variables: package: tezos-protocol-plugin-015-PtLimaPt-registerer @@ -1441,7 +1567,7 @@ opam:tezos-protocol-plugin-alpha: opam:tezos-protocol-plugin-alpha-registerer: extends: - .opam_template - - .rules_template__trigger_opam_batch_3 + - .rules_template__trigger_opam_batch_4 variables: package: tezos-protocol-plugin-alpha-registerer @@ -1543,62 +1669,6 @@ opam:tezos-sc-rollup-alpha: variables: package: tezos-sc-rollup-alpha -opam:tezos-sc-rollup-client-013-PtJakart: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_3 - variables: - package: tezos-sc-rollup-client-013-PtJakart - -opam:tezos-sc-rollup-client-014-PtKathma: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_3 - variables: - package: tezos-sc-rollup-client-014-PtKathma - -opam:tezos-sc-rollup-client-015-PtLimaPt: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_3 - variables: - package: tezos-sc-rollup-client-015-PtLimaPt - -opam:tezos-sc-rollup-client-alpha: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_3 - variables: - package: tezos-sc-rollup-client-alpha - -opam:tezos-sc-rollup-node-013-PtJakart: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_2 - variables: - package: tezos-sc-rollup-node-013-PtJakart - -opam:tezos-sc-rollup-node-014-PtKathma: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_2 - variables: - package: tezos-sc-rollup-node-014-PtKathma - -opam:tezos-sc-rollup-node-015-PtLimaPt: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_2 - variables: - package: tezos-sc-rollup-node-015-PtLimaPt - -opam:tezos-sc-rollup-node-alpha: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_2 - variables: - package: tezos-sc-rollup-node-alpha - opam:tezos-scoru-wasm: extends: - .opam_template @@ -1641,13 +1711,6 @@ opam:tezos-shell-services-test-helpers: variables: package: tezos-shell-services-test-helpers -opam:tezos-signer: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_4 - variables: - package: tezos-signer - opam:tezos-signer-backends: extends: - .opam_template @@ -1732,62 +1795,6 @@ opam:tezos-tx-rollup-alpha: variables: package: tezos-tx-rollup-alpha -opam:tezos-tx-rollup-client-013-PtJakart: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-client-013-PtJakart - -opam:tezos-tx-rollup-client-014-PtKathma: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-client-014-PtKathma - -opam:tezos-tx-rollup-client-015-PtLimaPt: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-client-015-PtLimaPt - -opam:tezos-tx-rollup-client-alpha: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-client-alpha - -opam:tezos-tx-rollup-node-013-PtJakart: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-node-013-PtJakart - -opam:tezos-tx-rollup-node-014-PtKathma: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-node-014-PtKathma - -opam:tezos-tx-rollup-node-015-PtLimaPt: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-node-015-PtLimaPt - -opam:tezos-tx-rollup-node-alpha: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_1 - variables: - package: tezos-tx-rollup-node-alpha - opam:tezos-validation: extends: - .opam_template @@ -1795,13 +1802,6 @@ opam:tezos-validation: variables: package: tezos-validation -opam:tezos-validator: - extends: - - .opam_template - - .rules_template__trigger_opam_batch_4 - variables: - package: tezos-validator - opam:tezos-version: extends: - .opam_template diff --git a/devtools/tztop/dune b/devtools/tztop/dune index 46e8720a0aa7..ad48aaddc4a1 100644 --- a/devtools/tztop/dune +++ b/devtools/tztop/dune @@ -7,7 +7,7 @@ (package internal-devtools) (modes byte) (libraries - tezos-protocol-compiler + octez-protocol-compiler tezos-base compiler-libs.toplevel (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml)))) diff --git a/dune-project b/dune-project index 3ee549aa9f3c..a5a9edd06ddc 100644 --- a/dune-project +++ b/dune-project @@ -4,21 +4,46 @@ (package (name internal-devtools)) (package (name lazy-containers)) (package (name lazy-containers-tests)(allow_empty)) +(package (name octez-accuser-012-Psithaca)) +(package (name octez-accuser-013-PtJakart)) +(package (name octez-accuser-014-PtKathma)) +(package (name octez-accuser-015-PtLimaPt)) +(package (name octez-accuser-alpha)) +(package (name octez-baker-012-Psithaca)) +(package (name octez-baker-013-PtJakart)) +(package (name octez-baker-014-PtKathma)) +(package (name octez-baker-015-PtLimaPt)) +(package (name octez-baker-alpha)) +(package (name octez-client)) +(package (name octez-codec)) +(package (name octez-dal-node)) +(package (name octez-node)) +(package (name octez-protocol-compiler)) +(package (name octez-proxy-server)) +(package (name octez-sc-rollup-client-013-PtJakart)) +(package (name octez-sc-rollup-client-014-PtKathma)) +(package (name octez-sc-rollup-client-015-PtLimaPt)) +(package (name octez-sc-rollup-client-alpha)) +(package (name octez-sc-rollup-node-013-PtJakart)) +(package (name octez-sc-rollup-node-014-PtKathma)) +(package (name octez-sc-rollup-node-015-PtLimaPt)) +(package (name octez-sc-rollup-node-alpha)) +(package (name octez-signer)) +(package (name octez-snoop)) +(package (name octez-tx-rollup-client-013-PtJakart)) +(package (name octez-tx-rollup-client-014-PtKathma)) +(package (name octez-tx-rollup-client-015-PtLimaPt)) +(package (name octez-tx-rollup-client-alpha)) +(package (name octez-tx-rollup-node-013-PtJakart)) +(package (name octez-tx-rollup-node-014-PtKathma)) +(package (name octez-tx-rollup-node-015-PtLimaPt)) +(package (name octez-tx-rollup-node-alpha)) +(package (name octez-validator)) (package (name tezos-012-Psithaca-test-helpers)) (package (name tezos-013-PtJakart-test-helpers)) (package (name tezos-014-PtKathma-test-helpers)) (package (name tezos-015-PtLimaPt-test-helpers)) -(package (name tezos-accuser-012-Psithaca)) -(package (name tezos-accuser-013-PtJakart)) -(package (name tezos-accuser-014-PtKathma)) -(package (name tezos-accuser-015-PtLimaPt)) -(package (name tezos-accuser-alpha)) (package (name tezos-alpha-test-helpers)) -(package (name tezos-baker-012-Psithaca)) -(package (name tezos-baker-013-PtJakart)) -(package (name tezos-baker-014-PtKathma)) -(package (name tezos-baker-015-PtLimaPt)) -(package (name tezos-baker-alpha)) (package (name tezos-baking-012-Psithaca)) (package (name tezos-baking-012-Psithaca-commands)) (package (name tezos-baking-013-PtJakart)) @@ -50,7 +75,6 @@ (package (name tezos-benchmarks-proto-015-PtLimaPt)) (package (name tezos-benchmarks-proto-alpha)) (package (name tezos-clic)) -(package (name tezos-client)) (package (name tezos-client-000-Ps9mPmXa)) (package (name tezos-client-001-PtCJ7pwo)) (package (name tezos-client-002-PsYLVpVv)) @@ -73,14 +97,12 @@ (package (name tezos-client-commands)) (package (name tezos-client-demo-counter)) (package (name tezos-client-genesis)) -(package (name tezos-codec)) (package (name tezos-context)) (package (name tezos-context-ops)) (package (name tezos-crypto)) (package (name tezos-crypto-dal)) (package (name tezos-dal-015-PtLimaPt)) (package (name tezos-dal-alpha)) -(package (name tezos-dal-node)) (package (name tezos-dal-node-lib)(allow_empty)) (package (name tezos-dal-node-services)(allow_empty)) (package (name tezos-embedded-protocol-000-Ps9mPmXa)) @@ -124,7 +146,6 @@ (package (name tezos-mockup-commands)) (package (name tezos-mockup-proxy)) (package (name tezos-mockup-registration)) -(package (name tezos-node)) (package (name tezos-openapi)) (package (name tezos-p2p)) (package (name tezos-p2p-services)) @@ -152,7 +173,6 @@ (package (name tezos-protocol-015-PtLimaPt-tests)(allow_empty)) (package (name tezos-protocol-alpha)) (package (name tezos-protocol-alpha-tests)(allow_empty)) -(package (name tezos-protocol-compiler)) (package (name tezos-protocol-demo-counter)) (package (name tezos-protocol-demo-noops)) (package (name tezos-protocol-environment)) @@ -184,7 +204,6 @@ (package (name tezos-protocol-plugin-alpha-tests)(allow_empty)) (package (name tezos-protocol-updater)) (package (name tezos-proxy)) -(package (name tezos-proxy-server)) (package (name tezos-proxy-server-config)) (package (name tezos-requester)) (package (name tezos-rpc)) @@ -197,14 +216,6 @@ (package (name tezos-sc-rollup-014-PtKathma)) (package (name tezos-sc-rollup-015-PtLimaPt)) (package (name tezos-sc-rollup-alpha)) -(package (name tezos-sc-rollup-client-013-PtJakart)) -(package (name tezos-sc-rollup-client-014-PtKathma)) -(package (name tezos-sc-rollup-client-015-PtLimaPt)) -(package (name tezos-sc-rollup-client-alpha)) -(package (name tezos-sc-rollup-node-013-PtJakart)) -(package (name tezos-sc-rollup-node-014-PtKathma)) -(package (name tezos-sc-rollup-node-015-PtLimaPt)) -(package (name tezos-sc-rollup-node-alpha)) (package (name tezos-scoru-wasm)) (package (name tezos-scoru-wasm-test)(allow_empty)) (package (name tezos-shell)) @@ -213,10 +224,8 @@ (package (name tezos-shell-context-test)(allow_empty)) (package (name tezos-shell-services)) (package (name tezos-shell-services-test-helpers)) -(package (name tezos-signer)) (package (name tezos-signer-backends)) (package (name tezos-signer-services)) -(package (name tezos-snoop)) (package (name tezos-stdlib)) (package (name tezos-stdlib-unix)) (package (name tezos-store)) @@ -228,16 +237,7 @@ (package (name tezos-tx-rollup-014-PtKathma)) (package (name tezos-tx-rollup-015-PtLimaPt)) (package (name tezos-tx-rollup-alpha)) -(package (name tezos-tx-rollup-client-013-PtJakart)) -(package (name tezos-tx-rollup-client-014-PtKathma)) -(package (name tezos-tx-rollup-client-015-PtLimaPt)) -(package (name tezos-tx-rollup-client-alpha)) -(package (name tezos-tx-rollup-node-013-PtJakart)) -(package (name tezos-tx-rollup-node-014-PtKathma)) -(package (name tezos-tx-rollup-node-015-PtLimaPt)) -(package (name tezos-tx-rollup-node-alpha)) (package (name tezos-validation)) -(package (name tezos-validator)) (package (name tezos-version)) (package (name tezos-webassembly-interpreter)) (package (name tezos-webassembly-interpreter-extra)) diff --git a/opam/internal-devtools.opam b/opam/internal-devtools.opam index 39acfabec7c2..f9321cde34c7 100644 --- a/opam/internal-devtools.opam +++ b/opam/internal-devtools.opam @@ -11,7 +11,7 @@ depends: [ "dune" { >= "3.0" } "num" "re" { >= "1.7.2" } - "tezos-protocol-compiler" + "octez-protocol-compiler" "tezos-base" ] depopts: [ diff --git a/opam/mandatory-for-make.opam b/opam/mandatory-for-make.opam deleted file mode 100644 index d9c57936eb52..000000000000 --- a/opam/mandatory-for-make.opam +++ /dev/null @@ -1,11 +0,0 @@ -opam-version: "2.0" -maintainer: "contact@tezos.com" -authors: ["Tezos devteam"] -homepage: "https://www.tezos.com/" -bug-reports: "https://gitlab.com/tezos/tezos/issues" -dev-repo: "git+https://gitlab.com/tezos/tezos.git" -license: "MIT" -depends: [ - "ledgerwallet-tezos" -] -synopsis: "Forces install of ledgerwallet-tezos by make build-deps" diff --git a/opam/tezos-accuser-012-Psithaca.opam b/opam/octez-accuser-012-Psithaca.opam similarity index 100% rename from opam/tezos-accuser-012-Psithaca.opam rename to opam/octez-accuser-012-Psithaca.opam diff --git a/opam/tezos-accuser-013-PtJakart.opam b/opam/octez-accuser-013-PtJakart.opam similarity index 100% rename from opam/tezos-accuser-013-PtJakart.opam rename to opam/octez-accuser-013-PtJakart.opam diff --git a/opam/tezos-accuser-014-PtKathma.opam b/opam/octez-accuser-014-PtKathma.opam similarity index 100% rename from opam/tezos-accuser-014-PtKathma.opam rename to opam/octez-accuser-014-PtKathma.opam diff --git a/opam/tezos-accuser-015-PtLimaPt.opam b/opam/octez-accuser-015-PtLimaPt.opam similarity index 100% rename from opam/tezos-accuser-015-PtLimaPt.opam rename to opam/octez-accuser-015-PtLimaPt.opam diff --git a/opam/tezos-accuser-alpha.opam b/opam/octez-accuser-alpha.opam similarity index 100% rename from opam/tezos-accuser-alpha.opam rename to opam/octez-accuser-alpha.opam diff --git a/opam/tezos-baker-012-Psithaca.opam b/opam/octez-baker-012-Psithaca.opam similarity index 100% rename from opam/tezos-baker-012-Psithaca.opam rename to opam/octez-baker-012-Psithaca.opam diff --git a/opam/tezos-baker-013-PtJakart.opam b/opam/octez-baker-013-PtJakart.opam similarity index 100% rename from opam/tezos-baker-013-PtJakart.opam rename to opam/octez-baker-013-PtJakart.opam diff --git a/opam/tezos-baker-014-PtKathma.opam b/opam/octez-baker-014-PtKathma.opam similarity index 100% rename from opam/tezos-baker-014-PtKathma.opam rename to opam/octez-baker-014-PtKathma.opam diff --git a/opam/tezos-baker-015-PtLimaPt.opam b/opam/octez-baker-015-PtLimaPt.opam similarity index 100% rename from opam/tezos-baker-015-PtLimaPt.opam rename to opam/octez-baker-015-PtLimaPt.opam diff --git a/opam/tezos-baker-alpha.opam b/opam/octez-baker-alpha.opam similarity index 100% rename from opam/tezos-baker-alpha.opam rename to opam/octez-baker-alpha.opam diff --git a/opam/tezos-client.opam b/opam/octez-client.opam similarity index 97% rename from opam/tezos-client.opam rename to opam/octez-client.opam index 39992ec6bee2..8a75d71442cc 100644 --- a/opam/tezos-client.opam +++ b/opam/octez-client.opam @@ -63,4 +63,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-client` binary" +synopsis: "Tezos: `octez-client` binary" diff --git a/opam/tezos-codec.opam b/opam/octez-codec.opam similarity index 94% rename from opam/tezos-codec.opam rename to opam/octez-codec.opam index 3a88a3fcc1b1..eb4c917b3a52 100644 --- a/opam/tezos-codec.opam +++ b/opam/octez-codec.opam @@ -37,4 +37,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-codec` binary to encode and decode values" +synopsis: "Tezos: `octez-codec` binary to encode and decode values" diff --git a/opam/tezos-dal-node.opam b/opam/octez-dal-node.opam similarity index 95% rename from opam/tezos-dal-node.opam rename to opam/octez-dal-node.opam index 6a12b535a240..dd52abd5aea7 100644 --- a/opam/tezos-dal-node.opam +++ b/opam/octez-dal-node.opam @@ -36,4 +36,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-dal-node` binary" +synopsis: "Tezos: `octez-dal-node` binary" diff --git a/opam/tezos-node.opam b/opam/octez-node.opam similarity index 97% rename from opam/tezos-node.opam rename to opam/octez-node.opam index ccc45bdb7fff..04fcac6900ec 100644 --- a/opam/tezos-node.opam +++ b/opam/octez-node.opam @@ -19,7 +19,7 @@ depends: [ "tezos-shell" "tezos-store" "tezos-context" - "tezos-validator" + "octez-validator" "tezos-validation" "tezos-shell-context" "tezos-workers" @@ -70,4 +70,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-node` binary" +synopsis: "Tezos: `octez-node` binary" diff --git a/opam/tezos-protocol-compiler.opam b/opam/octez-protocol-compiler.opam similarity index 100% rename from opam/tezos-protocol-compiler.opam rename to opam/octez-protocol-compiler.opam diff --git a/opam/tezos-proxy-server.opam b/opam/octez-proxy-server.opam similarity index 97% rename from opam/tezos-proxy-server.opam rename to opam/octez-proxy-server.opam index 70456df07942..dec1d9d9da2d 100644 --- a/opam/tezos-proxy-server.opam +++ b/opam/octez-proxy-server.opam @@ -59,4 +59,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-proxy-server` binary" +synopsis: "Octez: `octez-proxy-server` binary" diff --git a/opam/tezos-sc-rollup-client-013-PtJakart.opam b/opam/octez-sc-rollup-client-013-PtJakart.opam similarity index 92% rename from opam/tezos-sc-rollup-client-013-PtJakart.opam rename to opam/octez-sc-rollup-client-013-PtJakart.opam index 85aad518a008..444f3323898b 100644 --- a/opam/tezos-sc-rollup-client-013-PtJakart.opam +++ b/opam/octez-sc-rollup-client-013-PtJakart.opam @@ -27,4 +27,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-sc-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-sc-rollup-client-alpha` client binary" diff --git a/opam/tezos-sc-rollup-client-014-PtKathma.opam b/opam/octez-sc-rollup-client-014-PtKathma.opam similarity index 92% rename from opam/tezos-sc-rollup-client-014-PtKathma.opam rename to opam/octez-sc-rollup-client-014-PtKathma.opam index e13af8743b4b..cd834a0cb12b 100644 --- a/opam/tezos-sc-rollup-client-014-PtKathma.opam +++ b/opam/octez-sc-rollup-client-014-PtKathma.opam @@ -27,4 +27,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-sc-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-sc-rollup-client-alpha` client binary" diff --git a/opam/tezos-sc-rollup-client-015-PtLimaPt.opam b/opam/octez-sc-rollup-client-015-PtLimaPt.opam similarity index 92% rename from opam/tezos-sc-rollup-client-015-PtLimaPt.opam rename to opam/octez-sc-rollup-client-015-PtLimaPt.opam index e082b988e93b..368039bfe080 100644 --- a/opam/tezos-sc-rollup-client-015-PtLimaPt.opam +++ b/opam/octez-sc-rollup-client-015-PtLimaPt.opam @@ -27,4 +27,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-sc-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-sc-rollup-client-alpha` client binary" diff --git a/opam/tezos-sc-rollup-client-alpha.opam b/opam/octez-sc-rollup-client-alpha.opam similarity index 92% rename from opam/tezos-sc-rollup-client-alpha.opam rename to opam/octez-sc-rollup-client-alpha.opam index 40ae0fdff254..3880f8609fc6 100644 --- a/opam/tezos-sc-rollup-client-alpha.opam +++ b/opam/octez-sc-rollup-client-alpha.opam @@ -27,4 +27,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-sc-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-sc-rollup-client-alpha` client binary" diff --git a/opam/tezos-sc-rollup-node-013-PtJakart.opam b/opam/octez-sc-rollup-node-013-PtJakart.opam similarity index 100% rename from opam/tezos-sc-rollup-node-013-PtJakart.opam rename to opam/octez-sc-rollup-node-013-PtJakart.opam diff --git a/opam/tezos-sc-rollup-node-014-PtKathma.opam b/opam/octez-sc-rollup-node-014-PtKathma.opam similarity index 100% rename from opam/tezos-sc-rollup-node-014-PtKathma.opam rename to opam/octez-sc-rollup-node-014-PtKathma.opam diff --git a/opam/tezos-sc-rollup-node-015-PtLimaPt.opam b/opam/octez-sc-rollup-node-015-PtLimaPt.opam similarity index 100% rename from opam/tezos-sc-rollup-node-015-PtLimaPt.opam rename to opam/octez-sc-rollup-node-015-PtLimaPt.opam diff --git a/opam/tezos-sc-rollup-node-alpha.opam b/opam/octez-sc-rollup-node-alpha.opam similarity index 100% rename from opam/tezos-sc-rollup-node-alpha.opam rename to opam/octez-sc-rollup-node-alpha.opam diff --git a/opam/tezos-signer.opam b/opam/octez-signer.opam similarity index 94% rename from opam/tezos-signer.opam rename to opam/octez-signer.opam index 5a9cfc1348c6..0a7ddcc5c1b9 100644 --- a/opam/tezos-signer.opam +++ b/opam/octez-signer.opam @@ -27,4 +27,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-signer` binary" +synopsis: "Tezos: `octez-signer` binary" diff --git a/opam/tezos-snoop.opam b/opam/octez-snoop.opam similarity index 94% rename from opam/tezos-snoop.opam rename to opam/octez-snoop.opam index 147a900e8cd3..fe5c9d5aa518 100644 --- a/opam/tezos-snoop.opam +++ b/opam/octez-snoop.opam @@ -25,4 +25,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-snoop` binary" +synopsis: "Tezos: `octez-snoop` binary" diff --git a/opam/tezos-tx-rollup-client-013-PtJakart.opam b/opam/octez-tx-rollup-client-013-PtJakart.opam similarity index 91% rename from opam/tezos-tx-rollup-client-013-PtJakart.opam rename to opam/octez-tx-rollup-client-013-PtJakart.opam index 82d2d43e8f61..26ee76a03652 100644 --- a/opam/tezos-tx-rollup-client-013-PtJakart.opam +++ b/opam/octez-tx-rollup-client-013-PtJakart.opam @@ -23,4 +23,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" diff --git a/opam/tezos-tx-rollup-client-014-PtKathma.opam b/opam/octez-tx-rollup-client-014-PtKathma.opam similarity index 91% rename from opam/tezos-tx-rollup-client-014-PtKathma.opam rename to opam/octez-tx-rollup-client-014-PtKathma.opam index 52f57c382665..1b152f2edb52 100644 --- a/opam/tezos-tx-rollup-client-014-PtKathma.opam +++ b/opam/octez-tx-rollup-client-014-PtKathma.opam @@ -23,4 +23,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" diff --git a/opam/tezos-tx-rollup-client-015-PtLimaPt.opam b/opam/octez-tx-rollup-client-015-PtLimaPt.opam similarity index 91% rename from opam/tezos-tx-rollup-client-015-PtLimaPt.opam rename to opam/octez-tx-rollup-client-015-PtLimaPt.opam index fbab347a3118..8c4535e038ae 100644 --- a/opam/tezos-tx-rollup-client-015-PtLimaPt.opam +++ b/opam/octez-tx-rollup-client-015-PtLimaPt.opam @@ -23,4 +23,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" diff --git a/opam/tezos-tx-rollup-client-alpha.opam b/opam/octez-tx-rollup-client-alpha.opam similarity index 91% rename from opam/tezos-tx-rollup-client-alpha.opam rename to opam/octez-tx-rollup-client-alpha.opam index 05297480cfab..9cc4f4d8fb1b 100644 --- a/opam/tezos-tx-rollup-client-alpha.opam +++ b/opam/octez-tx-rollup-client-alpha.opam @@ -23,4 +23,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: `tezos-tx-rollup-client-alpha` client binary" +synopsis: "Tezos/Protocol: `octez-tx-rollup-client-alpha` client binary" diff --git a/opam/tezos-tx-rollup-node-013-PtJakart.opam b/opam/octez-tx-rollup-node-013-PtJakart.opam similarity index 100% rename from opam/tezos-tx-rollup-node-013-PtJakart.opam rename to opam/octez-tx-rollup-node-013-PtJakart.opam diff --git a/opam/tezos-tx-rollup-node-014-PtKathma.opam b/opam/octez-tx-rollup-node-014-PtKathma.opam similarity index 100% rename from opam/tezos-tx-rollup-node-014-PtKathma.opam rename to opam/octez-tx-rollup-node-014-PtKathma.opam diff --git a/opam/tezos-tx-rollup-node-015-PtLimaPt.opam b/opam/octez-tx-rollup-node-015-PtLimaPt.opam similarity index 100% rename from opam/tezos-tx-rollup-node-015-PtLimaPt.opam rename to opam/octez-tx-rollup-node-015-PtLimaPt.opam diff --git a/opam/tezos-tx-rollup-node-alpha.opam b/opam/octez-tx-rollup-node-alpha.opam similarity index 100% rename from opam/tezos-tx-rollup-node-alpha.opam rename to opam/octez-tx-rollup-node-alpha.opam diff --git a/opam/tezos-validator.opam b/opam/octez-validator.opam similarity index 91% rename from opam/tezos-validator.opam rename to opam/octez-validator.opam index 9ade7b5276bb..bcf1133bd6ed 100644 --- a/opam/tezos-validator.opam +++ b/opam/octez-validator.opam @@ -25,4 +25,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: `tezos-validator` binary for external validation of blocks" +synopsis: "Tezos: `octez-validator` binary for external validation of blocks" diff --git a/opam/tezos-context.opam b/opam/tezos-context.opam index df09a62985bb..1305b2ec28c7 100644 --- a/opam/tezos-context.opam +++ b/opam/tezos-context.opam @@ -28,4 +28,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: on-disk context abstraction for `tezos-node`" +synopsis: "Tezos: on-disk context abstraction for `octez-node`" diff --git a/opam/tezos-dal-015-PtLimaPt.opam b/opam/tezos-dal-015-PtLimaPt.opam index 59b68db81a40..e5795b58996f 100644 --- a/opam/tezos-dal-015-PtLimaPt.opam +++ b/opam/tezos-dal-015-PtLimaPt.opam @@ -11,7 +11,7 @@ depends: [ "dune" { >= "3.0" } "ppx_expect" "tezos-base" - "tezos-protocol-compiler" + "octez-protocol-compiler" "tezos-dal-node-lib" "tezos-client-015-PtLimaPt" "tezos-embedded-protocol-015-PtLimaPt" diff --git a/opam/tezos-dal-alpha.opam b/opam/tezos-dal-alpha.opam index f61c674963f7..a8e401130257 100644 --- a/opam/tezos-dal-alpha.opam +++ b/opam/tezos-dal-alpha.opam @@ -11,7 +11,7 @@ depends: [ "dune" { >= "3.0" } "ppx_expect" "tezos-base" - "tezos-protocol-compiler" + "octez-protocol-compiler" "tezos-dal-node-lib" "tezos-client-alpha" "tezos-embedded-protocol-alpha" diff --git a/opam/tezos-embedded-protocol-000-Ps9mPmXa.opam b/opam/tezos-embedded-protocol-000-Ps9mPmXa.opam index 943eeb4c2bb4..0d0d36014b7c 100644 --- a/opam/tezos-embedded-protocol-000-Ps9mPmXa.opam +++ b/opam/tezos-embedded-protocol-000-Ps9mPmXa.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: 000-Ps9mPmXa (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-001-PtCJ7pwo.opam b/opam/tezos-embedded-protocol-001-PtCJ7pwo.opam index 77002b49944d..907cbf4ed6fb 100644 --- a/opam/tezos-embedded-protocol-001-PtCJ7pwo.opam +++ b/opam/tezos-embedded-protocol-001-PtCJ7pwo.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-002-PsYLVpVv.opam b/opam/tezos-embedded-protocol-002-PsYLVpVv.opam index 0464faea699b..860ba2628d60 100644 --- a/opam/tezos-embedded-protocol-002-PsYLVpVv.opam +++ b/opam/tezos-embedded-protocol-002-PsYLVpVv.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: 002_PsYLVpVv (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-003-PsddFKi3.opam b/opam/tezos-embedded-protocol-003-PsddFKi3.opam index 26afc766626a..91192a3f7d31 100644 --- a/opam/tezos-embedded-protocol-003-PsddFKi3.opam +++ b/opam/tezos-embedded-protocol-003-PsddFKi3.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: 003_PsddFKi3 (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-004-Pt24m4xi.opam b/opam/tezos-embedded-protocol-004-Pt24m4xi.opam index 740b66390996..3d6101127e8e 100644 --- a/opam/tezos-embedded-protocol-004-Pt24m4xi.opam +++ b/opam/tezos-embedded-protocol-004-Pt24m4xi.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-005-PsBABY5H.opam b/opam/tezos-embedded-protocol-005-PsBABY5H.opam index c2f4377276a6..d2726bb9f51a 100644 --- a/opam/tezos-embedded-protocol-005-PsBABY5H.opam +++ b/opam/tezos-embedded-protocol-005-PsBABY5H.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-005-PsBabyM1.opam b/opam/tezos-embedded-protocol-005-PsBabyM1.opam index 08ac74f3adaf..d5a21321c32d 100644 --- a/opam/tezos-embedded-protocol-005-PsBabyM1.opam +++ b/opam/tezos-embedded-protocol-005-PsBabyM1.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-006-PsCARTHA.opam b/opam/tezos-embedded-protocol-006-PsCARTHA.opam index 7ab76999f074..a3c0571fd715 100644 --- a/opam/tezos-embedded-protocol-006-PsCARTHA.opam +++ b/opam/tezos-embedded-protocol-006-PsCARTHA.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-007-PsDELPH1.opam b/opam/tezos-embedded-protocol-007-PsDELPH1.opam index 46cbd20c9850..cceaac302d75 100644 --- a/opam/tezos-embedded-protocol-007-PsDELPH1.opam +++ b/opam/tezos-embedded-protocol-007-PsDELPH1.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-008-PtEdo2Zk.opam b/opam/tezos-embedded-protocol-008-PtEdo2Zk.opam index ce8c53df47c8..d2c47ea8a534 100644 --- a/opam/tezos-embedded-protocol-008-PtEdo2Zk.opam +++ b/opam/tezos-embedded-protocol-008-PtEdo2Zk.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-008-PtEdoTez.opam b/opam/tezos-embedded-protocol-008-PtEdoTez.opam index 81fab1803e3a..82d2a4ec89ce 100644 --- a/opam/tezos-embedded-protocol-008-PtEdoTez.opam +++ b/opam/tezos-embedded-protocol-008-PtEdoTez.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-009-PsFLoren.opam b/opam/tezos-embedded-protocol-009-PsFLoren.opam index 77c7d10c4e8e..c168d79e5772 100644 --- a/opam/tezos-embedded-protocol-009-PsFLoren.opam +++ b/opam/tezos-embedded-protocol-009-PsFLoren.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-010-PtGRANAD.opam b/opam/tezos-embedded-protocol-010-PtGRANAD.opam index 8d614feee28c..d027c57e21f2 100644 --- a/opam/tezos-embedded-protocol-010-PtGRANAD.opam +++ b/opam/tezos-embedded-protocol-010-PtGRANAD.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-011-PtHangz2.opam b/opam/tezos-embedded-protocol-011-PtHangz2.opam index 4e40cff123a9..8b8930ff34a0 100644 --- a/opam/tezos-embedded-protocol-011-PtHangz2.opam +++ b/opam/tezos-embedded-protocol-011-PtHangz2.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-012-Psithaca.opam b/opam/tezos-embedded-protocol-012-Psithaca.opam index da877f16bbbf..05d8d83ca34f 100644 --- a/opam/tezos-embedded-protocol-012-Psithaca.opam +++ b/opam/tezos-embedded-protocol-012-Psithaca.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-013-PtJakart.opam b/opam/tezos-embedded-protocol-013-PtJakart.opam index 2bb4a2572bae..87cf77073fa2 100644 --- a/opam/tezos-embedded-protocol-013-PtJakart.opam +++ b/opam/tezos-embedded-protocol-013-PtJakart.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-014-PtKathma.opam b/opam/tezos-embedded-protocol-014-PtKathma.opam index f0f7ebaac53d..f32a4f7b09c6 100644 --- a/opam/tezos-embedded-protocol-014-PtKathma.opam +++ b/opam/tezos-embedded-protocol-014-PtKathma.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-015-PtLimaPt.opam b/opam/tezos-embedded-protocol-015-PtLimaPt.opam index a79b9dd51a0f..de2946e70df1 100644 --- a/opam/tezos-embedded-protocol-015-PtLimaPt.opam +++ b/opam/tezos-embedded-protocol-015-PtLimaPt.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-alpha.opam b/opam/tezos-embedded-protocol-alpha.opam index 47c4f1fda680..dcd97d77dba2 100644 --- a/opam/tezos-embedded-protocol-alpha.opam +++ b/opam/tezos-embedded-protocol-alpha.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `tezos-node`" +synopsis: "Tezos/Protocol: economic-protocol definition, embedded in `octez-node`" diff --git a/opam/tezos-embedded-protocol-demo-counter.opam b/opam/tezos-embedded-protocol-demo-counter.opam index 89b3f5a7acb2..8d196b26b644 100644 --- a/opam/tezos-embedded-protocol-demo-counter.opam +++ b/opam/tezos-embedded-protocol-demo-counter.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: demo_counter (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-demo-noops.opam b/opam/tezos-embedded-protocol-demo-noops.opam index 55550add357c..cc4ea9becd7c 100644 --- a/opam/tezos-embedded-protocol-demo-noops.opam +++ b/opam/tezos-embedded-protocol-demo-noops.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: demo_noops (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-embedded-protocol-genesis.opam b/opam/tezos-embedded-protocol-genesis.opam index a30c49f1ddf6..461df939c456 100644 --- a/opam/tezos-embedded-protocol-genesis.opam +++ b/opam/tezos-embedded-protocol-genesis.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)" +synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `octez-node`)" diff --git a/opam/tezos-protocol-updater.opam b/opam/tezos-protocol-updater.opam index d04f39d4436b..7925acf2756c 100644 --- a/opam/tezos-protocol-updater.opam +++ b/opam/tezos-protocol-updater.opam @@ -15,7 +15,7 @@ depends: [ "tezos-shell-services" "tezos-protocol-environment" "tezos-shell-context" - "tezos-protocol-compiler" + "octez-protocol-compiler" "tezos-context" "lwt-exit" ] @@ -24,4 +24,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: economic-protocol dynamic loading for `tezos-node`" +synopsis: "Tezos: economic-protocol dynamic loading for `octez-node`" diff --git a/opam/tezos-shell-context.opam b/opam/tezos-shell-context.opam index f94be925e972..86ac2ff9316a 100644 --- a/opam/tezos-shell-context.opam +++ b/opam/tezos-shell-context.opam @@ -18,4 +18,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: economic-protocols environment implementation for `tezos-node`" +synopsis: "Tezos: economic-protocols environment implementation for `octez-node`" diff --git a/opam/tezos-shell.opam b/opam/tezos-shell.opam index c93f131a0067..7d6a76adb83d 100644 --- a/opam/tezos-shell.opam +++ b/opam/tezos-shell.opam @@ -40,4 +40,4 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: core of `tezos-node` (gossip, validation scheduling, mempool, ...)" +synopsis: "Tezos: core of `octez-node` (gossip, validation scheduling, mempool, ...)" diff --git a/opam/tezos-store.opam b/opam/tezos-store.opam index 63d753585ca2..0f3d03af443c 100644 --- a/opam/tezos-store.opam +++ b/opam/tezos-store.opam @@ -42,7 +42,7 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Tezos: store for `tezos-node`" +synopsis: "Tezos: store for `octez-node`" description: "This library provides abstraction for storing and iterating over blocks. tezos-store is a virtual library that provides two implementations: - tezos-store.real is the default implementation, used in production diff --git a/script-inputs/binaries-for-release b/script-inputs/binaries-for-release index 9536dfa5c528..6362641f1d92 100644 --- a/script-inputs/binaries-for-release +++ b/script-inputs/binaries-for-release @@ -1,31 +1,31 @@ -tezos-signer -tezos-codec -tezos-client -tezos-admin-client -tezos-node -tezos-tx-rollup-node-alpha -tezos-tx-rollup-client-alpha -tezos-sc-rollup-node-alpha -tezos-sc-rollup-client-alpha -tezos-accuser-alpha -tezos-baker-alpha -tezos-tx-rollup-node-015-PtLimaPt -tezos-tx-rollup-client-015-PtLimaPt -tezos-sc-rollup-node-015-PtLimaPt -tezos-sc-rollup-client-015-PtLimaPt -tezos-accuser-015-PtLimaPt -tezos-baker-015-PtLimaPt -tezos-tx-rollup-node-014-PtKathma -tezos-tx-rollup-client-014-PtKathma -tezos-sc-rollup-node-014-PtKathma -tezos-sc-rollup-client-014-PtKathma -tezos-accuser-014-PtKathma -tezos-baker-014-PtKathma -tezos-tx-rollup-node-013-PtJakart -tezos-tx-rollup-client-013-PtJakart -tezos-sc-rollup-node-013-PtJakart -tezos-sc-rollup-client-013-PtJakart -tezos-accuser-013-PtJakart -tezos-baker-013-PtJakart -tezos-accuser-012-Psithaca -tezos-baker-012-Psithaca +octez-signer +octez-codec +octez-client +octez-admin-client +octez-node +octez-tx-rollup-node-alpha +octez-tx-rollup-client-alpha +octez-sc-rollup-node-alpha +octez-sc-rollup-client-alpha +octez-accuser-alpha +octez-baker-alpha +octez-tx-rollup-node-015-PtLimaPt +octez-tx-rollup-client-015-PtLimaPt +octez-sc-rollup-node-015-PtLimaPt +octez-sc-rollup-client-015-PtLimaPt +octez-accuser-015-PtLimaPt +octez-baker-015-PtLimaPt +octez-tx-rollup-node-014-PtKathma +octez-tx-rollup-client-014-PtKathma +octez-sc-rollup-node-014-PtKathma +octez-sc-rollup-client-014-PtKathma +octez-accuser-014-PtKathma +octez-baker-014-PtKathma +octez-tx-rollup-node-013-PtJakart +octez-tx-rollup-client-013-PtJakart +octez-sc-rollup-node-013-PtJakart +octez-sc-rollup-client-013-PtJakart +octez-accuser-013-PtJakart +octez-baker-013-PtJakart +octez-accuser-012-Psithaca +octez-baker-012-Psithaca diff --git a/script-inputs/static-packages b/script-inputs/static-packages index 5c85fd2acf87..96c73acadd7e 100644 --- a/script-inputs/static-packages +++ b/script-inputs/static-packages @@ -1,36 +1,36 @@ -tezos-accuser-012-Psithaca -tezos-accuser-013-PtJakart -tezos-accuser-014-PtKathma -tezos-accuser-015-PtLimaPt -tezos-accuser-alpha -tezos-baker-012-Psithaca -tezos-baker-013-PtJakart -tezos-baker-014-PtKathma -tezos-baker-015-PtLimaPt -tezos-baker-alpha -tezos-client -tezos-codec -tezos-dal-node -tezos-node -tezos-protocol-compiler -tezos-proxy-server -tezos-sc-rollup-client-013-PtJakart -tezos-sc-rollup-client-014-PtKathma -tezos-sc-rollup-client-015-PtLimaPt -tezos-sc-rollup-client-alpha -tezos-sc-rollup-node-013-PtJakart -tezos-sc-rollup-node-014-PtKathma -tezos-sc-rollup-node-015-PtLimaPt -tezos-sc-rollup-node-alpha -tezos-signer -tezos-snoop -tezos-tx-rollup-client-013-PtJakart -tezos-tx-rollup-client-014-PtKathma -tezos-tx-rollup-client-015-PtLimaPt -tezos-tx-rollup-client-alpha -tezos-tx-rollup-node-013-PtJakart -tezos-tx-rollup-node-014-PtKathma -tezos-tx-rollup-node-015-PtLimaPt -tezos-tx-rollup-node-alpha -tezos-validator +octez-accuser-012-Psithaca +octez-accuser-013-PtJakart +octez-accuser-014-PtKathma +octez-accuser-015-PtLimaPt +octez-accuser-alpha +octez-baker-012-Psithaca +octez-baker-013-PtJakart +octez-baker-014-PtKathma +octez-baker-015-PtLimaPt +octez-baker-alpha +octez-client +octez-codec +octez-dal-node +octez-node +octez-protocol-compiler +octez-proxy-server +octez-sc-rollup-client-013-PtJakart +octez-sc-rollup-client-014-PtKathma +octez-sc-rollup-client-015-PtLimaPt +octez-sc-rollup-client-alpha +octez-sc-rollup-node-013-PtJakart +octez-sc-rollup-node-014-PtKathma +octez-sc-rollup-node-015-PtLimaPt +octez-sc-rollup-node-alpha +octez-signer +octez-snoop +octez-tx-rollup-client-013-PtJakart +octez-tx-rollup-client-014-PtKathma +octez-tx-rollup-client-015-PtLimaPt +octez-tx-rollup-client-alpha +octez-tx-rollup-node-013-PtJakart +octez-tx-rollup-node-014-PtKathma +octez-tx-rollup-node-015-PtLimaPt +octez-tx-rollup-node-alpha +octez-validator tezos-version diff --git a/src/bin_client/dune b/src/bin_client/dune index 609dec7648b0..f6b7ddf44ff6 100644 --- a/src/bin_client/dune +++ b/src/bin_client/dune @@ -3,8 +3,8 @@ (executables (names main_client main_admin) - (public_names tezos-client tezos-admin-client) - (package tezos-client) + (public_names octez-client octez-admin-client) + (package octez-client) (instrumentation (backend bisect_ppx)) (libraries tezos-base @@ -140,16 +140,16 @@ (write-file void_for_linking-tezos-protocol-plugin-alpha.empty "")))) (install - (package tezos-client) + (package octez-client) (section bin) - (files (tezos-init-sandboxed-client.sh as tezos-init-sandboxed-client.sh))) + (files (octez-init-sandboxed-client.sh as octez-init-sandboxed-client.sh))) (rule (alias runtest_compile_protocol) (deps (source_tree test/proto_test_injection)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -no-hash-check -warn-error +a test/proto_test_injection/))) diff --git a/src/bin_codec/dune b/src/bin_codec/dune index 592a2629bccc..8bb0793fd80f 100644 --- a/src/bin_codec/dune +++ b/src/bin_codec/dune @@ -3,8 +3,8 @@ (executable (name codec) - (public_name tezos-codec) - (package tezos-codec) + (public_name octez-codec) + (package octez-codec) (instrumentation (backend bisect_ppx)) (libraries data-encoding diff --git a/src/bin_dal_node/dune b/src/bin_dal_node/dune index 16f706450fb9..1b671a359d43 100644 --- a/src/bin_dal_node/dune +++ b/src/bin_dal_node/dune @@ -3,8 +3,8 @@ (executable (name main_dal) - (public_name tezos-dal-node) - (package tezos-dal-node) + (public_name octez-dal-node) + (package octez-dal-node) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/bin_node/dune b/src/bin_node/dune index 80378894c292..6423e3f403d7 100644 --- a/src/bin_node/dune +++ b/src/bin_node/dune @@ -3,8 +3,8 @@ (executable (name main) - (public_name tezos-node) - (package tezos-node) + (public_name octez-node) + (package octez-node) (instrumentation (backend bisect_ppx)) (libraries tezos-base @@ -20,7 +20,7 @@ tezos-store.unix-reconstruction tezos-store.unix-snapshots tezos-context - tezos-validator + octez-validator tezos-validation tezos-shell-context tezos-workers @@ -127,7 +127,7 @@ -open Tezos_store_unix_reconstruction -open Tezos_store_unix_snapshots -open Tezos_context - -open Tezos_validator + -open Octez_validator -open Tezos_validation -open Tezos_shell_context -open Tezos_workers @@ -161,6 +161,6 @@ (write-file void_for_linking-tezos-protocol-plugin-alpha-registerer.empty "")))) (install - (package tezos-node) + (package octez-node) (section bin) - (files (tezos-sandboxed-node.sh as tezos-sandboxed-node.sh))) + (files (octez-sandboxed-node.sh as octez-sandboxed-node.sh))) diff --git a/src/bin_proxy_server/dune b/src/bin_proxy_server/dune index a42a07633004..ec4fe219f6b1 100644 --- a/src/bin_proxy_server/dune +++ b/src/bin_proxy_server/dune @@ -3,8 +3,8 @@ (executable (name main_proxy_server) - (public_name tezos-proxy-server) - (package tezos-proxy-server) + (public_name octez-proxy-server) + (package octez-proxy-server) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/bin_signer/dune b/src/bin_signer/dune index e71a9371acaf..3f25945c6afc 100644 --- a/src/bin_signer/dune +++ b/src/bin_signer/dune @@ -3,8 +3,8 @@ (executable (name main_signer) - (public_name tezos-signer) - (package tezos-signer) + (public_name octez-signer) + (package octez-signer) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/bin_snoop/dune b/src/bin_snoop/dune index e0b91cb8dd52..4056e0300d3d 100644 --- a/src/bin_snoop/dune +++ b/src/bin_snoop/dune @@ -3,8 +3,8 @@ (executable (name main_snoop) - (public_name tezos-snoop) - (package tezos-snoop) + (public_name octez-snoop) + (package octez-snoop) (instrumentation (backend bisect_ppx)) (libraries tezos-base @@ -29,4 +29,4 @@ -open Tezos_clic -open Tezos_benchmark)) -(cram (deps main_snoop.exe) (package tezos-snoop)) +(cram (deps main_snoop.exe) (package octez-snoop)) diff --git a/src/bin_validation/bin/dune b/src/bin_validation/bin/dune index 0a5f5695155c..5dec5ae1ac2d 100644 --- a/src/bin_validation/bin/dune +++ b/src/bin_validation/bin/dune @@ -3,8 +3,8 @@ (executable (name main_validator) - (public_name tezos-validator) - (package tezos-validator) + (public_name octez-validator) + (package octez-validator) (instrumentation (backend bisect_ppx)) (libraries tezos-base @@ -14,7 +14,7 @@ tezos-shell-services tezos-validation tezos-protocol-updater - tezos-validator) + octez-validator) (link_flags (:standard -linkall) (:include %{workspace_root}/static-link-flags.sexp)) @@ -27,4 +27,4 @@ -open Tezos_shell_services -open Tezos_validation -open Tezos_protocol_updater - -open Tezos_validator)) + -open Octez_validator)) diff --git a/src/bin_validation/dune b/src/bin_validation/dune index 63b88d450bd4..a20813fa5a0f 100644 --- a/src/bin_validation/dune +++ b/src/bin_validation/dune @@ -2,8 +2,8 @@ ; Edit file manifest/main.ml instead. (library - (name tezos_validator) - (public_name tezos-validator) + (name octez_validator) + (public_name octez-validator) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/lib_protocol_compiler/bin/dune b/src/lib_protocol_compiler/bin/dune index ccae091fff12..bbc16b330135 100644 --- a/src/lib_protocol_compiler/bin/dune +++ b/src/lib_protocol_compiler/bin/dune @@ -10,12 +10,12 @@ (executable (name main_native) - (public_name tezos-protocol-compiler) - (package tezos-protocol-compiler) + (public_name octez-protocol-compiler) + (package octez-protocol-compiler) (instrumentation (backend bisect_ppx)) (modes native) (libraries - tezos-protocol-compiler.native) + octez-protocol-compiler.native) (link_flags (:standard -linkall) (:include %{workspace_root}/static-link-flags.sexp)) @@ -23,13 +23,13 @@ (executable (name main_packer) - (public_name tezos-protocol-compiler.tezos-protocol-packer) - (package tezos-protocol-compiler) + (public_name octez-protocol-compiler.octez-protocol-packer) + (package octez-protocol-compiler) (instrumentation (backend bisect_ppx)) (libraries tezos-base tezos-stdlib-unix - tezos-protocol-compiler) + octez-protocol-compiler) (link_flags (:standard) (:include %{workspace_root}/static-link-flags.sexp)) @@ -37,13 +37,13 @@ (:standard) -open Tezos_base.TzPervasives -open Tezos_stdlib_unix - -open Tezos_protocol_compiler) + -open Octez_protocol_compiler) (modules Main_packer)) (executable (name main_embedded_packer) - (public_name tezos-embedded-protocol-packer) - (package tezos-protocol-compiler) + (public_name octez-embedded-protocol-packer) + (package octez-protocol-compiler) (instrumentation (backend bisect_ppx)) (modes native) (libraries diff --git a/src/lib_protocol_compiler/dune b/src/lib_protocol_compiler/dune index 3cc24c348c14..e5b01db70800 100644 --- a/src/lib_protocol_compiler/dune +++ b/src/lib_protocol_compiler/dune @@ -2,8 +2,8 @@ ; Edit file manifest/main.ml instead. (library - (name tezos_protocol_compiler) - (public_name tezos-protocol-compiler) + (name octez_protocol_compiler) + (public_name octez-protocol-compiler) (instrumentation (backend bisect_ppx)) (libraries tezos-base @@ -55,20 +55,20 @@ "let warnings = \"+a-4-40..42-44-45-48-60-67-69-70\""))) (library - (name tezos_protocol_compiler_native) - (public_name tezos-protocol-compiler.native) + (name octez_protocol_compiler_native) + (public_name octez-protocol-compiler.native) (instrumentation (backend bisect_ppx)) (libraries tezos-base - tezos-protocol-compiler + octez-protocol-compiler compiler-libs.optcomp) (flags (:standard) -open Tezos_base.TzPervasives - -open Tezos_protocol_compiler) + -open Octez_protocol_compiler) (modules Native)) (install - (package tezos-protocol-compiler) + (package octez-protocol-compiler) (section libexec) (files final_protocol_versions)) diff --git a/src/lib_protocol_compiler/registerer/dune b/src/lib_protocol_compiler/registerer/dune index aef34c3a2283..e7bd78c12361 100644 --- a/src/lib_protocol_compiler/registerer/dune +++ b/src/lib_protocol_compiler/registerer/dune @@ -3,7 +3,7 @@ (library (name tezos_protocol_registerer) - (public_name tezos-protocol-compiler.registerer) + (public_name octez-protocol-compiler.registerer) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/lib_protocol_updater/dune b/src/lib_protocol_updater/dune index b1f0c9a41afb..c7f59bcac4f3 100644 --- a/src/lib_protocol_updater/dune +++ b/src/lib_protocol_updater/dune @@ -12,8 +12,8 @@ tezos-shell-services tezos-protocol-environment tezos-shell-context - tezos-protocol-compiler.registerer - tezos-protocol-compiler.native + octez-protocol-compiler.registerer + octez-protocol-compiler.native tezos-context lwt-exit dynlink) diff --git a/src/proto_000_Ps9mPmXa/lib_protocol/dune b/src/proto_000_Ps9mPmXa/lib_protocol/dune index 0881b15281d1..2b1de34c283a 100644 --- a/src/proto_000_Ps9mPmXa/lib_protocol/dune +++ b/src/proto_000_Ps9mPmXa/lib_protocol/dune @@ -74,7 +74,7 @@ main.ml main.mli (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -100,7 +100,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_000_Ps9mPmXa) @@ -126,4 +126,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 000_Ps9mPmXa))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 000_Ps9mPmXa))))) diff --git a/src/proto_001_PtCJ7pwo/lib_protocol/dune b/src/proto_001_PtCJ7pwo/lib_protocol/dune index 2d96b255b06d..4e260b6ac2b6 100644 --- a/src/proto_001_PtCJ7pwo/lib_protocol/dune +++ b/src/proto_001_PtCJ7pwo/lib_protocol/dune @@ -207,7 +207,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -298,7 +298,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_001_PtCJ7pwo) @@ -389,4 +389,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 001_PtCJ7pwo))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 001_PtCJ7pwo))))) diff --git a/src/proto_002_PsYLVpVv/lib_protocol/dune b/src/proto_002_PsYLVpVv/lib_protocol/dune index d85c31e4f270..f5c75cb5c99a 100644 --- a/src/proto_002_PsYLVpVv/lib_protocol/dune +++ b/src/proto_002_PsYLVpVv/lib_protocol/dune @@ -207,7 +207,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -298,7 +298,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_002_PsYLVpVv) @@ -389,4 +389,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 002_PsYLVpVv))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 002_PsYLVpVv))))) diff --git a/src/proto_003_PsddFKi3/lib_protocol/dune b/src/proto_003_PsddFKi3/lib_protocol/dune index 17e38adb0078..15b996954665 100644 --- a/src/proto_003_PsddFKi3/lib_protocol/dune +++ b/src/proto_003_PsddFKi3/lib_protocol/dune @@ -209,7 +209,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -301,7 +301,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_003_PsddFKi3) @@ -393,4 +393,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 003_PsddFKi3))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 003_PsddFKi3))))) diff --git a/src/proto_004_Pt24m4xi/lib_protocol/dune b/src/proto_004_Pt24m4xi/lib_protocol/dune index 3bbb0d30d18c..4755d6e0a582 100644 --- a/src/proto_004_Pt24m4xi/lib_protocol/dune +++ b/src/proto_004_Pt24m4xi/lib_protocol/dune @@ -209,7 +209,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -301,7 +301,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_004_Pt24m4xi) @@ -393,4 +393,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 004_Pt24m4xi))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 004_Pt24m4xi))))) diff --git a/src/proto_005_PsBABY5H/lib_protocol/dune b/src/proto_005_PsBABY5H/lib_protocol/dune index c046e241de52..f72ebca96287 100644 --- a/src/proto_005_PsBABY5H/lib_protocol/dune +++ b/src/proto_005_PsBABY5H/lib_protocol/dune @@ -211,7 +211,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -304,7 +304,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_005_PsBABY5H) @@ -397,4 +397,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 005_PsBABY5H))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 005_PsBABY5H))))) diff --git a/src/proto_005_PsBabyM1/lib_protocol/dune b/src/proto_005_PsBabyM1/lib_protocol/dune index b10cd9f4381e..b2c47a58ee82 100644 --- a/src/proto_005_PsBabyM1/lib_protocol/dune +++ b/src/proto_005_PsBabyM1/lib_protocol/dune @@ -211,7 +211,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -304,7 +304,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_005_PsBabyM1) @@ -397,4 +397,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 005_PsBabyM1))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 005_PsBabyM1))))) diff --git a/src/proto_006_PsCARTHA/lib_protocol/dune b/src/proto_006_PsCARTHA/lib_protocol/dune index 9e13a0a9effd..f2b988f94741 100644 --- a/src/proto_006_PsCARTHA/lib_protocol/dune +++ b/src/proto_006_PsCARTHA/lib_protocol/dune @@ -211,7 +211,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -304,7 +304,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_006_PsCARTHA) @@ -397,4 +397,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 006_PsCARTHA))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 006_PsCARTHA))))) diff --git a/src/proto_007_PsDELPH1/lib_protocol/dune b/src/proto_007_PsDELPH1/lib_protocol/dune index 1dd0b2058dcd..9a3db57e93a4 100644 --- a/src/proto_007_PsDELPH1/lib_protocol/dune +++ b/src/proto_007_PsDELPH1/lib_protocol/dune @@ -215,7 +215,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -310,7 +310,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_007_PsDELPH1) @@ -405,4 +405,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 007_PsDELPH1))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 007_PsDELPH1))))) diff --git a/src/proto_008_PtEdo2Zk/lib_protocol/dune b/src/proto_008_PtEdo2Zk/lib_protocol/dune index b26fcd97dd77..65e91e0d2b8c 100644 --- a/src/proto_008_PtEdo2Zk/lib_protocol/dune +++ b/src/proto_008_PtEdo2Zk/lib_protocol/dune @@ -225,7 +225,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -325,7 +325,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_008_PtEdo2Zk) @@ -425,4 +425,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 008_PtEdo2Zk))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 008_PtEdo2Zk))))) diff --git a/src/proto_008_PtEdoTez/lib_protocol/dune b/src/proto_008_PtEdoTez/lib_protocol/dune index 3cdb3f19ec4f..ec934aa60b14 100644 --- a/src/proto_008_PtEdoTez/lib_protocol/dune +++ b/src/proto_008_PtEdoTez/lib_protocol/dune @@ -225,7 +225,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -325,7 +325,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_008_PtEdoTez) @@ -425,4 +425,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 008_PtEdoTez))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 008_PtEdoTez))))) diff --git a/src/proto_009_PsFLoren/lib_protocol/dune b/src/proto_009_PsFLoren/lib_protocol/dune index c7ed4ffdfa5e..16b4036fd009 100644 --- a/src/proto_009_PsFLoren/lib_protocol/dune +++ b/src/proto_009_PsFLoren/lib_protocol/dune @@ -231,7 +231,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -334,7 +334,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_009_PsFLoren) @@ -437,4 +437,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 009_PsFLoren))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 009_PsFLoren))))) diff --git a/src/proto_010_PtGRANAD/lib_protocol/dune b/src/proto_010_PtGRANAD/lib_protocol/dune index d36173b62d91..3f1fa76ad299 100644 --- a/src/proto_010_PtGRANAD/lib_protocol/dune +++ b/src/proto_010_PtGRANAD/lib_protocol/dune @@ -241,7 +241,7 @@ (:src_dir TEZOS_PROTOCOL)) (action (run - %{bin:tezos-protocol-compiler} + %{bin:octez-protocol-compiler} -warning -6-7-9-16-29-32-51-68 -warn-error +a .))) @@ -349,7 +349,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_010_PtGRANAD) @@ -457,4 +457,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 010_PtGRANAD))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 010_PtGRANAD))))) diff --git a/src/proto_011_PtHangz2/lib_protocol/dune b/src/proto_011_PtHangz2/lib_protocol/dune index 4356adc6e384..5546ab737eaf 100644 --- a/src/proto_011_PtHangz2/lib_protocol/dune +++ b/src/proto_011_PtHangz2/lib_protocol/dune @@ -265,7 +265,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -warning -51 -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -warning -51 -warn-error +a .))) (library (name tezos_protocol_011_PtHangz2_functor) @@ -383,7 +383,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_011_PtHangz2) @@ -504,4 +504,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 011_PtHangz2))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 011_PtHangz2))))) diff --git a/src/proto_012_Psithaca/bin_accuser/dune b/src/proto_012_Psithaca/bin_accuser/dune index bf0ab3e1ec25..a74e65028d96 100644 --- a/src/proto_012_Psithaca/bin_accuser/dune +++ b/src/proto_012_Psithaca/bin_accuser/dune @@ -3,8 +3,8 @@ (executable (name main_accuser_012_Psithaca) - (public_name tezos-accuser-012-Psithaca) - (package tezos-accuser-012-Psithaca) + (public_name octez-accuser-012-Psithaca) + (package octez-accuser-012-Psithaca) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_012_Psithaca/bin_baker/dune b/src/proto_012_Psithaca/bin_baker/dune index e2cb2efda2f8..9aecb9efd74c 100644 --- a/src/proto_012_Psithaca/bin_baker/dune +++ b/src/proto_012_Psithaca/bin_baker/dune @@ -3,8 +3,8 @@ (executable (name main_baker_012_Psithaca) - (public_name tezos-baker-012-Psithaca) - (package tezos-baker-012-Psithaca) + (public_name octez-baker-012-Psithaca) + (package octez-baker-012-Psithaca) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_012_Psithaca/lib_protocol/dune b/src/proto_012_Psithaca/lib_protocol/dune index b4a33cba9b7d..558578b8fa23 100644 --- a/src/proto_012_Psithaca/lib_protocol/dune +++ b/src/proto_012_Psithaca/lib_protocol/dune @@ -299,7 +299,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -warning -51 -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -warning -51 -warn-error +a .))) (library (name tezos_protocol_012_Psithaca_functor) @@ -434,7 +434,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_012_Psithaca) @@ -572,4 +572,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 012_Psithaca))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 012_Psithaca))))) diff --git a/src/proto_013_PtJakart/bin_accuser/dune b/src/proto_013_PtJakart/bin_accuser/dune index 49d3f60e6d10..37a328d456da 100644 --- a/src/proto_013_PtJakart/bin_accuser/dune +++ b/src/proto_013_PtJakart/bin_accuser/dune @@ -3,8 +3,8 @@ (executable (name main_accuser_013_PtJakart) - (public_name tezos-accuser-013-PtJakart) - (package tezos-accuser-013-PtJakart) + (public_name octez-accuser-013-PtJakart) + (package octez-accuser-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/bin_baker/dune b/src/proto_013_PtJakart/bin_baker/dune index 265178210610..dc8597ca5abe 100644 --- a/src/proto_013_PtJakart/bin_baker/dune +++ b/src/proto_013_PtJakart/bin_baker/dune @@ -3,8 +3,8 @@ (executable (name main_baker_013_PtJakart) - (public_name tezos-baker-013-PtJakart) - (package tezos-baker-013-PtJakart) + (public_name octez-baker-013-PtJakart) + (package octez-baker-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/bin_sc_rollup_client/dune b/src/proto_013_PtJakart/bin_sc_rollup_client/dune index c98739339e45..1cf561fca6dc 100644 --- a/src/proto_013_PtJakart/bin_sc_rollup_client/dune +++ b/src/proto_013_PtJakart/bin_sc_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_client_013_PtJakart) - (public_name tezos-sc-rollup-client-013-PtJakart) - (package tezos-sc-rollup-client-013-PtJakart) + (public_name octez-sc-rollup-client-013-PtJakart) + (package octez-sc-rollup-client-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/bin_sc_rollup_node/dune b/src/proto_013_PtJakart/bin_sc_rollup_node/dune index 264e0e03acd0..19c2567b73d6 100644 --- a/src/proto_013_PtJakart/bin_sc_rollup_node/dune +++ b/src/proto_013_PtJakart/bin_sc_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_node_013_PtJakart) - (public_name tezos-sc-rollup-node-013-PtJakart) - (package tezos-sc-rollup-node-013-PtJakart) + (public_name octez-sc-rollup-node-013-PtJakart) + (package octez-sc-rollup-node-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/bin_tx_rollup_client/dune b/src/proto_013_PtJakart/bin_tx_rollup_client/dune index b53a77b68260..e4af4892f4e6 100644 --- a/src/proto_013_PtJakart/bin_tx_rollup_client/dune +++ b/src/proto_013_PtJakart/bin_tx_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_client_013_PtJakart) - (public_name tezos-tx-rollup-client-013-PtJakart) - (package tezos-tx-rollup-client-013-PtJakart) + (public_name octez-tx-rollup-client-013-PtJakart) + (package octez-tx-rollup-client-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/bin_tx_rollup_node/dune b/src/proto_013_PtJakart/bin_tx_rollup_node/dune index 9a414de6efdb..d345bf501d28 100644 --- a/src/proto_013_PtJakart/bin_tx_rollup_node/dune +++ b/src/proto_013_PtJakart/bin_tx_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_node_013_PtJakart) - (public_name tezos-tx-rollup-node-013-PtJakart) - (package tezos-tx-rollup-node-013-PtJakart) + (public_name octez-tx-rollup-node-013-PtJakart) + (package octez-tx-rollup-node-013-PtJakart) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_013_PtJakart/lib_protocol/dune b/src/proto_013_PtJakart/lib_protocol/dune index 374e3a732871..d8954ce3578b 100644 --- a/src/proto_013_PtJakart/lib_protocol/dune +++ b/src/proto_013_PtJakart/lib_protocol/dune @@ -430,7 +430,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -warning -51 -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -warning -51 -warn-error +a .))) (library (name tezos_protocol_013_PtJakart_functor) @@ -631,7 +631,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_013_PtJakart) @@ -835,4 +835,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 013_PtJakart))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 013_PtJakart))))) diff --git a/src/proto_014_PtKathma/bin_accuser/dune b/src/proto_014_PtKathma/bin_accuser/dune index 57ad0bdbd706..a9484a98452c 100644 --- a/src/proto_014_PtKathma/bin_accuser/dune +++ b/src/proto_014_PtKathma/bin_accuser/dune @@ -3,8 +3,8 @@ (executable (name main_accuser_014_PtKathma) - (public_name tezos-accuser-014-PtKathma) - (package tezos-accuser-014-PtKathma) + (public_name octez-accuser-014-PtKathma) + (package octez-accuser-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/bin_baker/dune b/src/proto_014_PtKathma/bin_baker/dune index d8647ebaaa6b..a13b6d764d35 100644 --- a/src/proto_014_PtKathma/bin_baker/dune +++ b/src/proto_014_PtKathma/bin_baker/dune @@ -3,8 +3,8 @@ (executable (name main_baker_014_PtKathma) - (public_name tezos-baker-014-PtKathma) - (package tezos-baker-014-PtKathma) + (public_name octez-baker-014-PtKathma) + (package octez-baker-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/bin_sc_rollup_client/dune b/src/proto_014_PtKathma/bin_sc_rollup_client/dune index 40dd3f306c7d..5db07280793b 100644 --- a/src/proto_014_PtKathma/bin_sc_rollup_client/dune +++ b/src/proto_014_PtKathma/bin_sc_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_client_014_PtKathma) - (public_name tezos-sc-rollup-client-014-PtKathma) - (package tezos-sc-rollup-client-014-PtKathma) + (public_name octez-sc-rollup-client-014-PtKathma) + (package octez-sc-rollup-client-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/bin_sc_rollup_node/dune b/src/proto_014_PtKathma/bin_sc_rollup_node/dune index 74d892fffa88..cf24c02add7b 100644 --- a/src/proto_014_PtKathma/bin_sc_rollup_node/dune +++ b/src/proto_014_PtKathma/bin_sc_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_node_014_PtKathma) - (public_name tezos-sc-rollup-node-014-PtKathma) - (package tezos-sc-rollup-node-014-PtKathma) + (public_name octez-sc-rollup-node-014-PtKathma) + (package octez-sc-rollup-node-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/bin_tx_rollup_client/dune b/src/proto_014_PtKathma/bin_tx_rollup_client/dune index 42deae7a7bff..b4df4df289fb 100644 --- a/src/proto_014_PtKathma/bin_tx_rollup_client/dune +++ b/src/proto_014_PtKathma/bin_tx_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_client_014_PtKathma) - (public_name tezos-tx-rollup-client-014-PtKathma) - (package tezos-tx-rollup-client-014-PtKathma) + (public_name octez-tx-rollup-client-014-PtKathma) + (package octez-tx-rollup-client-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/bin_tx_rollup_node/dune b/src/proto_014_PtKathma/bin_tx_rollup_node/dune index 5050b6323515..68c95129d0b4 100644 --- a/src/proto_014_PtKathma/bin_tx_rollup_node/dune +++ b/src/proto_014_PtKathma/bin_tx_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_node_014_PtKathma) - (public_name tezos-tx-rollup-node-014-PtKathma) - (package tezos-tx-rollup-node-014-PtKathma) + (public_name octez-tx-rollup-node-014-PtKathma) + (package octez-tx-rollup-node-014-PtKathma) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_014_PtKathma/lib_protocol/dune b/src/proto_014_PtKathma/lib_protocol/dune index edceedba5b34..307e259b2803 100644 --- a/src/proto_014_PtKathma/lib_protocol/dune +++ b/src/proto_014_PtKathma/lib_protocol/dune @@ -477,7 +477,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -warn-error +a .))) (library (name tezos_protocol_014_PtKathma_functor) @@ -702,7 +702,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_014_PtKathma) @@ -928,4 +928,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 014_PtKathma))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 014_PtKathma))))) diff --git a/src/proto_015_PtLimaPt/bin_accuser/dune b/src/proto_015_PtLimaPt/bin_accuser/dune index 4903b773d7f4..9ad9a27f1e9c 100644 --- a/src/proto_015_PtLimaPt/bin_accuser/dune +++ b/src/proto_015_PtLimaPt/bin_accuser/dune @@ -3,8 +3,8 @@ (executable (name main_accuser_015_PtLimaPt) - (public_name tezos-accuser-015-PtLimaPt) - (package tezos-accuser-015-PtLimaPt) + (public_name octez-accuser-015-PtLimaPt) + (package octez-accuser-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/bin_baker/dune b/src/proto_015_PtLimaPt/bin_baker/dune index 098a3c14738e..8fefbbaa3e47 100644 --- a/src/proto_015_PtLimaPt/bin_baker/dune +++ b/src/proto_015_PtLimaPt/bin_baker/dune @@ -3,8 +3,8 @@ (executable (name main_baker_015_PtLimaPt) - (public_name tezos-baker-015-PtLimaPt) - (package tezos-baker-015-PtLimaPt) + (public_name octez-baker-015-PtLimaPt) + (package octez-baker-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/bin_sc_rollup_client/dune b/src/proto_015_PtLimaPt/bin_sc_rollup_client/dune index 519a3209b70a..340fc80b26db 100644 --- a/src/proto_015_PtLimaPt/bin_sc_rollup_client/dune +++ b/src/proto_015_PtLimaPt/bin_sc_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_client_015_PtLimaPt) - (public_name tezos-sc-rollup-client-015-PtLimaPt) - (package tezos-sc-rollup-client-015-PtLimaPt) + (public_name octez-sc-rollup-client-015-PtLimaPt) + (package octez-sc-rollup-client-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/bin_sc_rollup_node/dune b/src/proto_015_PtLimaPt/bin_sc_rollup_node/dune index b8fc8501b4fa..1158409d4a5a 100644 --- a/src/proto_015_PtLimaPt/bin_sc_rollup_node/dune +++ b/src/proto_015_PtLimaPt/bin_sc_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_node_015_PtLimaPt) - (public_name tezos-sc-rollup-node-015-PtLimaPt) - (package tezos-sc-rollup-node-015-PtLimaPt) + (public_name octez-sc-rollup-node-015-PtLimaPt) + (package octez-sc-rollup-node-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/bin_tx_rollup_client/dune b/src/proto_015_PtLimaPt/bin_tx_rollup_client/dune index 67cd40fdb524..9990f349d8d2 100644 --- a/src/proto_015_PtLimaPt/bin_tx_rollup_client/dune +++ b/src/proto_015_PtLimaPt/bin_tx_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_client_015_PtLimaPt) - (public_name tezos-tx-rollup-client-015-PtLimaPt) - (package tezos-tx-rollup-client-015-PtLimaPt) + (public_name octez-tx-rollup-client-015-PtLimaPt) + (package octez-tx-rollup-client-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/bin_tx_rollup_node/dune b/src/proto_015_PtLimaPt/bin_tx_rollup_node/dune index f6e9d71bbd89..388555083dc1 100644 --- a/src/proto_015_PtLimaPt/bin_tx_rollup_node/dune +++ b/src/proto_015_PtLimaPt/bin_tx_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_node_015_PtLimaPt) - (public_name tezos-tx-rollup-node-015-PtLimaPt) - (package tezos-tx-rollup-node-015-PtLimaPt) + (public_name octez-tx-rollup-node-015-PtLimaPt) + (package octez-tx-rollup-node-015-PtLimaPt) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_015_PtLimaPt/lib_dal/dune b/src/proto_015_PtLimaPt/lib_dal/dune index 3db7d0969e72..b06fdbb07d49 100644 --- a/src/proto_015_PtLimaPt/lib_dal/dune +++ b/src/proto_015_PtLimaPt/lib_dal/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-base - tezos-protocol-compiler.registerer + octez-protocol-compiler.registerer tezos_dal_node_lib tezos-client-015-PtLimaPt tezos-embedded-protocol-015-PtLimaPt diff --git a/src/proto_015_PtLimaPt/lib_protocol/dune b/src/proto_015_PtLimaPt/lib_protocol/dune index 3392f3cf1f9a..dff3b0b87b71 100644 --- a/src/proto_015_PtLimaPt/lib_protocol/dune +++ b/src/proto_015_PtLimaPt/lib_protocol/dune @@ -526,7 +526,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -warn-error +a .))) (library (name tezos_protocol_015_PtLimaPt_functor) @@ -776,7 +776,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_015_PtLimaPt) @@ -1027,4 +1027,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} 015_PtLimaPt))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} 015_PtLimaPt))))) diff --git a/src/proto_alpha/bin_accuser/dune b/src/proto_alpha/bin_accuser/dune index ec075c937079..8633c92d406a 100644 --- a/src/proto_alpha/bin_accuser/dune +++ b/src/proto_alpha/bin_accuser/dune @@ -3,8 +3,8 @@ (executable (name main_accuser_alpha) - (public_name tezos-accuser-alpha) - (package tezos-accuser-alpha) + (public_name octez-accuser-alpha) + (package octez-accuser-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/bin_baker/dune b/src/proto_alpha/bin_baker/dune index 1cf77c3d0d8a..554a7e8c8a77 100644 --- a/src/proto_alpha/bin_baker/dune +++ b/src/proto_alpha/bin_baker/dune @@ -3,8 +3,8 @@ (executable (name main_baker_alpha) - (public_name tezos-baker-alpha) - (package tezos-baker-alpha) + (public_name octez-baker-alpha) + (package octez-baker-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/bin_sc_rollup_client/dune b/src/proto_alpha/bin_sc_rollup_client/dune index 9784c7f9233d..c5ea8d056c43 100644 --- a/src/proto_alpha/bin_sc_rollup_client/dune +++ b/src/proto_alpha/bin_sc_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_client_alpha) - (public_name tezos-sc-rollup-client-alpha) - (package tezos-sc-rollup-client-alpha) + (public_name octez-sc-rollup-client-alpha) + (package octez-sc-rollup-client-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/bin_sc_rollup_node/dune b/src/proto_alpha/bin_sc_rollup_node/dune index 3932b54eee4c..cc313ba82cd2 100644 --- a/src/proto_alpha/bin_sc_rollup_node/dune +++ b/src/proto_alpha/bin_sc_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_sc_rollup_node_alpha) - (public_name tezos-sc-rollup-node-alpha) - (package tezos-sc-rollup-node-alpha) + (public_name octez-sc-rollup-node-alpha) + (package octez-sc-rollup-node-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/bin_tx_rollup_client/dune b/src/proto_alpha/bin_tx_rollup_client/dune index bf5537c63fa9..a2e2d5badeb4 100644 --- a/src/proto_alpha/bin_tx_rollup_client/dune +++ b/src/proto_alpha/bin_tx_rollup_client/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_client_alpha) - (public_name tezos-tx-rollup-client-alpha) - (package tezos-tx-rollup-client-alpha) + (public_name octez-tx-rollup-client-alpha) + (package octez-tx-rollup-client-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/bin_tx_rollup_node/dune b/src/proto_alpha/bin_tx_rollup_node/dune index 3fc9c43d215e..b7deec6d8ea4 100644 --- a/src/proto_alpha/bin_tx_rollup_node/dune +++ b/src/proto_alpha/bin_tx_rollup_node/dune @@ -3,8 +3,8 @@ (executable (name main_tx_rollup_node_alpha) - (public_name tezos-tx-rollup-node-alpha) - (package tezos-tx-rollup-node-alpha) + (public_name octez-tx-rollup-node-alpha) + (package octez-tx-rollup-node-alpha) (instrumentation (backend bisect_ppx)) (libraries tezos-base diff --git a/src/proto_alpha/lib_dal/dune b/src/proto_alpha/lib_dal/dune index 9d0b533102e8..a69f864215b7 100644 --- a/src/proto_alpha/lib_dal/dune +++ b/src/proto_alpha/lib_dal/dune @@ -7,7 +7,7 @@ (instrumentation (backend bisect_ppx)) (libraries tezos-base - tezos-protocol-compiler.registerer + octez-protocol-compiler.registerer tezos_dal_node_lib tezos-client-alpha tezos-embedded-protocol-alpha diff --git a/src/proto_alpha/lib_protocol/dune b/src/proto_alpha/lib_protocol/dune index fd48cc31ab92..6e1c4cd2323e 100644 --- a/src/proto_alpha/lib_protocol/dune +++ b/src/proto_alpha/lib_protocol/dune @@ -526,7 +526,7 @@ alpha_services.ml alpha_services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -no-hash-check -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -no-hash-check -warn-error +a .))) (library (name tezos_protocol_alpha_functor) @@ -776,7 +776,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_alpha) @@ -1027,4 +1027,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} alpha))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} alpha))))) diff --git a/src/proto_demo_counter/lib_protocol/dune b/src/proto_demo_counter/lib_protocol/dune index 4bf6b499329c..d7ee29d480fb 100644 --- a/src/proto_demo_counter/lib_protocol/dune +++ b/src/proto_demo_counter/lib_protocol/dune @@ -87,7 +87,7 @@ services.ml services.mli main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -no-hash-check -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -no-hash-check -warn-error +a .))) (library (name tezos_protocol_demo_counter_functor) @@ -116,7 +116,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_demo_counter) @@ -146,4 +146,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} demo_counter))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} demo_counter))))) diff --git a/src/proto_demo_noops/lib_protocol/dune b/src/proto_demo_noops/lib_protocol/dune index 418dfe54d954..976bb03d1d67 100644 --- a/src/proto_demo_noops/lib_protocol/dune +++ b/src/proto_demo_noops/lib_protocol/dune @@ -68,7 +68,7 @@ (rule (alias runtest_compile_protocol) (deps main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -no-hash-check -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -no-hash-check -warn-error +a .))) (library (name tezos_protocol_demo_noops_functor) @@ -88,7 +88,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_demo_noops) @@ -109,4 +109,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} demo_noops))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} demo_noops))))) diff --git a/src/proto_genesis/lib_protocol/dune b/src/proto_genesis/lib_protocol/dune index c3fa4fea8119..fb4e27fa1f83 100644 --- a/src/proto_genesis/lib_protocol/dune +++ b/src/proto_genesis/lib_protocol/dune @@ -70,7 +70,7 @@ (deps data.ml services.ml main.ml main.mli (:src_dir TEZOS_PROTOCOL)) - (action (run %{bin:tezos-protocol-compiler} -no-hash-check -warn-error +a .))) + (action (run %{bin:octez-protocol-compiler} -no-hash-check -warn-error +a .))) (library (name tezos_protocol_genesis_functor) @@ -92,7 +92,7 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-protocol-compiler.tezos-protocol-packer} %{src_dir}))))) + (run %{bin:octez-protocol-compiler.octez-protocol-packer} %{src_dir}))))) (library (name tezos_embedded_protocol_genesis) @@ -115,4 +115,4 @@ %{targets} (chdir %{workspace_root} - (run %{bin:tezos-embedded-protocol-packer} %{src_dir} genesis))))) + (run %{bin:octez-embedded-protocol-packer} %{src_dir} genesis))))) -- GitLab From 36743485420f635dac9087e605cacea664c3da77 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Tue, 14 Jun 2022 16:35:17 -0400 Subject: [PATCH 70/74] Octez: emit warning if argv0 name is not octez --- src/bin_codec/codec.ml | 24 ++++++++++++ src/bin_node/main.ml | 25 +++++++++++++ src/bin_proxy_server/main_proxy_server.ml | 26 ++++++++++++- src/bin_snoop/main_snoop.ml | 24 ++++++++++++ src/bin_validation/bin/main_validator.ml | 24 ++++++++++++ src/lib_client_base_unix/client_main_run.ml | 37 +++++++++++++++++++ .../bin/main_embedded_packer.ml | 24 ++++++++++++ src/lib_protocol_compiler/bin/main_native.ml | 25 +++++++++++++ src/lib_protocol_compiler/bin/main_packer.ml | 24 ++++++++++++ 9 files changed, 232 insertions(+), 1 deletion(-) diff --git a/src/bin_codec/codec.ml b/src/bin_codec/codec.ml index 2d849f6c2acc..4af4266cc56f 100644 --- a/src/bin_codec/codec.ml +++ b/src/bin_codec/codec.ml @@ -25,6 +25,29 @@ let () = Additional_registrations.force_linking () +let warn_if_argv0_name_not_octez () = + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[@{@{Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let commands = Commands.commands () let home = try Sys.getenv "HOME" with Not_found -> "/tmp" @@ -96,6 +119,7 @@ let main commands = Format.std_formatter (if Unix.isatty Unix.stdout then Ansi else Plain) Short) ; + warn_if_argv0_name_not_octez () ; ignore Clic.( setup_formatter diff --git a/src/bin_node/main.ml b/src/bin_node/main.ml index 0b36e1ffae96..ae93f840ae53 100644 --- a/src/bin_node/main.ml +++ b/src/bin_node/main.ml @@ -24,6 +24,29 @@ (* *) (*****************************************************************************) +let warn_if_argv0_name_not_octez () = + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let () = Printexc.register_printer @@ function | Unix.Unix_error (code, "", _) -> Some (Unix.error_message code) @@ -63,6 +86,8 @@ let () = prerr_endline "Non-64 bit architectures are not supported." ; exit 1) +let () = warn_if_argv0_name_not_octez () + let () = if Filename.basename Sys.argv.(0) = Updater.compiler_name then ( try diff --git a/src/bin_proxy_server/main_proxy_server.ml b/src/bin_proxy_server/main_proxy_server.ml index 1f305ee692e7..92a815734ede 100644 --- a/src/bin_proxy_server/main_proxy_server.ml +++ b/src/bin_proxy_server/main_proxy_server.ml @@ -26,7 +26,31 @@ open Cmdliner module Proxy_server_config = Tezos_proxy_server_config.Proxy_server_config -let name = "tezos-proxy-server" +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + +let name = "octez-proxy-server" let config : string option Term.t = let doc = diff --git a/src/bin_snoop/main_snoop.ml b/src/bin_snoop/main_snoop.ml index 6f5124854877..8b8ab0b1d72d 100644 --- a/src/bin_snoop/main_snoop.ml +++ b/src/bin_snoop/main_snoop.ml @@ -23,6 +23,30 @@ (* *) (*****************************************************************************) +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + module Hashtbl = Stdlib.Hashtbl (* ------------------------------------------------------------------------- *) diff --git a/src/bin_validation/bin/main_validator.ml b/src/bin_validation/bin/main_validator.ml index 51b42fbc0b02..c43a45fcd7b1 100644 --- a/src/bin_validation/bin/main_validator.ml +++ b/src/bin_validation/bin/main_validator.ml @@ -23,6 +23,30 @@ (* *) (*****************************************************************************) +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let () = (* The default allocation policy of Octez is "best-fit" which gives the best compromise in terms of performances and memory diff --git a/src/lib_client_base_unix/client_main_run.ml b/src/lib_client_base_unix/client_main_run.ml index 3f2aba82bc09..2fd4c5a4beaf 100644 --- a/src/lib_client_base_unix/client_main_run.ml +++ b/src/lib_client_base_unix/client_main_run.ml @@ -317,6 +317,42 @@ let setup_client_config (cctxt : Tezos_client_base.Client_context.printer) setup_non_mockup_rpc_client_config m | `Mode_mockup -> setup_mockup_rpc_client_config cctxt args base_dir) +let warn_if_argv0_name_not_octez () = + let keep_version_number = true in + let executable_name = Filename.basename Sys.argv.(0) in + let expected_name = + match TzString.split '-' executable_name with + | prefix :: (("endorser" | "accuser" | "baker") as bin) :: arg :: rest -> + let has_version_number = int_of_string_opt arg <> None in + if String.equal prefix "tezos" || has_version_number then + if has_version_number then + if keep_version_number then + Some (String.concat "-" ("octez" :: bin :: arg :: rest)) + else Some (String.concat "-" ("octez" :: bin :: rest)) + else Some (String.concat "-" ("octez" :: bin :: arg :: rest)) + else None + | "tezos" :: rest -> Some (String.concat "-" ("octez" :: rest)) + | _ -> None + in + let expected_name = + Option.bind expected_name (fun expected_name -> + if String.equal executable_name expected_name then None + else Some expected_name) + in + match expected_name with + | None -> () + | Some expected_name -> + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is \ + now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + (* Main (lwt) entry *) let main (module C : M) ~select_commands = let open Lwt_result_syntax in @@ -348,6 +384,7 @@ let main (module C : M) ~select_commands = Format.err_formatter (if Unix.isatty Unix.stderr then Ansi else Plain) Short) ; + warn_if_argv0_name_not_octez () ; let*! () = Tezos_base_unix.Internal_event_unix.init () in let*! retcode = Lwt.catch diff --git a/src/lib_protocol_compiler/bin/main_embedded_packer.ml b/src/lib_protocol_compiler/bin/main_embedded_packer.ml index 34ebaf34963f..2fee9d6bceaf 100644 --- a/src/lib_protocol_compiler/bin/main_embedded_packer.ml +++ b/src/lib_protocol_compiler/bin/main_embedded_packer.ml @@ -23,6 +23,30 @@ (* *) (*****************************************************************************) +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let srcdir = Sys.argv.(1) let version = Sys.argv.(2) diff --git a/src/lib_protocol_compiler/bin/main_native.ml b/src/lib_protocol_compiler/bin/main_native.ml index 1f63464662d6..c5e0a418352b 100644 --- a/src/lib_protocol_compiler/bin/main_native.ml +++ b/src/lib_protocol_compiler/bin/main_native.ml @@ -23,6 +23,31 @@ (* *) (*****************************************************************************) +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if String.equal (String.sub executable_name 0 (String.length prefix)) prefix + then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let () = try Octez_protocol_compiler.Compiler.main diff --git a/src/lib_protocol_compiler/bin/main_packer.ml b/src/lib_protocol_compiler/bin/main_packer.ml index 37b5bf77f18f..f168881eb000 100644 --- a/src/lib_protocol_compiler/bin/main_packer.ml +++ b/src/lib_protocol_compiler/bin/main_packer.ml @@ -25,6 +25,30 @@ open Filename.Infix +let () = + (* warn_if_argv0_name_not_octez *) + let executable_name = Filename.basename Sys.argv.(0) in + let prefix = "tezos-" in + if TzString.has_prefix executable_name ~prefix then + let expected_name = + let len_prefix = String.length prefix in + "octez-" + ^ String.sub + executable_name + len_prefix + (String.length executable_name - len_prefix) + in + Format.eprintf + "@[<v 2>@{<warning>@{<title>Warning@}@}@,\ + The executable with name %s has been renamed to %s. The name %s is now@,\ + deprecated, and it will be removed in a future release. Please update@,\ + your scripts to use the new name.@]@\n\ + @." + executable_name + expected_name + executable_name + else () + let () = Random.self_init () ; let anonymous = ref [] in -- GitLab From 593c6712fada2ef24670459e03e79a13ea67ed92 Mon Sep 17 00:00:00 2001 From: Nic Volanschi <nic.volanschi@nomadic-labs.com> Date: Tue, 9 Aug 2022 11:08:18 +0200 Subject: [PATCH 71/74] doc: announce the renamings in the page template --- docs/_templates/page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/_templates/page.html diff --git a/docs/_templates/page.html b/docs/_templates/page.html new file mode 100644 index 000000000000..0f4f5793e9d4 --- /dev/null +++ b/docs/_templates/page.html @@ -0,0 +1,11 @@ +{% block header %} + <div id="rename-warning" style="background-color: #BAFFBA; color: #6A0E0E;"> + <p style="margin-left: 310px"> + Starting from Octez release 15.0, the Octez binaries will be named "octez-*" (e.g. "octez-client", "octez-node" instead of "tezos-client", "tezos-node"). + These renamings are already in place on the "master" branch. + The legacy names ("tezos-*") are still used in the documentation for now and will be supported through symbolic links until the majority of users will upgrade to releases >= 15.0. + </p> + </div> +{% endblock %} + +{% extends "!page.html" %} -- GitLab From f84fd51caa843a09d302fa0965ee9f9d16015bca Mon Sep 17 00:00:00 2001 From: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Date: Wed, 28 Sep 2022 17:06:55 +0200 Subject: [PATCH 72/74] Scripts: sandboxed-client uses `octez-` for aliases --- scripts/prepare_migration_test.sh | 6 ++-- scripts/user_activated_upgrade.sh | 6 ++-- src/bin_client/octez-init-sandboxed-client.sh | 30 +++++++++---------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/scripts/prepare_migration_test.sh b/scripts/prepare_migration_test.sh index d6b2a230a458..a8ae559092f1 100755 --- a/scripts/prepare_migration_test.sh +++ b/scripts/prepare_migration_test.sh @@ -122,9 +122,9 @@ migration is run on the sandbox: When the optional parameter <protocol_name>_<protocol_version> is provided, then the script snapshots the Alpha protocol and renames the sandbox command -tezos-activate-alpha that activates the Alpha protocol to the command +octez-activate-alpha that activates the Alpha protocol to the command - tezos-activate-<predecessor_version>_<predecessor_short_hash> + octez-activate-<predecessor_version>_<predecessor_short_hash> which activates the predecessor of the Alpha protocol. The <predecessor_version> coincides with <protocol_version> minus one, and the <predecessor_short_hash> @@ -303,7 +303,7 @@ The script detected that you will do a migration on the sandbox." Use the following commands to start the sandboxed node: $ ./src/bin_node/octez-sandboxed-node.sh 1 --connections 0 & $ eval \`./src/bin_client/octez-init-sandboxed-client.sh 1\` -$ tezos-activate-${pred_proto_version}-${pred_short_hash} +$ octez-activate-${pred_proto_version}-${pred_short_hash} Then bake blocks until the chain reaches level $mig_level with: $ octez-client bake for bootstrap1 --minimal-timestamp diff --git a/scripts/user_activated_upgrade.sh b/scripts/user_activated_upgrade.sh index 6fbede3d69f7..24a1fb6f02ff 100755 --- a/scripts/user_activated_upgrade.sh +++ b/scripts/user_activated_upgrade.sh @@ -9,10 +9,10 @@ Inserts a user-activated upgrade for the snapshot protocol with the given version number at the given level. When passing a low level (less or equal than 28082) it assumes that migration is -on the sandbox, and it renames the sandbox command tezos-activate-alpha that +on the sandbox, and it renames the sandbox command octez-activate-alpha that activates the Alpha protocol to the command - tezos-activate-<predecessor_version>_<predecessor_short_hash> + octez-activate-<predecessor_version>_<predecessor_short_hash> which activates the predecessor of the Alpha protocol. The <predecessor_version> coincides with <protocol_version> minus one, and the <predecessor_short_hash> @@ -89,7 +89,7 @@ else { sed -i.old "s/\$bin_dir\/..\/proto_alpha\/parameters\/sandbox-parameters.json/\$bin_dir\/..\/proto_${pred}_${pred_short_hash}\/parameters\/sandbox-parameters.json/" src/bin_client/octez-init-sandboxed-client.sh sed -i.old "s/activate_alpha()/activate_${pred}_${pred_short_hash}()/" src/bin_client/octez-init-sandboxed-client.sh - sed -i.old "s/tezos-activate-alpha/tezos-activate-${pred}-${pred_short_hash}/" src/bin_client/octez-init-sandboxed-client.sh + sed -i.old "s/octez-activate-alpha/octez-activate-${pred}-${pred_short_hash}/" src/bin_client/octez-init-sandboxed-client.sh sed -i.old "s/activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK/activate protocol $pred_full_hash/" src/bin_client/octez-init-sandboxed-client.sh rm src/bin_client/octez-init-sandboxed-client.sh.old echo "The sandbox will now switch to $full_hash at level $level." diff --git a/src/bin_client/octez-init-sandboxed-client.sh b/src/bin_client/octez-init-sandboxed-client.sh index bc1001dc3b85..90f6dfc92149 100755 --- a/src/bin_client/octez-init-sandboxed-client.sh +++ b/src/bin_client/octez-init-sandboxed-client.sh @@ -132,7 +132,7 @@ main () { parameters_file="$bin_dir/../../_build/default/src/proto_alpha/lib_parameters/sandbox-parameters.json" else - # we assume a clean install with tezos-(admin-)client in the path + # we assume a clean install with octez-(admin-)client in the path local_client="${local_client:-$(which octez-client)}" local_admin_client="${local_admin_client:-$(which octez-admin-client)}" local_signer="${local_signer:-$(which octez-signer)}" @@ -174,17 +174,17 @@ main () { accuser="$local_accuser -base-dir $client_dir -endpoint http://$host:$rpc" fi - echo '#!/bin/sh' > $client_dir/bin/tezos-baker-$protocol - echo "exec $baker \"\$@\"" >> $client_dir/bin/tezos-baker-$protocol - chmod +x $client_dir/bin/tezos-baker-$protocol + echo '#!/bin/sh' > $client_dir/bin/octez-baker-$protocol + echo "exec $baker \"\$@\"" >> $client_dir/bin/octez-baker-$protocol + chmod +x $client_dir/bin/octez-baker-$protocol - echo '#!/bin/sh' > $client_dir/bin/tezos-endorser-$protocol - echo "exec $endorser \"\$@\"" >> $client_dir/bin/tezos-endorser-$protocol - chmod +x $client_dir/bin/tezos-endorser-$protocol + echo '#!/bin/sh' > $client_dir/bin/octez-endorser-$protocol + echo "exec $endorser \"\$@\"" >> $client_dir/bin/octez-endorser-$protocol + chmod +x $client_dir/bin/octez-endorser-$protocol - echo '#!/bin/sh' > $client_dir/bin/tezos-accuser-$protocol - echo "exec $accuser \"\$@\"" >> $client_dir/bin/tezos-accuser-$protocol - chmod +x $client_dir/bin/tezos-accuser-$protocol + echo '#!/bin/sh' > $client_dir/bin/octez-accuser-$protocol + echo "exec $accuser \"\$@\"" >> $client_dir/bin/octez-accuser-$protocol + chmod +x $client_dir/bin/octez-accuser-$protocol done echo '#!/bin/sh' > $client_dir/bin/octez-signer @@ -194,9 +194,9 @@ main () { cat <<EOF if type octez-client-reset >/dev/null 2>&1 ; then octez-client-reset; fi ; PATH="$client_dir/bin:\$PATH" ; export PATH ; -alias tezos-activate-alpha="$client -block genesis activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK with fitness 1 and key activator and parameters $parameters_file" ; -alias octez-client-reset="rm -rf \"$client_dir\"; unalias tezos-activate-alpha octez-client-reset" ; -alias tezos-autocomplete="if [ \$ZSH_NAME ] ; then autoload bashcompinit ; bashcompinit ; fi ; source \"$bin_dir/bash-completion.sh\"" ; +alias octez-activate-alpha="$client -block genesis activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK with fitness 1 and key activator and parameters $parameters_file" ; +alias octez-client-reset="rm -rf \"$client_dir\"; unalias octez-activate-alpha octez-client-reset" ; +alias octez-autocomplete="if [ \$ZSH_NAME ] ; then autoload bashcompinit ; bashcompinit ; fi ; source \"$bin_dir/bash-completion.sh\"" ; trap octez-client-reset EXIT ; EOF @@ -214,14 +214,14 @@ command, is "ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im", you may have to activate in your "sandboxed network" the same economic protocol as used by the alphanet by running: - tezos-activate-alpha + octez-activate-alpha Warning: all the client data will be removed when you close this shell or if you run this command a second time. Activate tab completion by running: - tezos-autocomplete + octez-autocomplete EOF -- GitLab From 44e84b0ed83f847eeebf9ad30d82b0fac1d21f17 Mon Sep 17 00:00:00 2001 From: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Date: Wed, 28 Sep 2022 17:35:23 +0200 Subject: [PATCH 73/74] CI: Use octez-binaries/ to store static binaries --- .gitignore | 1 - .gitlab/ci/Makefile | 2 +- .gitlab/ci/build.yml | 2 +- .gitlab/ci/publish_release.yml | 4 ++-- .gitlab/ci/test/tezt.yml | 2 +- scripts/ci/build_static_binaries.sh | 6 +++--- scripts/ci/create_gitlab_package.sh | 12 ++++++------ scripts/ci/static_smoke_test.sh | 2 +- 8 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 1c3cdd06c755..9d69471ca993 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,6 @@ __pycache__ /octez-sc-rollup-client-* /tezos-dal-node /octez-dal-node -/tezos-binaries /octez-binaries /src/proto_*/parameters/*-parameters.json diff --git a/.gitlab/ci/Makefile b/.gitlab/ci/Makefile index ae0b2ee8dbc7..65b26df795d6 100644 --- a/.gitlab/ci/Makefile +++ b/.gitlab/ci/Makefile @@ -16,7 +16,7 @@ test-protocol-compiles: .PHONY: test-static-binaries test-static-binaries: cd ${CI_PROJECT_DIR}/tests_python && \ - sudo cp -a ../tezos-binaries/x86_64/* ../ && \ + sudo cp -a ../octez-binaries/x86_64/* ../ && \ $(MAKE) -C ../ build-parameters && \ poetry run pytest "tests_alpha/test_basic.py" -m "not slow" --exitfirst --color=yes --log-dir=tmp "--junitxml=reports/alpha_batch.xml" --timeout 7200 diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index 814491340400..46b35a6ac316 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -69,7 +69,7 @@ build_get_contracts: artifacts: paths: - - "tezos-binaries/$ARCH/*" + - "octez-binaries/$ARCH/*" # x86_64 static binaries are necessary for development branches, as we want to make # sure the build does not break. We also need it for release tags, to as its artifacts diff --git a/.gitlab/ci/publish_release.yml b/.gitlab/ci/publish_release.yml index 601912454025..921f686b4fcd 100644 --- a/.gitlab/ci/publish_release.yml +++ b/.gitlab/ci/publish_release.yml @@ -63,7 +63,7 @@ docker:promote_to_latest: AWS_BUCKET_REGION: "eu-west-1" PACKAGE_FORMAT: "deb" ARCH: "amd64" - TEZOS_BINARIES: "tezos-binaries/x86_64" + TEZOS_BINARIES: "octez-binaries/x86_64" script: - ./scripts/ci/create_linux_package.sh - ./scripts/ci/upload_linux_package.sh @@ -82,7 +82,7 @@ docker:promote_to_latest: AWS_BUCKET_REGION: "eu-west-1" PACKAGE_FORMAT: "rpm" ARCH: "amd64" - TEZOS_BINARIES: "tezos-binaries/x86_64" + TEZOS_BINARIES: "octez-binaries/x86_64" script: - ./scripts/ci/create_linux_package.sh - ./scripts/ci/upload_linux_package.sh diff --git a/.gitlab/ci/test/tezt.yml b/.gitlab/ci/test/tezt.yml index 8d7550b46b2d..3954a096e512 100644 --- a/.gitlab/ci/test/tezt.yml +++ b/.gitlab/ci/test/tezt.yml @@ -54,7 +54,7 @@ tezt:static-binaries: variables: TESTS: "cli" before_script: - - mv tezos-binaries/x86_64/tezos-* . + - mv octez-binaries/x86_64/octez-* . # Override script from .tezt_template to disable coverage reports. # Note that the set of tests that are run for static executables # is a subset, so this should not reduce apparent coverage. diff --git a/scripts/ci/build_static_binaries.sh b/scripts/ci/build_static_binaries.sh index 61b5ba32621e..0e5010aeb5c9 100755 --- a/scripts/ci/build_static_binaries.sh +++ b/scripts/ci/build_static_binaries.sh @@ -2,11 +2,11 @@ set -eu echo "Create destination directory" -mkdir -pv tezos-binaries +mkdir -pv octez-binaries echo "Build and install static binaries" -./scripts/build_and_install_static_binaries.sh "tezos-binaries/${ARCH}" +./scripts/build_and_install_static_binaries.sh "octez-binaries/${ARCH}" echo "Strip debug symbols and compress binaries (parallelized)" # shellcheck disable=SC2046,SC2038 -find "tezos-binaries/$ARCH" -maxdepth 1 -type f ! -name "*.*" | xargs -n1 -P$(nproc) -i sh -c 'strip --strip-debug {}; upx -6q {};' \ No newline at end of file +find "octez-binaries/$ARCH" -maxdepth 1 -type f ! -name "*.*" | xargs -n1 -P$(nproc) -i sh -c 'strip --strip-debug {}; upx -6q {};' diff --git a/scripts/ci/create_gitlab_package.sh b/scripts/ci/create_gitlab_package.sh index c6962d74feeb..bfd7c19cc9e7 100755 --- a/scripts/ci/create_gitlab_package.sh +++ b/scripts/ci/create_gitlab_package.sh @@ -55,17 +55,17 @@ do # Loop over binaries for binary in ${binaries} do - gitlab_upload "tezos-binaries/${architecture}/${binary}" "${architecture}-${binary}" + gitlab_upload "octez-binaries/${architecture}/${binary}" "${architecture}-${binary}" done echo "Upload tarball with all binaries (${architecture})" - mkdir -pv "tezos-binaries/tezos-${architecture}" - cp -a tezos-binaries/"${architecture}"/* "tezos-binaries/tezos-${architecture}/" + mkdir -pv "octez-binaries/octez-${architecture}" + cp -a octez-binaries/"${architecture}"/* "octez-binaries/octez-${architecture}/" - cd tezos-binaries/ - tar -czf "tezos-${architecture}.tar.gz" "tezos-${architecture}/" - gitlab_upload "tezos-${architecture}.tar.gz" "${gitlab_package_name}-linux-${architecture}.tar.gz" + cd octez-binaries/ + tar -czf "octez-${architecture}.tar.gz" "octez-${architecture}/" + gitlab_upload "octez-${architecture}.tar.gz" "${gitlab_package_name}-linux-${architecture}.tar.gz" cd .. done diff --git a/scripts/ci/static_smoke_test.sh b/scripts/ci/static_smoke_test.sh index 2d1cc4dfb9c8..62c807066888 100755 --- a/scripts/ci/static_smoke_test.sh +++ b/scripts/ci/static_smoke_test.sh @@ -23,7 +23,7 @@ SHA=$(git rev-parse --short=8 HEAD) ci_dir="$(cd "$(dirname "$0")" && echo "$(pwd -P)/")" script_dir="$(dirname "$ci_dir")" src_dir="$(dirname "$script_dir")" -bin_dir="$src_dir/tezos-binaries/$ARCH" +bin_dir="$src_dir/octez-binaries/$ARCH" test_version() { echo "Testing version of static binaries" -- GitLab From cabba59a158eab57da9faf0d76f2b44de0510b27 Mon Sep 17 00:00:00 2001 From: Romain Bardou <romain@nomadic-labs.com> Date: Thu, 29 Sep 2022 10:33:17 +0200 Subject: [PATCH 74/74] Tezt: reset regressions after rebase --- ...lability layer node (rollup_node_downloads_sl.out | 10 +++++----- .../Alpha- Self address transfer.out | 12 ++++++------ .../Jakarta- Self address transfer.out | 12 ++++++------ .../Kathmandu- Self address transfer.out | 12 ++++++------ .../Lima- Self address transfer.out | 12 ++++++------ 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/tezt/tests/expected/dal.ml/Alpha- Testing rollup and Data availability layer node (rollup_node_downloads_sl.out b/tezt/tests/expected/dal.ml/Alpha- Testing rollup and Data availability layer node (rollup_node_downloads_sl.out index 9769c1bbb8a6..d489422e55a4 100644 --- a/tezt/tests/expected/dal.ml/Alpha- Testing rollup and Data availability layer node (rollup_node_downloads_sl.out +++ b/tezt/tests/expected/dal.ml/Alpha- Testing rollup and Data availability layer node (rollup_node_downloads_sl.out @@ -1,5 +1,5 @@ -./tezos-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 +./octez-client --wait none originate sc rollup from '[PUBLIC_KEY_HASH]' of kind arith of type unit booting with --burn-cap 9999999 Node is bootstrapped. Estimated gas: 3110.449 units (will add 100 for safety) Estimated storage: 6655 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -33,11 +33,11 @@ This sequence of operations was run: storage fees ........................... +ꜩ1.66375 -./tezos-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' +./octez-client rpc get '/chains/main/blocks/head/context/sc_rollup/[SC_ROLLUP_HASH]/genesis_info' { "level": 2, "commitment_hash": "[SC_ROLLUP_COMMITMENT_HASH]" } -./tezos-sc-rollup-client-alpha rpc get /global/dal/slots +./octez-sc-rollup-client-alpha rpc get /global/dal/slots [ { "level": 4, "index": 0, "header": "sh23JCJDe5NojHgzFFhFmRZayf5QGo7C3rVv9eyPA7bqR592hQo4fB7Zg67dY8iAW4tmSrff6v" }, @@ -48,7 +48,7 @@ This sequence of operations was run: "header": "sh26FkLr6i1hb3CDtx7kWEYbS28byamyW7brBjCwdciGCFKNmkyyWt6wX1wvL7A7n25YyHFmEB" } ] -./tezos-sc-rollup-client-alpha rpc get /global/dal/slot_pages +./octez-sc-rollup-client-alpha rpc get /global/dal/slot_pages [ { "index": 0, "contents": [ null, null, null, null, null, null, null, null, null, null, null, diff --git a/tezt/tests/expected/self_address_transfer.ml/Alpha- Self address transfer.out b/tezt/tests/expected/self_address_transfer.ml/Alpha- Self address transfer.out index 06d6d81ce6d2..8fc3516adc37 100644 --- a/tezt/tests/expected/self_address_transfer.ml/Alpha- Self address transfer.out +++ b/tezt/tests/expected/self_address_transfer.ml/Alpha- Self address transfer.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1422.092 units (will add 100 for safety) Estimated storage: 339 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -49,7 +49,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_sender.tz. -./tezos-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1422.501 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -57,7 +57,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_receiver.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 4691.490 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/self_address_transfer.ml/Jakarta- Self address transfer.out b/tezt/tests/expected/self_address_transfer.ml/Jakarta- Self address transfer.out index 537466f2ed00..4b0f9eb4abf8 100644 --- a/tezt/tests/expected/self_address_transfer.ml/Jakarta- Self address transfer.out +++ b/tezt/tests/expected/self_address_transfer.ml/Jakarta- Self address transfer.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1419.932 units (will add 100 for safety) Estimated storage: 339 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -49,7 +49,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_sender.tz. -./tezos-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1420.416 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -57,7 +57,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_receiver.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 4695.311 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/self_address_transfer.ml/Kathmandu- Self address transfer.out b/tezt/tests/expected/self_address_transfer.ml/Kathmandu- Self address transfer.out index 1ee23e5a268b..29ab18070563 100644 --- a/tezt/tests/expected/self_address_transfer.ml/Kathmandu- Self address transfer.out +++ b/tezt/tests/expected/self_address_transfer.ml/Kathmandu- Self address transfer.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1419.437 units (will add 100 for safety) Estimated storage: 339 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -49,7 +49,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_sender.tz. -./tezos-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1420.026 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -57,7 +57,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_receiver.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 4691.060 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: diff --git a/tezt/tests/expected/self_address_transfer.ml/Lima- Self address transfer.out b/tezt/tests/expected/self_address_transfer.ml/Lima- Self address transfer.out index 06d6d81ce6d2..8fc3516adc37 100644 --- a/tezt/tests/expected/self_address_transfer.ml/Lima- Self address transfer.out +++ b/tezt/tests/expected/self_address_transfer.ml/Lima- Self address transfer.out @@ -1,5 +1,5 @@ -./tezos-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_sender.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_sender.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1422.092 units (will add 100 for safety) Estimated storage: 339 bytes added (will add 20 for safety) @@ -7,7 +7,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -49,7 +49,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_sender.tz. -./tezos-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 +./octez-client --mode mockup --wait none originate contract self_address_receiver.tz transferring 0 from bootstrap1 running file:./tezt/tests/contracts/proto_alpha/self_address_receiver.tz --init Unit --burn-cap 1 Node is bootstrapped. Estimated gas: 1422.501 units (will add 100 for safety) Estimated storage: 340 bytes added (will add 20 for safety) @@ -57,7 +57,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: @@ -99,7 +99,7 @@ This sequence of operations was run: New contract [CONTRACT_HASH] originated. Contract memorized as self_address_receiver.tz. -./tezos-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' +./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. Estimated gas: 4691.490 units (will add 100 for safety) Estimated storage: no bytes added @@ -107,7 +107,7 @@ Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. Use command - tezos-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] + octez-client wait for [OPERATION_HASH] to be included --confirmations 1 --branch [BLOCK_HASH] and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: -- GitLab